aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-11-14 20:22:03 +0100
committerGravatar GitHub <noreply@github.com>2018-11-14 20:22:03 +0100
commit9cfacc48ee2e9f8db083d578c84881551734b1f0 (patch)
treefd6e636439cf5620a6aa4dedb692b7374c09eba8
parent72f57a00040a9f3ea12bf972bd8e6cb79ff7ddb3 (diff)
parente5f9f5ef4605bec53ebd06b2d0ade0c77189d256 (diff)
Merge pull request #17215 from jtattermusch/tool_test_msan_disable
Disable grpc_tool_test on msan
-rw-r--r--test/cpp/util/BUILD1
-rw-r--r--tools/remote_build/rbe_common.bazelrc2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index c8d4333ef0..57eaf3baf2 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -185,6 +185,7 @@ grpc_cc_test(
external_deps = [
"gtest",
],
+ tags = ["nomsan"], # death tests seem to be incompatible with msan
deps = [
":grpc_cli_libs",
":test_util",
diff --git a/tools/remote_build/rbe_common.bazelrc b/tools/remote_build/rbe_common.bazelrc
index fe61b30492..75a42a317e 100644
--- a/tools/remote_build/rbe_common.bazelrc
+++ b/tools/remote_build/rbe_common.bazelrc
@@ -56,7 +56,7 @@ build:msan --copt=-gmlt
# TODO(jtattermusch): use more reasonable test timeout
build:msan --test_timeout=3600
# TODO(jtattermusch): revisit the disabled tests
-build:msan --test_tag_filters=-json_run_localhost
+build:msan --test_tag_filters=-nomsan,-json_run_localhost
build:msan --cxxopt=--stdlib=libc++
# setting LD_LIBRARY_PATH is necessary
# to avoid "libc++.so.1: cannot open shared object file"