aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* 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
* Add tests for nodes that are not used in the graph, but then are used in a la...Gravatar Janak Ramakrishnan2015-11-10
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Add list.index methodGravatar Laurent Le Brun2015-11-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Propagate ASwB aspect across robolectric implicit deps.Gravatar Googler2015-11-06
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Remove BuildViewTestCase.assertContainsSublist, and use MoreAsserts.assertCon...Gravatar Carmi Grushko2015-11-06
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* --Gravatar Carmi Grushko2015-11-05
* workers: Pass a map of input filenames -> digest of file contents to workers ...Gravatar Philipp Wollermann2015-11-05
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Don't remove a reverse dep after it was added in GraphConcurrencyTest. That n...Gravatar Janak Ramakrishnan2015-11-03
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Cleanup ValueVisitor (and dirty QuiescingExecutor)Gravatar Mark Schaller2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.Gravatar Ulf Adams2015-11-02
* Introduce ErrorClassifierGravatar Mark Schaller2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Adds a bazel-rules-tests java_test rule for the tests under src/test/java/com...Gravatar Alex Humesky2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Make C++ builds work on OS X.Gravatar Lukacs Berki2015-10-30
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Remove direct uses of Reporter (mostly in internal code).Gravatar Ulf Adams2015-10-30
* Fix another test with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-30
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Add Skylark support for string_list_dictGravatar Francois-Rene Rideau2015-10-30
* Make some things in GraphConcurrencyTest protected so subclasses can use them.Gravatar Nathan Harmata2015-10-29
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Use JUnit4 for some of the skyframe tests.Gravatar Han-Wen Nienhuys2015-10-29
* Open source FileFunctionTest.Gravatar Han-Wen Nienhuys2015-10-28
* Fix race in MemoizingEvaluatorTest#crashAfterInterruptCrashes by ensuring tha...Gravatar Janak Ramakrishnan2015-10-28
* Remove unnecessary use of Reporter.Gravatar Ulf Adams2015-10-27
* Simplify uses of EventCollector.Gravatar Ulf Adams2015-10-27
* Clean up tests to use EventCollectionApparatus more widely.Gravatar Ulf Adams2015-10-27
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27
* Propagate Android aspect across runtime_deps.Gravatar Googler2015-10-27
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23