aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Fix LocalRepositoryLookupFunction to normalize paths so they are compared pro...Gravatar John Cater2017-07-06
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Mark //src/test/java/com/google/devtools/build/lib/skyframe:SkyframeTests flakyGravatar hlopko2017-07-03
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Fix srcs_testGravatar Damien Martin-Guillerez2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Create a loadPackages() method that loads multiple packages simultaneously, u...Gravatar carmi2017-05-22
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Expose the target map from Package.Gravatar carmi2017-05-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Really fix the breakage at HEAD with BazelGravatar dmarting2017-05-04
* Fix broken Bazel build (http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=HEAD...Gravatar nharmata2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Add repository override optionGravatar kchodorow2017-04-20
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Delete SubincludePreprocessorGravatar laurentlb2017-04-07
* Disable SubincludePreprocessorGravatar laurentlb2017-04-07
* Delete more Python-preprocessing tests and documentationGravatar laurentlb2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* BuildView#getConfiguredTargetForTesting respects null transitions.Gravatar mstaib2017-03-31
* Remove only-in-tests null checks in SkyframeActionExecutor.Gravatar Janak Ramakrishnan2017-03-22
* Make ArtifactFunctionTest#testMiddlemanArtifact more realistic by making the ...Gravatar Janak Ramakrishnan2017-03-22