aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
Commit message (Expand)AuthorAge
...
* unittest.bash: Make it clear that true / false are strings and treat them as ...Gravatar Philipp Wollermann2015-12-11
* Don't print an error message about cat if a test exits abnormallyGravatar Kristina Chodorow2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Simple refactor of specification of bazel binary for integration testsGravatar Damien Martin-Guillerez2015-12-09
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Simplify & speed-up the check whether sandbox related shell tests can run.Gravatar Philipp Wollermann2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Fix sandbox .params files being left aroundGravatar Brian Silverman2015-12-08
* Open-source runfiles_test integration testGravatar Damien Martin-Guillerez2015-12-07
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Add invalidation test when a Skylark file loaded from the WORKSPACE changeGravatar Damien Martin-Guillerez2015-12-02
* Processes runfiles for libraries in addition to binaries. The behaviorGravatar Jake Voytko2015-12-01
* Make go test rule run tests from the directory of the source fileGravatar David Santiago2015-12-01
* Fix broken worker test in Bazel.Gravatar Philipp Wollermann2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Add a test that verifies that line number changes in the WORKSPACE file do no...Gravatar Lukacs Berki2015-11-30
* Split up the big monolithic //third_party/bazel/src/test/java/com/google/devt...Gravatar Philipp Wollermann2015-11-30
* Test thatGravatar Han-Wen Nienhuys2015-11-30
* This change fixes a mysterious timeout when the Maven tests fail.Gravatar Lukacs Berki2015-11-26
* Download the sha1 of the jar file from maven in generate_workspace.Gravatar wjywbs2015-11-26
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Fix external test not to use realpathGravatar Kristina Chodorow2015-11-20
* Update go_binary and go_test rules to copy files in the "data"Gravatar David Santiago2015-11-18
* Add dependencies to the Go toolchain for bazel_go_example_test.Gravatar Han-Wen Nienhuys2015-11-18
* 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
* Add a (disabled) test case that tickles a bug in new_local_repository.Gravatar Lukacs Berki2015-11-13
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-11-12
* 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
* 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
* 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
* Hook up the network sandboxing codeGravatar Brian Silverman2015-11-05
* Document and test how rules can run without the sandbox.Gravatar Brian Silverman2015-11-02
* Deflake --runs_per_test_detects_flakes.Gravatar Brian Silverman2015-11-02
* Don't build Java if testing process-wrapper.Gravatar Han-Wen Nienhuys2015-10-30
* Tune down some test sizes.Gravatar Han-Wen Nienhuys2015-10-30
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Fix sed command to work on OS X and LinuxGravatar Kristina Chodorow2015-10-29
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-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
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23