aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
Commit message (Expand)AuthorAge
* Fix bazel_go_example_test. Changes:Gravatar Han-Wen Nienhuys2015-12-22
* Add a test to verify @D works correctly with external reposGravatar Kristina Chodorow2015-12-16
* Open-source loading_phase_testsGravatar Damien Martin-Guillerez2015-12-16
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* cache SDKROOT value for local execution of actions using apple toolkitGravatar Chris Parsons2015-12-15
* Add unit tests for the new errexit feature in unittest.bash.Gravatar Philipp Wollermann2015-12-15
* Speed up bazel_worker_test a lot by removing calls to "bazel clean --batch". ...Gravatar Philipp Wollermann2015-12-15
* bazel_worker_test: Use pgrep instead of string magic to find workers.Gravatar Philipp Wollermann2015-12-15
* unittest.bash: Correctly handle failures due to "errexit" in tests. This will...Gravatar Philipp Wollermann2015-12-15
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* 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