aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test
Commit message (Expand)AuthorAge
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packagesGravatar cparsons2018-06-12
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* Allow access to some TestAttempt fields for testingGravatar ulfjack2017-12-13
* BEP: Extend TestResult to optionally contain meta dataGravatar aehlig2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Revert collect_coverage change that enables the new Java coverageGravatar elenairina2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* BEP: Report test warningsGravatar aehlig2017-07-10
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* 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