aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/RecursivePkgFunctionTest.java
Commit message (Expand)AuthorAge
* BazelPackageLoader to be invoked on additional tests.Gravatar carmi2018-04-03
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Introduce Root class.Gravatar tomlu2018-01-17
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27