aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2015-10-26 14:23:11 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-10-27 11:46:59 +0000
commite42275c03a1978f4eb5aa97e6a4929606e97bed8 (patch)
tree729ca2d44892d024cfa7e3652b4e017343b66ed3 /src/test/shell
parent3e46cab997116e6b0a7a40428a414a53f5d7f9a3 (diff)
Refactor include scanning / .d file parsing in the C++ rules so that validating includes and updating action inputs is clearly separated and easier to understand now.
-- MOS_MIGRATED_REVID=106298050
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/bazel_sandboxing_cpp_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh b/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
index 169fbc217b..eb5aeb2f1c 100755
--- a/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
+++ b/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
@@ -189,6 +189,8 @@ EOF
|| fail "could not find 'undeclared inclusion' error message in bazel output"
}
+# TODO(philwo) disabled for the same reason as test_sandboxed_cpp_build_catches_header_only_in_srcs
+# above.
function DISABLED_test_standalone_cpp_build_catches_header_only_in_srcs() {
bazel --batch clean &> $TEST_log \
|| fail "bazel clean failed"