aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* TestAttempt: remove unused constructorsGravatar aehlig2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* BEP: report more test-result files and add a constants classGravatar aehlig2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-10
* Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.Gravatar ulfjack2017-05-09
* BEP: Also report the configuration in testGravatar Klaus Aehlig2017-05-09
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-09
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Fix typo in comment in TestResult.java.Gravatar philwo2017-04-24
* Remove --microcoverage supportGravatar cushon2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Also report starting times of test actionsGravatar aehlig2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Fix --nouse_action_cache for tests.Gravatar Googler2017-03-22
* BEP: Indicate caching status in TestResult Gravatar Klaus Aehlig2017-03-20
* Prevent users from using the WorkerTestStrategy unless they're running with t...Gravatar Kush Chakraborty2017-03-09
* BEP: provide timing information for tests Gravatar Klaus Aehlig2017-03-09
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* TestResult: make execRoot visible to subclassesGravatar Klaus Aehlig2017-02-21
* BEP: Also report the xml file in cached test Gravatar Klaus Aehlig2017-02-17
* Ensure test results are also reported for cached test Gravatar Klaus Aehlig2017-02-16
* BEP: Provide more useful data in TestResult events Gravatar Klaus Aehlig2017-02-10
* Also report about individual attempts in a test Gravatar Klaus Aehlig2017-02-03
* Also report individual test results via BEP Gravatar Klaus Aehlig2017-02-02
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Move the test environment setup to the TestRunnerAction.Gravatar Ulf Adams2017-01-24
* Enables passing local as an execution requirement through the ExecutionInfoPr...Gravatar Sergio Campama2017-01-23
* Move the coverage-related methods from TestStrategy to TestRunnerAction.Gravatar Ulf Adams2017-01-20
* Expose methods for the undeclared outputs and annotations directoriesGravatar Ulf Adams2017-01-10
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Fix the documentation for the "size" attribute in tests.Gravatar Philipp Wollermann2016-12-09
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09