aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory.Gravatar Laszlo Csomor2015-12-07
* RecursiveFilesystemTraversalFunction: introduce ResolvedFileFactoryForTesting.Gravatar Laszlo Csomor2015-12-07
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.Gravatar Laszlo Csomor2015-12-04
* Fileset: add a positive assertion (no symlink exclusion) to existing tests.Gravatar Laszlo Csomor2015-12-03
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Fix a bug in the Google-internal rule "Fileset" (not in Bazel).Gravatar Laszlo Csomor2015-12-02
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Add test for globbing across a package boundary in a different package path.Gravatar Janak Ramakrishnan2015-11-26
* Skylark path-based relative loads now work correctly (with the new label-base...Gravatar John Field2015-11-18
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* Open source skyframe testsGravatar Kristina Chodorow2015-11-17
* Exit with an error message, rather than crashing, when an attempt is made to ...Gravatar John Field2015-11-16
* Fix crash when two Skylark loads reference the same path.Gravatar John Field2015-11-16
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Make it easier to reuse empty PrepareDepsOfTargetsUnderDirectoryValue singletonsGravatar Michajlo Matijkiw2015-11-13
* 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
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* 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 FileFunctionTest.Gravatar Han-Wen Nienhuys2015-10-28
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Move some test helper classes into /util packages and open source them.Gravatar Ulf Adams2015-03-16