aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/skyframe/GraphTester.java
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Allow injection of custom SkyFunctions into GraphTester.Gravatar janakr2018-06-04
* 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
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Add unsetComputedValue method to GraphTesterGravatar Mark Schaller2016-03-08
* Clean up some testing code: don't have following tests fail from the Tracking...Gravatar Janak Ramakrishnan2016-03-08
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow SkyValues to be marked not "comparable". Such values are not compared f...Gravatar Eric Fellheimer2015-11-19
* Minor cleanups to GraphTesterGravatar Mark Schaller2015-10-22
* Move to using "well-known" SkyFunctionNames in tests exercising graphGravatar Michajlo Matijkiw2015-10-16
* Increase visibility of an InMemoryNodeEntry methodGravatar Mark Schaller2015-10-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25