index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
exec
/
StandaloneTestStrategy.java
Commit message (
Expand
)
Author
Age
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Use java.time.Duration for timeouts
ulfjack
2017-08-09
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
remote: Don't cache test if marked "external". Fixes #3362
buchgr
2017-07-14
*
BEP: Report test warnings
aehlig
2017-07-10
*
Cache flaky tests (remove the cachable flag from test result data)
ulfjack
2017-07-07
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Switch to correct runfiles directory when running python test on Windows
Yun Peng
2017-06-08
*
Set the local CPU reservation for tests based on their "cpu:<n>" tag.
philwo
2017-05-03
*
Bazel: Fix wrong test count shown for failing tests.
philwo
2017-04-24
*
Make the test tmp directory name deterministic
ulfjack
2017-04-24
*
Also report starting times of test actions
aehlig
2017-03-31
*
BEP: Use TestStatus enum to report the status of a TestResult
Jakob Buchgraber
2017-03-23
*
Use a relative path for the runfiles tree
Ulf Adams
2017-03-21
*
BEP: provide timing information for tests
Klaus Aehlig
2017-03-09
*
StandaloneTestStrategy sets the full list of outputs on the test spawn
Ulf Adams
2017-03-07
*
Rationalize local resource acquisition
Ulf Adams
2017-03-03
*
BEP: Also report the xml file in cached test
Klaus Aehlig
2017-02-17
*
BEP: Provide more useful data in TestResult events
Klaus Aehlig
2017-02-10
*
Remove the first argument of TestStrategy.getArgs.
Ulf Adams
2017-02-09
*
Also report about individual attempts in a test
Klaus Aehlig
2017-02-03
*
Test strategy unification - extract env setup to a new class
Ulf Adams
2017-02-01
*
Switch Bazel to use the common test env variables.
Ulf Adams
2017-01-26
*
Move the test environment setup to the TestRunnerAction.
Ulf Adams
2017-01-24
*
Move the coverage-related methods from TestStrategy to TestRunnerAction.
Ulf Adams
2017-01-20
*
Description redacted.
Adam Michael
2017-01-18
*
Tell Python binaries the location of their runfiles tree using the RUNFILES_D...
Lukacs Berki
2017-01-13
*
Also add the duration as the test process time.
Ulf Adams
2017-01-13
*
Rollback of commit 62a6f695f95b8dde15fe9b287a290dc7ac06e173.
Marcel Hlopko
2017-01-10
*
Refactor StandaloneTestStrategy; tiny step towards test strategy unification.
Ulf Adams
2017-01-10
*
Also add the duration as the test process time.
Ulf Adams
2017-01-10
*
Remove some dead code from StandaloneTestStrategy.
Ulf Adams
2017-01-10
*
Fix flaky test support
Damien Martin-Guillerez
2016-12-29
*
Continued TestStrategy refactoring.
Ulf Adams
2016-12-16
*
Make StandaloneTestStrategy more closely resemble the internal one.
Ulf Adams
2016-12-16
*
Move TestStrategy to lib.exec package.
Ulf Adams
2016-12-15