aboutsummaryrefslogtreecommitdiff
path: root/android/testing.go
AgeCommit message (Expand)Author
2023-02-01Add soong unit test for trimmed apex buildDennis Shen
2023-01-25add androidmk cc-related variables to androidmkSam Delmerico
2022-11-22Extend sanitize_test.goLiz Kammer
2022-11-08Allow namespace config to be tested properlyPaul Duffin
2022-11-04Add missing t.Helper() to androidmk functionsLiz Kammer
2022-10-06Test bootImageConfig/Variant fieldsPaul Duffin
2022-10-04Create a new mode in soong_ui to generate API only BUILD filesSpandan Das
2022-09-09Merge "FailIfNoMatchingErrors specify using regex"Steven Moreland
2022-08-30Always merge build filesCole Faust
2022-08-30FailIfNoMatchingErrors specify using regexSteven Moreland
2022-08-23Refactor mixed build allowlist handlingChris Parsons
2022-08-17Reformat build/soong for go 1.19Colin Cross
2022-05-20gen_module visibility tests.Bob Badour
2022-04-14refactor bp2build module allowlists into structSam Delmerico
2022-02-10Move functionality to test install rules into testing.go.Martin Stjernholm
2022-02-03Show all descriptions when failing to find one.Martin Stjernholm
2021-12-14Use one mutator for all bp2build conversion.Liz Kammer
2021-11-08bp2build: add support for soong_config_module_type.Jingwen Chen
2021-09-20Merge "Show less ambiguous paths in the error when it fails to match the give...Martin Stjernholm
2021-09-20Show less ambiguous paths in the error when it fails to match the givenMartin Stjernholm
2021-09-17Add a function to match modules through a variation map.Martin Stjernholm
2021-09-09Avoid duplicate module names in the error from ModuleForTests.Martin Stjernholm
2021-08-27Rename BuildDir and NinjaBuildDir.Lukacs T. Berki
2021-07-22Remove bp2build deps mutatorChris Parsons
2021-07-09Extract preparer for namespacePaul Duffin
2021-06-14Improve error reporting when a rule cannot be foundPaul Duffin
2021-05-11Add baseline test for license with sdkPaul Duffin
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-30Automatically call TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-29Add TestingModule.OutputsPaul Duffin
2021-03-29Add StringsRelativeToTopPaul Duffin
2021-03-29Add StringRelativeToTopPaul Duffin
2021-03-25Make TestingBuildParams.RelativeToTop() modify (Writable)Path(s)Paul Duffin
2021-03-25Add Path.RelativeToTopPaul Duffin
2021-03-25Add buildDir to WritablePath implementationsPaul Duffin
2021-03-24Convert test that disallows non existent paths to use fixturesPaul Duffin
2021-03-24Merge "bp2build: add allowlist for package-level conversions."Jingwen Chen
2021-03-24bp2build: add allowlist for package-level conversions.Jingwen Chen
2021-03-23Make GENERATE_BAZEL_FILES=true correct.Lukacs T. Berki
2021-03-22Add TestingModule.VariablesForTestsRelativeToTopPaul Duffin
2021-03-22Add TestingBuildParams.RelativeToTop()Paul Duffin
2021-03-22Improve searching for TestingBuildParams using the output filePaul Duffin
2021-03-22Move helper methods that take testBuildProvider into baseTestingComponentPaul Duffin
2021-03-22Extract functionality common to TestingModule/SingletonPaul Duffin
2021-03-16Add (String)Path(s)RelativeToTop and assert functionsPaul Duffin
2021-03-11Add preparer for test to allow missing dependenciesPaul Duffin
2021-03-10Merge "Distinguish between integration test and other tests"Paul Duffin
2021-03-09Merge "Simplify preparers now that tests use consistent registration order"Paul Duffin
2021-03-09Distinguish between integration test and other testsPaul Duffin
2021-03-09Simplify preparers now that tests use consistent registration orderPaul Duffin