aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
Commit message (Expand)AuthorAge
* Mark toolchain_test as flaky until we can uncover the cause and fix it.Gravatar jcater2017-12-22
* Update bootclasspath handling for JDK 9Gravatar cushon2017-12-20
* Adjusts the filegroups generated for the Android NDK crosstool to correctlyGravatar ahumesky2017-12-20
* Change the definition of genrule to require a c++ toolchain.Gravatar cpeyser2017-12-20
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* look for the prelude in each repository (fixes #1673)Gravatar Kevin Gessner2017-12-19
* remote: Rename --remote_rest_cache to --remote_http_cacheGravatar Jakob Buchgraber2017-12-19
* bazel_bootstrap_distfile_test: fix typoGravatar Klaus Aehlig2017-12-17
* bazel_bootstrap_distfile_test: run a more simple setupGravatar Klaus Aehlig2017-12-15
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Shell code cleanupGravatar Androbin2017-12-14
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* Make linux-sandbox output execution statistics for executed commands.Gravatar ruperts2017-12-13
* Use java.nio.file.Files.createTempDirectory() to create temporary directory i...Gravatar ruperts2017-12-13
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Enable local action execution statistics collection when the LocalSpawnRunner...Gravatar ruperts2017-12-12
* Move linux_sandbox_test from shell/bazel to shell/integration.Gravatar ruperts2017-12-12
* Set configured_query_test size to 'medium' because it was timing out when set...Gravatar juliexxia2017-12-12
* When linking mostly-static Linux binaries, link libstdc++.a explicitly.Gravatar John Millikin2017-12-12
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Rollforward of rollback commit 078c25c2f3cce5f407e28938ab2f3429e4609b19 with ...Gravatar juliexxia2017-12-08
* bazel integration tests: chmod +x configured_query_test.shGravatar juliexxia2017-12-07
* bazel integration tests: chmod +x configured_query_test.shGravatar Googler2017-12-07
* Report empty query results.Gravatar juliexxia2017-12-07
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Check for null build file returned from getBuildFileForPackage.Gravatar jcater2017-12-05
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Automated rollback of commit a7a9d56539a467ef095d3003a16d33922d9505a5.Gravatar ajmichael2017-11-30
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Fix protoc_compiler variable in testenv.sh and add //third_party/protobuf:pro...Gravatar ruperts2017-11-29
* Don't use //base:system_malloc for spend_cpu_time testing tool.Gravatar ruperts2017-11-29
* Add some minor debugging messages to discard_analysis_cache_test, purportedly...Gravatar janakr2017-11-29
* Implemented fix for case when 'use_testrunner' attribute works interconnected...Gravatar dbabkin2017-11-29
* Various Shell Script Fixes and Improvements - Part OneGravatar Androbin2017-11-29
* Make process-wrapper output execution statistics for executed commands.Gravatar ruperts2017-11-28
* Shard android_sdk_integration_test.sh. 45 seconds (60%) reduction.Gravatar jingwen2017-11-28
* Shard android_ndk_integration_test.Gravatar ajmichael2017-11-27