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
/
rules
/
test
Commit message (
Expand
)
Author
Age
*
Allow access to some TestAttempt fields for testing
ulfjack
2017-12-13
*
BEP: Extend TestResult to optionally contain meta data
aehlig
2017-11-29
*
Return SpawnResults using a List instead of a Set.
ruperts
2017-11-21
*
More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...
ruperts
2017-10-07
*
Move RuleConfiguredTarget to lib.analysis.configuredtargets.
gregce
2017-09-19
*
Rename some of native declared providers according to the new naming scheme.
dslomov
2017-08-21
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Revert collect_coverage change that enables the new Java coverage
elenairina
2017-08-10
*
Use java.time.Duration for timeouts
ulfjack
2017-08-09
*
Move RuleConfiguredTargetFactory to lib.analysis
ulfjack
2017-08-07
*
Move most test options from BuildConfiguration to TestConfiguration.
tomlu
2017-08-07
*
Break out --test_filter into a test configuration fragment.
tomlu
2017-08-03
*
Better names for declared providers-related classes.
dslomov
2017-08-01
*
Make native declared providers not implement TransitiveInfoCollection.
dslomov
2017-07-12
*
Make native declared providers type-safe.
dslomov
2017-07-10
*
BEP: Report test warnings
aehlig
2017-07-10
*
Cache flaky tests (remove the cachable flag from test result data)
ulfjack
2017-07-07
*
Add ActionEnvironment, which is a wrapper class for a fixed+inherited env
ulfjack
2017-06-28
*
TestAttempt: remove unused constructors
aehlig
2017-06-20
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Use the correct JVM for LcovMerger instead of whatever "java" gets us.
lberki
2017-06-09
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Move ExecutionRequirements to the lib.actions package
ulfjack
2017-06-06
*
BEP: report more test-result files and add a constants class
aehlig
2017-05-26
*
Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.
Googler
2017-05-26
*
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
kchodorow
2017-05-23
*
Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.
cpeyser
2017-05-23
*
Do not retain transitive data in AndroidLocalTestBase.
Googler
2017-05-15
*
Add a custom interface for cache hit processing in actions
ulfjack
2017-05-10
*
Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.
ulfjack
2017-05-09
*
BEP: Also report the configuration in test
Klaus Aehlig
2017-05-09
*
Add a custom interface for cache hit processing in actions
ulfjack
2017-05-09
*
Set the local CPU reservation for tests based on their "cpu:<n>" tag.
philwo
2017-05-03
*
Fix typo in comment in TestResult.java.
philwo
2017-04-24
*
Remove --microcoverage support
cushon
2017-04-24
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
BEP: provide events a generic converter class
aehlig
2017-04-04
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
*
Change the tag experimental_testrunner into a couple of flags.
kush
2017-03-31
*
Also report starting times of test actions
aehlig
2017-03-31
*
Symlink output directories to the correct directory name
kchodorow
2017-03-31
*
BEP: Use TestStatus enum to report the status of a TestResult
Jakob Buchgraber
2017-03-23
*
Fix --nouse_action_cache for tests.
Googler
2017-03-22
*
BEP: Indicate caching status in TestResult
Klaus Aehlig
2017-03-20
*
Prevent users from using the WorkerTestStrategy unless they're running with t...
Kush Chakraborty
2017-03-09
*
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
*
Rewrite TestStrategy.getArgs
Ulf Adams
2017-03-06
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
[next]