aboutsummaryrefslogtreecommitdiff
path: root/java/java_test.go
Commit message (Expand)AuthorAgeFilesLines
* Propagate the dex jar path as an OptionalPath which is either valid orMartin Stjernholm2021-09-231-3/+3
* Rename BuildDir and NinjaBuildDir.Lukacs T. Berki2021-08-271-1/+1
* Replace android.BuildOs with Config.BuildOSColin Cross2021-07-201-5/+5
* Allow disabling errorprone even when RUN_ERROR_PRONE is trueCole Faust2021-06-181-1/+65
* Add a build flag to always enable errorprone per-targetCole Faust2021-06-141-0/+28
* Move java_sdk_library tests to sdk_library_test.goColin Cross2021-06-011-816/+0
* Merge changes Ia74a2b83,I30a46c8f,Iac7c0149Jaewoong Jung2021-04-221-101/+0
|\
| * Move Java lint tests to lint_test.goJaewoong Jung2021-04-211-101/+0
* | Add new stub_only_static_libs attr for sdk_libraryAnton Hansson2021-04-221-20/+40
|/
* Reland: Add jni_libs property to java testsColin Cross2021-04-191-0/+33
* Merge "Revert "Add jni_libs property to java tests""Colin Cross2021-04-171-26/+0
|\
| * Revert "Add jni_libs property to java tests"Colin Cross2021-04-171-26/+0
* | Merge changes from topic "tvts-test-host-jni"Treehugger Robot2021-04-171-0/+26
|\|
| * Add jni_libs property to java testsColin Cross2021-04-161-0/+26
* | Introduce NewApi lint checksPedro Loureiro2021-04-131-0/+8
* | Merge "Remove unused java testing methods"Paul Duffin2021-03-311-17/+0
|\ \
| * | Remove unused java testing methodsPaul Duffin2021-03-311-17/+0
* | | Remove varargs from RunTest(t *testing.T)Paul Duffin2021-03-311-1/+6
|/ /
* | Remove extraneous calls to TestingBuildParams.RelativeToTop()Paul Duffin2021-03-301-8/+8
* | Automatically call TestingBuildParams.RelativeToTop()Paul Duffin2021-03-301-2/+2
* | Split droidstubs out of droiddoc.goColin Cross2021-03-251-240/+0
* | Support multiple rsp files in RuleBuilderColin Cross2021-03-251-1/+1
* | Fix TestDroiddoc's reliance on absolute pathsPaul Duffin2021-03-251-2/+2
* | Convert test that disallows non existent paths to use fixturesPaul Duffin2021-03-241-27/+25
* | Fix "filename too long" issue on Luci caused by test namePaul Duffin2021-03-241-1/+1
* | Group all the preparations needed for testing dexpreoptPaul Duffin2021-03-241-2/+2
* | Remove javaFixtureFactoryPaul Duffin2021-03-241-44/+49
* | Remove unused test methods and buildDirPaul Duffin2021-03-241-123/+2
* | Remove uses of buildDir from java/java_test.go and java/sdk_test.goPaul Duffin2021-03-241-51/+52
* | Register java_plugin in PrepareForTestWithJavaBuildComponentsPaul Duffin2021-03-241-2/+0
* | Register the propagateRROEnforcementMutatorPaul Duffin2021-03-221-4/+0
* | Add preparer for overlay pre-singleton registrationPaul Duffin2021-03-221-1/+1
* | Remove emptyFixtureFactory from apex and javaPaul Duffin2021-03-221-3/+17
* | Merge changes Iab4e09d9,Icf2f24dd,I15be5ef1,Ic0db9619Colin Cross2021-03-191-7/+7
|\ \
| * | Run lint actions in sboxColin Cross2021-03-181-7/+7
* | | Merge "Remove javaMockFS()"Paul Duffin2021-03-191-2/+0
|\ \ \
| * | | Remove javaMockFS()Paul Duffin2021-03-181-2/+0
* | | | Merge "Fix TestTurbine to work without javaMockFS()"Paul Duffin2021-03-191-22/+14
|\| | |
| * | | Fix TestTurbine to work without javaMockFS()Paul Duffin2021-03-181-22/+14
* | | | Merge "Convert TestClasspath to test fixtures"Paul Duffin2021-03-191-1/+8
|\| | | | |/ / |/| |
| * | Convert TestClasspath to test fixturesPaul Duffin2021-03-181-1/+8
* | | Merge "Clean up java package use of python build components"Paul Duffin2021-03-181-4/+1
|\ \ \
| * | | Clean up java package use of python build componentsPaul Duffin2021-03-171-4/+1
| |/ /
* / / Add emptyFixtureFactory in java packagePaul Duffin2021-03-171-2/+3
|/ /
* | Merge "Export a few utility methods"Yuexi Ma2021-03-171-0/+13
|\ \
| * | Export a few utility methodsYuexi Ma2021-03-161-0/+13
* | | Fix TestJavaSdkLibrary... tests to work without javaMockFS()Paul Duffin2021-03-161-12/+58
* | | Convert JavaSdkLibrary... tests in java package to test fixturesPaul Duffin2021-03-161-136/+122
* | | Convert TestJavaSdkLibraryEnforce to test fixturesPaul Duffin2021-03-151-16/+16
* | | Create sub tests for each test in TestJavaSdkLibraryEnforcePaul Duffin2021-03-151-18/+28