Disable the thread sanitizer for some tests until they get fixed.

PiperOrigin-RevId: 301855529
Change-Id: Ib42dd1820c36c1d6a365b6f5b2fb96fd515477d3
This commit is contained in:
Dimitris Vardoulakis 2020-03-19 11:17:52 -07:00 committed by TensorFlower Gardener
parent afb11783a5
commit b148a36030
2 changed files with 14 additions and 0 deletions

View File

@ -346,6 +346,8 @@ tf_xla_py_test(
python_version = "PY3",
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
deps = [
":xla_test",
@ -912,6 +914,8 @@ tf_xla_py_test(
shard_count = 10,
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
deps = [
":xla_test",
@ -1548,6 +1552,8 @@ cuda_py_test(
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
"no_rocm",
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
xla_enable_strict_auto_jit = False,
xla_enabled = True,
@ -1573,6 +1579,8 @@ cuda_py_test(
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
"no_rocm",
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
xla_enable_strict_auto_jit = False,
xla_enabled = True,
@ -1764,6 +1772,8 @@ tf_xla_py_test(
python_version = "PY3",
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
deps = [
":xla_test",

View File

@ -58,6 +58,10 @@ tf_cc_test(
"--xla_test_device=XLA_CPU",
"--xla_platform=CPU",
],
tags = [
# TODO(b/151948649): Fails on 2020-03-19.
"notsan",
],
deps = [
":raw_api_test_lib",
"//tensorflow/compiler/jit:xla_cpu_device",