aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Remove dead code from RuleSetUtilsGravatar Kristina Chodorow2015-11-18
* Update go_binary and go_test rules to copy files in the "data"Gravatar David Santiago2015-11-18
* Open-source RPC tests.Gravatar Dmitry Lomov2015-11-18
* Skylark path-based relative loads now work correctly (with the new label-base...Gravatar John Field2015-11-18
* Don't repeatedly add and remove rdeps in GraphConcurrencyTest -- we don't do ...Gravatar Janak Ramakrishnan2015-11-18
* Open source test project generation utilsGravatar Kristina Chodorow2015-11-18
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* Return rdeps when marking a node dirtyGravatar Mark Schaller2015-11-18
* Add dependencies to the Go toolchain for bazel_go_example_test.Gravatar Han-Wen Nienhuys2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Open source skyframe testsGravatar Kristina Chodorow2015-11-17
* Open source graph testsGravatar Kristina Chodorow2015-11-17
* Add test for case when node is no longer needed, then explicitly evaluated, t...Gravatar Janak Ramakrishnan2015-11-17
* De-dup worker_input fileGravatar Kristina Chodorow2015-11-16
* Set //src/test/shell/bazel:bazel_worker_test to manual until the flakiness is...Gravatar Damien Martin-Guillerez2015-11-16
* Optimize the hash code function of Pair to minimize varargs expansion.Gravatar Eric Fellheimer2015-11-16
* 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
* Add a (disabled) test case that tickles a bug in new_local_repository.Gravatar Lukacs Berki2015-11-13
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Make it easier to reuse empty PrepareDepsOfTargetsUnderDirectoryValue singletonsGravatar Michajlo Matijkiw2015-11-13
* Changes R.java to be a compile time dependency in android compilation. This r...Gravatar Andrew Pellegrini2015-11-13
* Hardcodes Linux as the platform for the NDK crosstool unit tests because that...Gravatar Alex Humesky2015-11-13
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Deprecation warnings are no longer printed for flags specified using their ol...Gravatar Alex Humesky2015-11-12
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-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
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-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
* Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT.Gravatar Dave MacLachlan2015-11-06
* Fixes up bash stack walking on Mac OS. There are cases where BASH_SOURCE is a...Gravatar Dave MacLachlan2015-11-06
* 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
* 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