aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/StandaloneTestStrategy.java
Commit message (Expand)AuthorAge
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Simplify TestAttempt interfaceGravatar ulfjack2018-06-07
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* test failure: print stacktrace on I/O errorGravatar Laszlo Csomor2018-05-16
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Use SpawnResult.getWallTime for test duration if availableGravatar ulfjack2018-03-28
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Clean up test tag handlingGravatar ulfjack2018-02-21
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Removing the USER variable from test environment, unless explicitly provided.Gravatar olaola2017-10-16
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Include all test output files (e.g. undeclared outputs) for non-cached test e...Gravatar Googler2017-09-22
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* BEP: Report test warningsGravatar aehlig2017-07-10
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Switch to correct runfiles directory when running python test on WindowsGravatar Yun Peng2017-06-08
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Bazel: Fix wrong test count shown for failing tests.Gravatar philwo2017-04-24
* Make the test tmp directory name deterministicGravatar ulfjack2017-04-24
* Also report starting times of test actionsGravatar aehlig2017-03-31
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* 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
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* BEP: Also report the xml file in cached test Gravatar Klaus Aehlig2017-02-17
* BEP: Provide more useful data in TestResult events Gravatar Klaus Aehlig2017-02-10
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Also report about individual attempts in a test Gravatar Klaus Aehlig2017-02-03