1. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 10 months ago
  2. 958408d Merge "Cleanup usages of Dex2oatDepTag" by Paul Duffin · 4 years, 10 months ago
  3. a35178b Fix "filename too long" issue on Luci caused by test name by Paul Duffin · 4 years, 10 months ago
  4. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 10 months ago
  5. a1063c0 Merge changes I94f66e3e,I233a4fe1,Idbb37485 by Paul Duffin · 4 years, 10 months ago
  6. 8ef5b4f Merge "Split functions for compiling boot jars to allow future code reuse." by Ulyana Trafimovich · 4 years, 10 months ago
  7. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 4 years, 10 months ago
  8. 3c84eaa Separate methods used for fixture based and legacy tests by Paul Duffin · 4 years, 10 months ago
  9. 71ae594 Remove javaFixtureFactory by Paul Duffin · 4 years, 10 months ago
  10. d6339af Remove unused test methods and buildDir by Paul Duffin · 4 years, 10 months ago
  11. 0342dc9 Remove uses of buildDir from java/rro_test.go by Paul Duffin · 4 years, 10 months ago
  12. b148a49 Remove uses of buildDir from java/kotlin_test.go by Paul Duffin · 4 years, 10 months ago
  13. 414ea5e Remove uses of buildDir from java/java_test.go and java/sdk_test.go by Paul Duffin · 4 years, 10 months ago
  14. fb0fe9f Remove uses of buildDir from java/app_test.go by Paul Duffin · 4 years, 10 months ago
  15. f71e4ed Remove uses of buildDir from java/app_set_test.go by Paul Duffin · 4 years, 10 months ago
  16. fb8bc95 Remove uses of buildDir from java/app_import_test.go by Paul Duffin · 4 years, 10 months ago
  17. f04311c Remove uses of buildDir in java/androidmk_test.go by Paul Duffin · 4 years, 10 months ago
  18. 2f9e71e Remove uses of buildDir in java/hiddenapi_singleton_test.go by Paul Duffin · 4 years, 10 months ago
  19. 67d485e Remove uses of buildDir from java/dexpreopt_bootjars_test.go by Paul Duffin · 4 years, 10 months ago
  20. c029c43 Register java_plugin in PrepareForTestWithJavaBuildComponents by Paul Duffin · 4 years, 10 months ago
  21. 7ee6e8f Merge "Add platform_compat_config to sdk" by Paul Duffin · 4 years, 10 months ago
  22. 04ba70d Register the propagateRROEnforcementMutator by Paul Duffin · 4 years, 10 months ago
  23. 42da69d Add preparer for overlay pre-singleton registration by Paul Duffin · 4 years, 10 months ago
  24. 001b234 Add platform_compat_config to sdk by Paul Duffin · 4 years, 10 months ago
  25. 70d3bee Remove emptyFixtureFactory from apex and java by Paul Duffin · 4 years, 10 months ago
  26. fa2b1cf Split functions for compiling boot jars to allow future code reuse. by Ulya Trafimovich · 4 years, 10 months ago
  27. d5deba1 Merge "Java build components require android build components" by Paul Duffin · 4 years, 10 months ago
  28. ce5a454 Java build components require android build components by Paul Duffin · 4 years, 10 months ago
  29. 2406d68 Merge "Take Module implementations out of java/java.go." by Jaewoong Jung · 4 years, 10 months ago
  30. 2634264 Take Module implementations out of java/java.go. by Jaewoong Jung · 4 years, 10 months ago
  31. d2db795 Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 by Colin Cross · 4 years, 10 months ago
  32. 54a5e9a Merge "Remove javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  33. 89fbdb2 Merge "Fix TestTurbine to work without javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  34. 64df56d Merge "Fix testDexpreoptBoot to work without javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  35. 750f8f3 Merge "Fix TestClasspath to work without javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  36. 903a8a0 Merge "Convert TestClasspath to test fixtures" by Paul Duffin · 4 years, 10 months ago
  37. 1661aff Run lint actions in sbox by Colin Cross · 4 years, 10 months ago
  38. 77cdcfd Move android package on top of remotexec by Colin Cross · 4 years, 10 months ago
  39. c3f89be Merge "Clean up java package use of python build components" by Paul Duffin · 4 years, 10 months ago
  40. d5065cf Merge "Add prebuilt_platform_compat_config" by Paul Duffin · 4 years, 10 months ago
  41. 533cf74 Merge "Separate metadata provider from apex contents provider" by Paul Duffin · 4 years, 10 months ago
  42. 93b61b4 Merge "Add emptyFixtureFactory in java package" by Paul Duffin · 4 years, 10 months ago
  43. 177cba3 Merge "Reorganize the platform_compat_config.go file" by Paul Duffin · 4 years, 10 months ago
  44. 1efdb30 Remove javaMockFS() by Paul Duffin · 4 years, 10 months ago
  45. 3d9f268 Fix TestTurbine to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  46. 57c4d79 Fix testDexpreoptBoot to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  47. 171de3e Fix TestClasspath to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  48. 76101fa Convert TestClasspath to test fixtures by Paul Duffin · 4 years, 10 months ago
  49. e26e597 Merge "Fix app tests to work without javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  50. 9e993c6 Merge "Convert app tests that depend on javaMockFS() to test fixtures" by Paul Duffin · 4 years, 10 months ago
  51. 8a6fef4 Merge "Convert TestUsesLibraries to test fixtures" by Paul Duffin · 4 years, 10 months ago
  52. 220ddd7 Clean up java package use of python build components by Paul Duffin · 4 years, 10 months ago
  53. 1b29e00 Add prebuilt_platform_compat_config by Paul Duffin · 4 years, 10 months ago
  54. 29072a9 Separate metadata provider from apex contents provider by Paul Duffin · 4 years, 10 months ago
  55. afeee22 Add emptyFixtureFactory in java package by Paul Duffin · 4 years, 10 months ago
  56. 9615433 Reorganize the platform_compat_config.go file by Paul Duffin · 4 years, 10 months ago
  57. 45a4971 Merge changes from topic "rule_builder_rsp" by Colin Cross · 4 years, 10 months ago
  58. 2645a29 Fix app tests to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  59. cdb88a9 Convert app tests that depend on javaMockFS() to test fixtures by Paul Duffin · 4 years, 10 months ago
  60. d234b41 Convert TestUsesLibraries to test fixtures by Paul Duffin · 4 years, 10 months ago
  61. 797b03e Merge "Run InitAndroidArchModule last in factory functions." by Treehugger Robot · 4 years, 10 months ago
  62. b96a04b Merge "Export a few utility methods" by Yuexi Ma · 4 years, 10 months ago
  63. b79c7f1 Run InitAndroidArchModule last in factory functions. by Martin Stjernholm · 4 years, 10 months ago
  64. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 4 years, 10 months ago
  65. 7d1f1cf Merge "Add test suite to legacy core platform allowlist." by Christian Wailes · 4 years, 10 months ago
  66. 627263f Export a few utility methods by Yuexi Ma · 4 years, 11 months ago
  67. 9f315de Merge "Improve java.go readability." by Jaewoong Jung · 4 years, 10 months ago
  68. 8974f17 Merge "Don't depend on nonexistent manifest when manifest_check is disabled." by Treehugger Robot · 4 years, 10 months ago
  69. a76d660 Don't depend on nonexistent manifest when manifest_check is disabled. by Ulya Trafimovich · 4 years, 10 months ago
  70. dc92abb Fix hiddenapi tests to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  71. 175947f Convert hiddenapi tests to use test fixtures by Paul Duffin · 4 years, 10 months ago
  72. 163043d Fix TestJavaSdkLibrary... tests to work without javaMockFS() by Paul Duffin · 4 years, 10 months ago
  73. 22b77cd Convert JavaSdkLibrary... tests in java package to test fixtures by Paul Duffin · 4 years, 10 months ago
  74. 2002bfa Merge "Reimplement verify_uses_libraries.sh in manifest_check.py." by Ulyana Trafimovich · 4 years, 10 months ago
  75. 4defbf4 Switch platform_compat_config to use common arch by Paul Duffin · 4 years, 10 months ago
  76. bc15e3a Improve java.go readability. by Jaewoong Jung · 4 years, 10 months ago
  77. 4eb4b41 Provide preparer for using platform_compat_config modules by Paul Duffin · 4 years, 10 months ago
  78. 05f72de Convert TestJavaSdkLibraryEnforce to test fixtures by Paul Duffin · 4 years, 10 months ago
  79. aa6caa7 Create sub tests for each test in TestJavaSdkLibraryEnforce by Paul Duffin · 4 years, 10 months ago
  80. 2ff6d1b Provide support for preparing tests with prebuilt_apis by Paul Duffin · 4 years, 10 months ago
  81. ba2afa9 Merge "Extract PrepareForTestWithJavaSdkLibraryFiles from javaMockFS()" by Paul Duffin · 4 years, 10 months ago
  82. 5637208 Merge "Convert testJavaError to test fixtures" by Paul Duffin · 4 years, 10 months ago
  83. 6f6f1eb Merge "Clean up testApp and testAppConfig" by Paul Duffin · 4 years, 10 months ago
  84. 0aba252 Reimplement verify_uses_libraries.sh in manifest_check.py. by Ulya Trafimovich · 4 years, 11 months ago
  85. 2338d6f Merge "Don't track modules that are only available to APEXes." by satayev · 4 years, 10 months ago
  86. fb856f6 Merge "Treat core_platform as stable unless module uses legacy" by Nicolas Geoffray · 4 years, 10 months ago
  87. aa52d66 Merge "Add service-connectivity-pre-jarjar to legacy core platform list" by Remi NGUYEN VAN · 4 years, 10 months ago
  88. bf028b5 Extract PrepareForTestWithJavaSdkLibraryFiles from javaMockFS() by Paul Duffin · 4 years, 10 months ago
  89. 6bac49c Convert testJavaError to test fixtures by Paul Duffin · 4 years, 10 months ago
  90. 0ed42d3 Clean up testApp and testAppConfig by Paul Duffin · 4 years, 10 months ago
  91. 012b667 Switch to Assert... functions in dexpreopt_bootjars_test.go by Paul Duffin · 4 years, 10 months ago
  92. 4bf7f0d Add test suite to legacy core platform allowlist. by Chris Wailes · 5 years ago
  93. e84b133 Migrate from result methods to function Asserts by Paul Duffin · 4 years, 10 months ago
  94. b37b009 Merge "Delete defaultsFactory in java.go." by Jaewoong Jung · 4 years, 10 months ago
  95. c001dc6 Merge "Remove the robolectric heuristic out of java_test" by Julien Desprez · 4 years, 10 months ago
  96. 451aeef Convert testDexpreoptBoot to use test fixtures by Paul Duffin · 4 years, 10 months ago
  97. 32a8aad Merge "Add prebuilt_boot_image and add boot_images to sdk" by Paul Duffin · 4 years, 10 months ago
  98. c7cdd15 Merge "Improve name of getModuleHeaderJarsAsNormalizedPaths" by Paul Duffin · 4 years, 10 months ago
  99. 3f4e7a1 Remove the robolectric heuristic out of java_test by Julien Desprez · 4 years, 10 months ago
  100. d13e31a Merge changes I0ad54aa7,I1d6d20ec by Treehugger Robot · 4 years, 10 months ago