aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/GlobFunctionTest.java
Commit message (Expand)AuthorAge
* Have GlobFunction make use of the assumption that the glob's package exists b...Gravatar Nathan Harmata2016-02-04
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Add test for globbing across a package boundary in a different package path.Gravatar Janak Ramakrishnan2015-11-26
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Use JUnit4 for some of the skyframe tests.Gravatar Han-Wen Nienhuys2015-10-29
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27