aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/testutil
Commit message (Expand)AuthorAge
* Make BuildViewTest#testErrorBelowCycle properly deterministic so that it can ...Gravatar Janak Ramakrishnan2016-08-19
* Add a builder-like mechanism for writing targets to a Scratch instance that isGravatar Cal Peyser2016-08-09
* Rename namespace-sandbox/-runner to linux-sandbox.Gravatar Philipp Wollermann2016-07-18
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Set the default workspace name to __main__Gravatar Kristina Chodorow2016-05-03
* Push some functionality from FoundationTestCase to where it's actually used.Gravatar Ulf Adams2016-04-29
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Move LoggingTerminalWriter to a public util classGravatar Klaus Aehlig2016-04-15
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Support "mandatoryProvidersList" in Skylark and added necessary testsGravatar Yun Peng2016-02-23
* Add xcode_locator to bazel's embedded binaries.Gravatar Chris Parsons2016-01-08
* Open source most of our docgen tests.Gravatar Ulf Adams2015-12-22
* Open source loading the rules moduleGravatar Kristina Chodorow2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* TestSuiteBuilder should include TautologyTest only in empty test suites.Gravatar Florian Weikert2015-12-04
* Open-source crosstool configuration tests.Gravatar Dmitry Lomov2015-11-30
* Split & refactor testutil/BUILD.Gravatar Philipp Wollermann2015-11-30
* Opensource more cpp rules tests.Gravatar Dmitry Lomov2015-11-30
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14
* Use EventHandler rather than Reporter where possible inGravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Improved error reporting in RuleContext:Gravatar Florian Weikert2015-09-25
* Move mock workspace configuration to AnalysisMock.Gravatar Dmitry Lomov2015-09-24
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Add a supportedOs attribute to TestSpec to make it possible to split off test...Gravatar Philipp Wollermann2015-09-08
* Add a localOnly attribute to TestSpec to make it easier to split tests into p...Gravatar Philipp Wollermann2015-09-08
* Better comment for TestSpec.flaky().Gravatar Philipp Wollermann2015-09-08
* Add an "embedded_scripts" filegroup that can be used to easily get all the ne...Gravatar Philipp Wollermann2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Make some improvements to GraphConcurrencyTest -- versions are sensible, and ...Gravatar Janak Ramakrishnan2015-08-04
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Remove another method from FoundationTestCase; use a static import instead.Gravatar Ulf Adams2015-07-23