aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* Filter out events from analysis when constructing execution-phase values in S...Gravatar janakr2018-08-14
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Refactoring of SkyFunctionEnvironment to iterate over events/postables only w...Gravatar janakr2018-08-10
* Fix crash bug in AbstractExceptionalParallelEvaluator#doMutatingEvaluation in...Gravatar nharmata2018-07-23
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* PiperOrigin-RevId: 205308422Gravatar shahan2018-07-19
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Native Skyframe support for node restartingGravatar mschaller2018-07-01
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Permit marking dirty/changed a node more than onceGravatar mschaller2018-06-18
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Allow injection of custom SkyFunctions into GraphTester.Gravatar janakr2018-06-04
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Add tester method that allows us to unconditionally create a TestFunction bui...Gravatar shreyax2018-03-19
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Expose SimpleCycleDetector. Also, allow MemoizingEvaluatorTest to support ev...Gravatar cpeyser2018-02-26
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Deflake ParallelEvaluatorTest.errorBubblesToParentsOfTopLevelValue: error can...Gravatar janakr2018-02-21
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16
* Automatic code cleanup.Gravatar cpovirk2018-02-13
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* ParallelEvaluator: report events early for cache hitsGravatar ulfjack2017-12-21
* Have GraphTest test rdep consistency conditionally since some graph implement...Gravatar nharmata2017-12-18
* Put more information in failure message of occasionally flaky test, and dedup...Gravatar janakr2017-11-22
* Clear interrupted bit in thread when throwing an interrupted exception that c...Gravatar janakr2017-11-21
* Replace truth.FailureStrategy with truth.FailureMetadata in bazel's Subjects.Gravatar Googler2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make ErrorInfo#toString more informative.Gravatar janakr2017-11-06
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-15
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Add an Iterable<Event> Truth subject so that we can easily assert things on a...Gravatar janakr2017-07-24
* Tolerate injected nodes having deps.Gravatar janakr2017-07-21
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Give MemoizingEvaluatorTest subclasses a bit more control over how transient ...Gravatar nharmata2017-06-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30