aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* 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
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Allow graph implementations to filter out deps that are known to be done when...Gravatar janakr2017-04-10
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...Gravatar Janak Ramakrishnan2017-03-24
* Adding name setting to @Parameters annotation, so that tests have consistentGravatar John Cater2017-03-02
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Refactor DirtyBuildingState to allow custom implementation on storing theGravatar Googler2017-02-01
* Global cleanup change.Gravatar Eddie Aftandilian2017-01-20
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Add method getCurrentlyAvailableNodes to QueryableGraph and Walkable GraphGravatar Googler2016-10-31
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* Fixed EvaluationProgressReceiver object namesGravatar Googler2016-09-27