aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Remove BuildViewTestCase.assertContainsSublist, and use MoreAsserts.assertCon...Gravatar Carmi Grushko2015-11-06
* Fix some wrong "return false" statements in our tests.Gravatar Philipp Wollermann2015-11-06
* Force sandboxing to be enabled on the sandboxing tests (fixes the failing "te...Gravatar Philipp Wollermann2015-11-06
* Disable the Bazel/Skylark sandboxing test and fix erroneous 'return' stmt.Gravatar Googler2015-11-05
* 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
* Hook up the network sandboxing codeGravatar Brian Silverman2015-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
* Document and test how rules can run without the sandbox.Gravatar Brian Silverman2015-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
* Deflake --runs_per_test_detects_flakes.Gravatar Brian Silverman2015-11-02
* Drop src/test/java/BUILDGravatar Han-Wen Nienhuys2015-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
* Don't build Java if testing process-wrapper.Gravatar Han-Wen Nienhuys2015-10-30
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Tune down some test sizes.Gravatar Han-Wen Nienhuys2015-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
* Fix sed command to work on OS X and LinuxGravatar Kristina Chodorow2015-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
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Adds a little test to the options parser test to ensure that warnings are notGravatar Alex Humesky2015-10-28
* Fix race in MemoizingEvaluatorTest#crashAfterInterruptCrashes by ensuring tha...Gravatar Janak Ramakrishnan2015-10-28
* Fixes src/test/shell/bazel/android:android_integration_test to work with sand...Gravatar Alex Humesky2015-10-28
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* 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