aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/FileFunctionTest.java
Commit message (Expand)AuthorAge
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Check for additions to the directory in new_local_repositoryGravatar Kristina Chodorow2016-04-22
* Provide descriptive error messages on external mutable source files encounter...Gravatar Googler2016-03-29
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* Support unreadable filesGravatar Michajlo Matijkiw2016-01-20
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* 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
* 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