summaryrefslogtreecommitdiff
path: root/java/java_test.go
AgeCommit message (Expand)Author
2021-09-23Propagate the dex jar path as an OptionalPath which is either valid or Martin Stjernholm
2021-08-27Rename BuildDir and NinjaBuildDir. Lukacs T. Berki
2021-07-20Replace android.BuildOs with Config.BuildOS Colin Cross
2021-06-18Allow disabling errorprone even when RUN_ERROR_PRONE is true Cole Faust
2021-06-14Add a build flag to always enable errorprone per-target Cole Faust
2021-06-01Move java_sdk_library tests to sdk_library_test.go Colin Cross
2021-04-22Merge changes Ia74a2b83,I30a46c8f,Iac7c0149 Jaewoong Jung
2021-04-22Add new stub_only_static_libs attr for sdk_library Anton Hansson
2021-04-21Move Java lint tests to lint_test.go Jaewoong Jung
2021-04-19Reland: Add jni_libs property to java tests Colin Cross
2021-04-17Merge "Revert "Add jni_libs property to java tests"" Colin Cross
2021-04-17Revert "Add jni_libs property to java tests" Colin Cross
2021-04-17Merge changes from topic "tvts-test-host-jni" Treehugger Robot
2021-04-16Add jni_libs property to java tests Colin Cross
2021-04-13Introduce NewApi lint checks Pedro Loureiro
2021-03-31Merge "Remove unused java testing methods" Paul Duffin
2021-03-31Remove unused java testing methods Paul Duffin
2021-03-31Remove varargs from RunTest(t *testing.T) Paul Duffin
2021-03-30Remove extraneous calls to TestingBuildParams.RelativeToTop() Paul Duffin
2021-03-30Automatically call TestingBuildParams.RelativeToTop() Paul Duffin
2021-03-25Split droidstubs out of droiddoc.go Colin Cross
2021-03-25Support multiple rsp files in RuleBuilder Colin Cross
2021-03-25Fix TestDroiddoc's reliance on absolute paths Paul Duffin
2021-03-24Convert test that disallows non existent paths to use fixtures Paul Duffin
2021-03-24Fix "filename too long" issue on Luci caused by test name Paul Duffin
2021-03-24Group all the preparations needed for testing dexpreopt Paul Duffin
2021-03-24Remove javaFixtureFactory Paul Duffin
2021-03-24Remove unused test methods and buildDir Paul Duffin
2021-03-24Remove uses of buildDir from java/java_test.go and java/sdk_test.go Paul Duffin
2021-03-24Register java_plugin in PrepareForTestWithJavaBuildComponents Paul Duffin
2021-03-22Register the propagateRROEnforcementMutator Paul Duffin
2021-03-22Add preparer for overlay pre-singleton registration Paul Duffin
2021-03-22Remove emptyFixtureFactory from apex and java Paul Duffin
2021-03-19Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619 Colin Cross
2021-03-19Merge "Remove javaMockFS()" Paul Duffin
2021-03-19Merge "Fix TestTurbine to work without javaMockFS()" Paul Duffin
2021-03-19Merge "Convert TestClasspath to test fixtures" Paul Duffin
2021-03-18Run lint actions in sbox Colin Cross
2021-03-18Merge "Clean up java package use of python build components" Paul Duffin
2021-03-18Remove javaMockFS() Paul Duffin
2021-03-18Fix TestTurbine to work without javaMockFS() Paul Duffin
2021-03-18Convert TestClasspath to test fixtures Paul Duffin
2021-03-17Clean up java package use of python build components Paul Duffin
2021-03-17Add emptyFixtureFactory in java package Paul Duffin
2021-03-17Merge "Export a few utility methods" Yuexi Ma
2021-03-16Export a few utility methods Yuexi Ma
2021-03-16Fix TestJavaSdkLibrary... tests to work without javaMockFS() Paul Duffin
2021-03-16Convert JavaSdkLibrary... tests in java package to test fixtures Paul Duffin
2021-03-15Convert TestJavaSdkLibraryEnforce to test fixtures Paul Duffin
2021-03-15Create sub tests for each test in TestJavaSdkLibraryEnforce Paul Duffin