aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/testutil
Commit message (Expand)AuthorAge
* 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
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Remove two methods from FoundationTestCase.Gravatar Ulf Adams2015-07-17
* Improve error reporting in tests when there's an actual event/expected event ...Gravatar Janak Ramakrishnan2015-07-10
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Minor refactoring of TestFileOutErr.Gravatar Eric Fellheimer2015-06-12
* Remove some unused code from FoundationTestCase.Gravatar Ulf Adams2015-04-28
* Remove the remaining uses of scratchFS() (some by inlining).Gravatar Ulf Adams2015-04-27
* Inline FoundationTestCase.scratchFile.Gravatar Ulf Adams2015-04-27
* Remove more calls to scratchFS().Gravatar Ulf Adams2015-04-27
* Inline/remove some calls to FoundationTestCase.scratchFS().Gravatar Ulf Adams2015-04-27
* Inline FoundationTestCase.overwriteScratchFile.Gravatar Ulf Adams2015-04-27
* Inline FoundationTestCase.deleteFile and one variant of scratchFile.Gravatar Ulf Adams2015-04-27
* Inline FoundationTestCase.dir.Gravatar Ulf Adams2015-04-27
* Add a Path constructor to Scratch.Gravatar Ulf Adams2015-04-27
* Clean up the TestFileOutErr to be less brittle, avoiding the "brutal overload...Gravatar Eric Fellheimer2015-04-27
* Extend the Scratch class to have a working directory.Gravatar Ulf Adams2015-04-27
* Move the BazelAnalysisMock to a subpackage of analysis.Gravatar Ulf Adams2015-04-24
* Open source the configuration tests.Gravatar Ulf Adams2015-04-17
* Inline TestConstants.TEST_WORKSPACE_DIRECTORY.Gravatar Ulf Adams2015-04-14
* Rewrite tests to avoid /[]/ in the paths.Gravatar Ulf Adams2015-04-13
* Allow relative paths for the scratch* methods; resolve relative to workspace.Gravatar Ulf Adams2015-04-09
* objc protos: Pass up dep on C++ runtime if depending on C++ APIGravatar Daniel Wagner-Hall2015-04-08
* Enable external contribution on src/main/toolsGravatar Damien Martin-Guillerez2015-04-01
* Description redacted.Gravatar Damien Martin-Guillerez2015-03-27
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Use //external:objc_proto_lib instead of a googlemac path for objc_proto_libraryGravatar Daniel Wagner-Hall2015-03-20
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Add an AnalysisMock for Bazel; all the analysis action tests pass.Gravatar Ulf Adams2015-03-05
* Inline a couple of methods from FoundationTestCase. Having these convenienceGravatar Ulf Adams2015-03-05
* Use Truth instead of custom code.Gravatar Ulf Adams2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Remove ChattyAssertsTestCase. Use static imports, move the code down theGravatar Ulf Adams2015-02-25
* Open-source BuildViewTestCase and the infrastructure required by it, as well asGravatar Ulf Adams2015-02-25
* Remove some methods from ChattyAssertsTestCase - some are inlined, and someGravatar Ulf Adams2015-02-25
* Compute action start time in critical path using Clock.currentTimeMillis inst...Gravatar Miguel Alcon Pinto2015-02-25
* Description redacted.Gravatar Ulf Adams2015-02-24
* Add symlinks to third_party/ and tools/ to base_workspaceGravatar Kristina Chodorow2015-02-19
* Scrub.Gravatar Ulf Adams2015-02-19
* GeneratedProjectTests are a bit refactored. A new API is added to BuildRuleBu...Gravatar Googler2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25