aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/junitrunner
Commit message (Expand)AuthorAge
* Replace //tools/defaults:jdk to //tools/jdk:*Gravatar dbabkin2018-06-26
* Windows,Bazel client: check embedded tools fasterGravatar Laszlo Csomor2018-06-25
* Wrap a comment line around 80 chars.Gravatar Googler2018-05-11
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Set Locale to English when uppercasing strings to match EnumsGravatar Jingwen Chen2018-05-11
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Migrate to the new version of jarjarGravatar cushon2018-04-16
* Use JUnit assertions instead of Truth assertions.Gravatar cpovirk2018-03-27
* Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608.Gravatar philwo2018-03-19
* Allow @Ignore on junit test classesGravatar Stephen Amar2018-03-13
* Automated rollback of commit 3edf41b70de9bb1a8702d0342beeb2ad13898d71.Gravatar philwo2018-03-09
* Rewrite visibility handling for all java_toolsGravatar ulfjack2018-02-16
* Skipping writing FILTERED tests to test.xmlGravatar Igal Tabachnik2018-02-15
* Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to...Gravatar lberki2017-11-24
* Fix NPE when JACOCO_METADATA_JAR is not set.Gravatar elenairina2017-10-23
* Remove the status xml attribute from AntXmlResultWriterGravatar elenairina2017-09-26
* Add a global failure when a test is interrupted/cancelled.Gravatar elenairina2017-09-22
* More BUILD file refactorings.Gravatar philwo2017-09-06
* This change adds an explicit dependency on the current Java runtime that indi...Gravatar lberki2017-08-28
* Auto-generate BUILD files for src/java_tools/junitrunnerGravatar ulfjack2017-08-28
* REDACTEDGravatar Googler2017-08-17
* Update JacocoCoverageRunnerGravatar elenairina2017-08-14
* Internal changeGravatar Googler2017-08-14
* Rewrite junitrunner integration testsGravatar ulfjack2017-08-11
* sed: fall back to -r if -E does not workGravatar ulfjack2017-08-04
* Remove dependency on Apache common langGravatar ulfjack2017-08-02
* Fix UNIX linker detection (was erroneously disabling ld.gold)Gravatar Allen Lavoie2017-08-01
* Update jacoco coverage runner to consider some edge cases.Gravatar elenairina2017-07-19
* Change Test Runner to work with the new Bazel coverage implementation.Gravatar elenairina2017-07-14
* Fix build failure with old OS X mktempGravatar ilovezfs2017-07-14
* Update BUILD filesGravatar Ulf Adams2017-06-13
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Enable jarjar-ing the Jacoco deploy jar on every supported platform.Gravatar lberki2017-05-08
* Use the Java version of singlejar for building the Jacoco coverage runner dep...Gravatar lberki2017-05-08
* More windows conditionsGravatar dmarting2017-05-05
* Add more condition for the windows platformGravatar dmarting2017-05-05
* Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar ...Gravatar lberki2017-05-05
* Embed a prebuilt jarjar into Bazel so that Android builds work again.Gravatar lberki2017-04-20
* Re-enable the Java coverage tests.Gravatar lberki2017-04-18
* Simplify LocalSpawnRunnerGravatar ulfjack2017-04-18
* Vendor jarjar instead of using a binary version of it.Gravatar Lukacs T. Berki2017-04-18
* Dump the classpaths in a separate file and read the classpaths from that file...Gravatar Kush Chakraborty2017-03-28
* 2nd attempt to split classpaths, and load test classes in a separate classloa...Gravatar Kush Chakraborty2017-03-24
* Cygwin support: fix junitrunner BUILD file Gravatar László Csomor2017-03-23
* --Gravatar Kristina Chodorow2017-03-16
* Bring back the persistent test runner functionality, on ExperimentalTestRunner.Gravatar Kush Chakraborty2017-03-09
* Create ExperimentalTestRunner which is just the same as BazelTestRunner, but ...Gravatar Kush Chakraborty2017-03-09
* Eclipse's Java compiler can't do type inference on this code for some reasonGravatar Ulf Adams2017-03-02
* Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.Gravatar Kush Chakraborty2017-02-24
* Separate the classpaths of the TestRunner with the test target, and use a sep...Gravatar Kush Chakraborty2017-02-23