aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
Commit message (Expand)AuthorAge
* Make sha256 optionalGravatar Kristina Chodorow2016-02-09
* Print truncation-specific error message when a server gives a too-short responseGravatar Kristina Chodorow2016-02-04
* Add support for downloading .tar.xz files to http_archive rules.Gravatar David Chen2016-02-04
* Add shell example to bazel. Includes sh_binary, sh_library and sh_test.Gravatar Dave MacLachlan2016-02-04
* Fix genfiles' @D with multiple outputsGravatar Kristina Chodorow2016-02-03
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Convert skylark rules and tests to use _ in repo namesGravatar Kristina Chodorow2016-01-27
* Make local-jdk conform to workspace name rulesGravatar Kristina Chodorow2016-01-27
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* Fix NullPointerException in DelegatingWalkableGraphGravatar Damien Martin-Guillerez2016-01-22
* Copy output files out of the sandbox even when the action failed.Gravatar Philipp Wollermann2016-01-21
* Fix extra_actions with sandboxing.Gravatar Brian Silverman2016-01-21
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Respect maven excludes and separate build rules.Gravatar Stein Eldar Johnsen2016-01-21
* Allow empty go_prefix.Gravatar Han-Wen Nienhuys2016-01-20
* Use a separate XML_OUTPUT_FILE for unittest.bash testsGravatar Damien Martin-Guillerez2016-01-19
* Generate a default dummy XML file when the test runner does not.Gravatar Damien Martin-Guillerez2016-01-18
* Fix #757: Bazel does not copy xml test output from sandbox.Gravatar Philipp Wollermann2016-01-18
* Disallow loads from external repos in WORKSPACE files. Currently, attempting ...Gravatar John Field2016-01-18
* Increase the size of some tests that time out on ci.bazel.ioGravatar Damien Martin-Guillerez2016-01-15
* Increase the size of some tests that time out on ci.bazel.ioGravatar Damien Martin-Guillerez2016-01-15
* Actually fix test_fetch to not errexit by ls-ing a non-existent directoryGravatar Kristina Chodorow2016-01-15
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* Limit the number of parallel jobs in test Bazel instances so that running the...Gravatar Lukacs Berki2016-01-15
* Set external_correctness_test size to largeGravatar Damien Martin-Guillerez2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Use our java test runner in BazelGravatar Damien Martin-Guillerez2016-01-13
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Test for extra rebuilds caused by empty files in http_archive etc.Gravatar Brian Silverman2016-01-13
* Reset state before test_fetchGravatar Kristina Chodorow2016-01-12
* Use objective-C dependencies only for test that might requires them.Gravatar Damien Martin-Guillerez2016-01-11
* Increase size of tests that time out on ci.bazel.ioGravatar Damien Martin-Guillerez2016-01-11
* Add strip_prefix attribute to http_archiveGravatar Kristina Chodorow2016-01-07
* Stop parsing the WORKSPACE file when a parse error is detectedGravatar Kristina Chodorow2016-01-07
* Add a regression test for #517Gravatar Kristina Chodorow2016-01-07
* Improve error message when download failsGravatar Kristina Chodorow2016-01-07
* Record correct shell test failure timesGravatar Michajlo Matijkiw2016-01-07
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* 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