1. 9ca14c1 Convert android/androidmk_test.go to test fixtures by Paul Duffin · 5 years ago
  2. 45a4971 Merge changes from topic "rule_builder_rsp" by Colin Cross · 5 years ago
  3. d1e3f1f Embed minibp into soong_ui. by Lukacs T. Berki · 5 years ago
  4. 645610e Merge "Remove global variables from Blueprint." by Lukács T. Berki · 5 years ago
  5. b70a1a9 Remove unescaped spans support from RuleBuilder by Colin Cross · 5 years ago
  6. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 5 years ago
  7. 4502978 Ninja escape RuleBuilder rule params by Colin Cross · 5 years ago
  8. a5f8624 Merge changes from topic "mixed-bp2build" by Liz Kammer · 5 years ago
  9. bc3f7e0 Merge "Refactor and cleanup of cquery processing" by Christopher Parsons · 5 years ago
  10. bdc6099 Support autoconverted modules in mixed builds by Liz Kammer · 5 years ago
  11. 944e7d0 Refactor and cleanup of cquery processing by Chris Parsons · 5 years ago
  12. dd1decf Merge "Allow extending of the list of directories to be scanned for VSDK" by Justin DeMartino · 5 years ago
  13. dff5ff0 Use test specific build dir when needed by Paul Duffin · 5 years ago
  14. 567465d Add (String)Path(s)RelativeToTop and assert functions by Paul Duffin · 5 years ago
  15. 89e9a16 Remove global variables from Blueprint. by Lukacs T. Berki · 5 years ago
  16. 383bfb3 Allow extending of the list of directories to be scanned for VSDK by Justin DeMartino · 5 years ago
  17. ba3ea16 Use handcrafted build targets in bp2build by Liz Kammer · 5 years ago
  18. 2338d6f Merge "Don't track modules that are only available to APEXes." by satayev · 5 years ago
  19. d7aea1d Remove TestHelper by Paul Duffin · 5 years ago
  20. c81854a Stop error handler relying on testing.T being embedded in TestResult by Paul Duffin · 5 years ago
  21. e84b133 Migrate from result methods to function Asserts by Paul Duffin · 5 years ago
  22. 3d0ddff Stop android package depending on testing.T being embedded in TestResult by Paul Duffin · 5 years ago
  23. 9dcf253 Add new function Assert methods by Paul Duffin · 5 years ago
  24. 0550055 Separate TestHelper from fixtures by Paul Duffin · 5 years ago
  25. 3fdb1bd Remove unused TestResult methods by Paul Duffin · 5 years ago
  26. 412a209 Merge "Prevent mock filesystem files being overridden by accident" by Paul Duffin · 5 years ago
  27. d7bbeff Merge changes I6b408d44,I7e57c978 by Paul Duffin · 5 years ago
  28. 6e9a400 Prevent mock filesystem files being overridden by accident by Paul Duffin · 5 years ago
  29. 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 5 years ago
  30. d1fc19b Merge "Add preparer for test to allow missing dependencies" by Paul Duffin · 5 years ago
  31. 6872d65 Merge "Correct error in documentation of AssertDeepEquals" by Paul Duffin · 5 years ago
  32. 2bed9ff Merge "mixed builds for cc_static_library without deps" by Christopher Parsons · 5 years ago
  33. 6c9da04 Add preparer for test to use AndroidMk by Paul Duffin · 5 years ago
  34. 8c004c6 Merge "Add preparer for test with variables" by Paul Duffin · 5 years ago
  35. 25259e9 Add preparer for test to allow missing dependencies by Paul Duffin · 5 years ago
  36. 1ef166e Correct error in documentation of AssertDeepEquals by Paul Duffin · 5 years ago
  37. e7a055c Add preparer for test with variables by Paul Duffin · 5 years ago
  38. 01c76ca Merge "Add AssertStringListContains to TestHelper" by Paul Duffin · 5 years ago
  39. 4e19160 Merge "Convert fuchsia tests to use test fixtures" by Paul Duffin · 5 years ago
  40. 21d5c7a Hard-wire the path to xcrun as /usr/bin/xcrun. by Lukacs T. Berki · 5 years ago
  41. dfa33be Merge "Fix writedocs." by Lukács T. Berki · 5 years ago
  42. 81a6983 Fix writedocs. by Lukacs T. Berki · 5 years ago
  43. 93706ae Add AssertStringListContains to TestHelper by Paul Duffin · 5 years ago
  44. ecdac8a Convert fuchsia tests to use test fixtures by Paul Duffin · 5 years ago
  45. a55aefd Merge "Print a correct error message when a non-hermetic tool is not found." by Lukács T. Berki · 5 years ago
  46. 6df5e03 Merge "Lineage properties support module references." by Jaewoong Jung · 5 years ago
  47. 67e848a Merge changes Ib2c6ac28,I7c76ed6d,I00415f10,I4be2a16c,I6f269c9c, ... by Paul Duffin · 5 years ago
  48. 3b2636f Merge "Remove duplicate sdk.TestHelper" by Paul Duffin · 5 years ago
  49. 808d84c mixed builds for cc_static_library without deps by Chris Parsons · 5 years ago
  50. a3cb2b3 Remove duplicate sdk.TestHelper by Paul Duffin · 5 years ago
  51. 282671d Merge "Rename SetErrorHandler to ExtendWithErrorHandler" by Paul Duffin · 5 years ago
  52. 8158356 Print a correct error message when a non-hermetic tool is not found. by Lukacs T. Berki · 5 years ago
  53. 533274a Merge "Allow customization of product variables in a test fixture" by Paul Duffin · 5 years ago
  54. 6f3d6df Merge "Allow customization of the env configuration in a test fixture" by Paul Duffin · 5 years ago
  55. df13e97 Merge "Distinguish between integration test and other tests" by Paul Duffin · 5 years ago
  56. 1c1b6e6 Lineage properties support module references. by Jaewoong Jung · 5 years ago
  57. 72018ad Add temporary RunTestWithConfig method to simplify migration by Paul Duffin · 5 years ago
  58. 9c35c5d Merge "Simplify preparers now that tests use consistent registration order" by Paul Duffin · 5 years ago
  59. 8bd2865 Convert license tests to use test fixtures by Paul Duffin · 5 years ago
  60. 77e7d77 Merge "Run "prebuilt_postdeps" mutator again" by Jooyung Han · 5 years ago
  61. 5037e09 Merge "Remove the special-casing of /dev from test path normalization." by Lukács T. Berki · 5 years ago
  62. 46e3774 Rename SetErrorHandler to ExtendWithErrorHandler by Paul Duffin · 5 years ago
  63. 2e0323d Allow customization of product variables in a test fixture by Paul Duffin · 5 years ago
  64. bbccfcf Allow customization of the env configuration in a test fixture by Paul Duffin · 5 years ago
  65. ec3292b Distinguish between integration test and other tests by Paul Duffin · 5 years ago
  66. 530483c Simplify preparers now that tests use consistent registration order by Paul Duffin · 5 years ago
  67. 706cb6f Merge "Really fix queryview." by Lukács T. Berki · 5 years ago
  68. c5723e3 Remove the special-casing of /dev from test path normalization. by Lukacs T. Berki · 5 years ago
  69. 47a9d0c Really fix queryview. by Lukacs T. Berki · 5 years ago
  70. 4078611 Merge "Store order of the components used by the tests" by Paul Duffin · 5 years ago
  71. 7160699 Merge "Avoid accidentally sharing preparers slice across factories" by Paul Duffin · 5 years ago
  72. 86feead Run "prebuilt_postdeps" mutator again by Jooyung Han · 5 years ago
  73. f5de668 Store order of the components used by the tests by Paul Duffin · 5 years ago
  74. 062d933 Merge "Ensure test/runtime order of singletons/pre-singletons is consistent" by Paul Duffin · 5 years ago
  75. 2034187 Merge changes I22f90c90,I2d965212,Ib7d421f5 by Treehugger Robot · 5 years ago
  76. fa29885 Avoid accidentally sharing preparers slice across factories by Paul Duffin · 5 years ago
  77. 41d77c7 Ensure test/runtime order of singletons/pre-singletons is consistent by Paul Duffin · 5 years ago
  78. 42d0b93 Separate the collation of singletons from registration by Paul Duffin · 5 years ago
  79. d182fb3 Defer registration of singletons and pre-singletons in TestContext by Paul Duffin · 5 years ago
  80. 281deb2 Ensure mutators used in tests are in the same order as at runtime by Paul Duffin · 5 years ago
  81. 6950702 Merge "Fix nested properties in soong config structs" by Colin Cross · 5 years ago
  82. 5a5eeac Merge "Separate the collation of mutators from registration" by Paul Duffin · 5 years ago
  83. 4160a07 Merge "Add sortableComponent abstraction" by Paul Duffin · 5 years ago
  84. 89071b0 Fix queryview. by Lukacs T. Berki · 5 years ago
  85. 7d613bf Make it possible to debug soong_ui. by Lukacs T. Berki · 5 years ago
  86. c05b034 Separate the collation of mutators from registration by Paul Duffin · 5 years ago
  87. 1d2d42f Add sortableComponent abstraction by Paul Duffin · 5 years ago
  88. 6bd8775 Merge "Add Errs to TestResult" by Paul Duffin · 5 years ago
  89. 059f7f1 Merge "Make error handlers treat any failures as fatal" by Paul Duffin · 5 years ago
  90. 87d7dd9 Merge "Avoid SetErrorHandler mutating FixtureFactory" by Paul Duffin · 5 years ago
  91. 166a488 Merge "Rename FixturePreparers to GroupFixturePreparers" by Paul Duffin · 5 years ago
  92. 997f27a Fix nested properties in soong config structs by Colin Cross · 5 years ago
  93. 3903d40 Merge changes from topic "lint_repackage" by Colin Cross · 5 years ago
  94. 942481b Add Errs to TestResult by Paul Duffin · 5 years ago
  95. ea8a386 Make error handlers treat any failures as fatal by Paul Duffin · 5 years ago
  96. 52323b5 Avoid SetErrorHandler mutating FixtureFactory by Paul Duffin · 5 years ago
  97. a560d5a Rename FixturePreparers to GroupFixturePreparers by Paul Duffin · 5 years ago
  98. b48f9ae Merge "Correct fmt printf error in bazel_handler" by Treehugger Robot · 5 years ago
  99. 279790a Merge "Reformat license code to comply with preupload checks" by Paul Duffin · 5 years ago
  100. 4a349ab Merge "Friendly error message on apex_available and min_sdk_version checks" by Treehugger Robot · 5 years ago