- 3ae786b Avoid adding trailing whitespace to XML element content. by cpovirk · 6 years ago
- 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
- 0a83eca Properties, system-out, system-err should be elements rather than attributes according to JUnit.xsd. by Googler · 6 years ago
- 708a926 Lazy output stream for test.xml, does not produce a file if no test xml data was produced by Igal Tabachnik · 7 years ago
- 91b867f Set Locale to English when uppercasing strings to match Enums by Jingwen Chen · 7 years ago
- 0a57d3d Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
- f213f16 Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608. by philwo · 7 years ago
- d95f1bf Allow @Ignore on junit test classes by Stephen Amar · 7 years ago
- 2ee6dd2 Automated rollback of commit 3edf41b70de9bb1a8702d0342beeb2ad13898d71. by philwo · 7 years ago
- b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
- 3edf41b Skipping writing FILTERED tests to test.xml by Igal Tabachnik · 7 years ago
- cc9c2f0 Remove the status xml attribute from AntXmlResultWriter by elenairina · 7 years ago
- 7b091c1 Add a global failure when a test is interrupted/cancelled. by elenairina · 8 years ago
- 26ad43d Auto-generate BUILD files for src/java_tools/junitrunner by ulfjack · 8 years ago
- 3076055 REDACTED by Googler · 8 years ago
- 3f7ac38 Internal change by Googler · 8 years ago
- aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
- c2cc768 Dump the classpaths in a separate file and read the classpaths from that file, so that each test run can have the latest version of the Classpaths. by Kush Chakraborty · 8 years ago
- 4443123 2nd attempt to split classpaths, and load test classes in a separate classloader. Currently this funcionality is hidden behind the "experimental_testrunner" flag. by Kush Chakraborty · 8 years ago
- 1fc4dff by Kristina Chodorow · 8 years ago
- bdd62b3 Bring back the persistent test runner functionality, on ExperimentalTestRunner. by Kush Chakraborty · 8 years ago
- 4baedc7 Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets. by Kush Chakraborty · 8 years ago
- e1475cb Eclipse's Java compiler can't do type inference on this code for some reason by Ulf Adams · 8 years ago
- c67080c Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385. by Kush Chakraborty · 8 years ago
- 786cfa2 Separate the classpaths of the TestRunner with the test target, and use a separate Classloader to load the test target's classes. This enables a clean separation of the classes of the TestRunner with the target under test. by Kush Chakraborty · 8 years ago
- ac6edf9 JUnit4 now correctly labels filtered tests as "filtered". by Googler · 8 years ago
- 7d0561b Rollback changes to the BazelTestRunner which add a dependency on proto3 as it conflicts with IntelliJ dependencies, till we find a better way to separate the dependencies of the Test Runner from the dependencies of the Test Target. by Kush Chakraborty · 8 years ago
- 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
- 908b846 Removing Dagger dependency from junitrunner. by Irina Iancu · 8 years ago
- 42d4a06 Rollback of commit 33ad37612ab7edc32d5e82c3912acebacaef42dc. by Irina Iancu · 8 years ago
- 90b5b19 Remove the dependency on AutoValue from the Java test runner so that it doesn't conflict with whatever AutoValue version the code under test has. by Lukacs Berki · 8 years ago
- 4885eef Change our URL to bazel.build by Damien Martin-Guillerez · 8 years ago
- bb3a441 Move junitrunner fake/stub classes from javatests/c/g/testing/junit/runner to java/c/g/testing/junit/runner/sharding/testing. Also: by Googler · 8 years ago
- 5f026f9 Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156. by Damien Martin-Guillerez · 8 years ago
- 214ec35 Global cleanup change. by Liam Miller-Cushon · 8 years ago
- 629084f Need to make methods accessible, as currently they are only available to package. by Googler · 8 years ago
- cc78407 Rollback of commit 51417759a37e5b11003dd773d5c90ddd4c7a6aa7. by Googler · 8 years ago
- d5f740d Move MemoizingRequest from c.g.testing.junit.junit4.runner to by Googler · 8 years ago
- 8707650 Move some sharable classes from c.g.testing.junit.runner.junit4 to by Googler · 8 years ago
- 6cd43bb Move some RegExTestCaseFilter from c.g.testing.junit.runner.junit4 to by Googler · 8 years ago
- 5141775 Branched internal RuntimeCost in junitrunner. by Irina Iancu · 8 years ago
- 644a13c Remove some Dagger dependencies from the Bazel JUnit test runner. by Googler · 8 years ago
- 6a48963 Fix import ordering for files under com/google/testing/junit/runner/junit4 by Googler · 8 years ago
- 33ad376 Open sourcing junitrunner/java/com/google/testing/junit/runner/sharding/weighted. by Irina Iancu · 9 years ago
- 36395c4 Bazel to support external links integration. This is so that the tests can inject custom extra data (link, icons, etc) so that a test method can be associated with an external tool. by Googler · 9 years ago
- 35cad2b Global cleanup change. by Googler · 9 years ago
- 225f69f Check in Dagger generated code to junitrunner. by Irina Iancu · 9 years ago
- f3fce2f Removing Guava deps from all BUILD files in junitrunner. by Irina Iancu · 9 years ago
- d9d524a Removing GUAVA XML escapers from junitrunner. by Irina Iancu · 9 years ago
- 45fd841 Removing GUAVA Ticker and FakeTicker from junitrunner. by Irina Iancu · 9 years ago
- 4d144f4 Removing GUAVA Suppliers and Supplier as dependency from junitrunner. by Irina Iancu · 9 years ago
- ced6b37 Removing last dependencies of GUAVA Multiset and HashMultiset from junitrunner. by Irina Iancu · 9 years ago
- d0b5310 Declare field as ConcurrentMap instead of ConcurrentHashMap. by Chris Povirk · 9 years ago
- a336c48 Rename rule name to for case insensitive disk. Fixes #1614. by Yue Gan · 9 years ago
- 1b2071f Cloned from commit 2dddbeeac25ace6f53dd3ce6ac588111c239bdf0 by '[] patch'. by Irina Iancu · 9 years ago
- 7b5e1af Rollback of commit 2dddbeeac25ace6f53dd3ce6ac588111c239bdf0. by Tobias Werth · 9 years ago
- 2dddbee Removing some of GUAVA dependencies from junit.runner.junit4 and -.model by Irina Iancu · 9 years ago
- 7a45855 Remove joda-time dependency from the java test runner by Yunchi Luo · 9 years ago
- 6230823 Removing some of GUAVA dependencies from junit.runner.sharding. by Elena-Irina Iancu · 9 years ago
- 20703c2 Gracefully handle non existing test descriptions by Googler · 9 years ago
- 5ae3b79 Continuing removing GUAVA dependencies from junitrunner (junit.runner.sharding by Elena-Irina Iancu · 9 years ago
- 653a16a Replace calls to <class>.newInstance with <class>.getConstructor().newInstance. by Ulf Adams · 9 years ago
- e0029d8 Continuing removing GUAVA dependencies from junitrunner (junit.runner.model). by Elena-Irina Iancu · 9 years ago
- 3e0f933 Continuing removing GUAVA dependencies from junitrunner. by Elena-Irina Iancu · 9 years ago
- b9610d6 Starting removing GUAVA dependencies from junitrunner. by Elena-Irina Iancu · 9 years ago
- e1fee21 Allow test targets to completely disable the test security manager via by Googler · 9 years ago
- 6c0acf5 Fix incorrect merged of https://bazel-review.googlesource.com/#/c/3921/ by Damien Martin-Guillerez · 9 years ago
- 59bd0f1 Global cleanup change. by Chris Povirk · 9 years ago
- d91bd0c Global cleanup change. by Googler · 9 years ago
- 48f2470 Clean up the test runner code a bit. by Ulf Adams · 9 years ago
- d9ecddb Fix deps of the Java test runner. by Ulf Adams · 9 years ago
- 91d3433 Convert the Bazel JUnit4 test runner from Guice to Dagger. by Googler · 9 years ago
- 6f418ed Description redacted. -- MOS_MIGRATED_REVID=123431237 by Googler · 9 years ago
- a4bfb3c Convert the Bazel JUnit4 test runner from Guice to Dagger. by Googler · 9 years ago
- b1945fe Switch from relying on the Guice-specific annotations to the JSR-330 standard annotations. by Googler · 9 years ago
- 703923b Global cleanup change. by Googler · 9 years ago
- 505a12d Fix Ant XML writer when there is a test failure. by Damien Martin-Guillerez · 9 years ago
- eea8efa Open-source the JUnit test runner. by Damien Martin-Guillerez · 9 years ago