diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-21 11:45:15 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-21 11:45:15 -0700 |
commit | fb6e13b1b5ba135220c7be1edf3fb6f92e79872b (patch) | |
tree | 2f57667a3603855d23f423df9923ccf652e50860 /tools/run_tests/tests.json | |
parent | b08ee7a260d0f274554892cd3138215ab905ce77 (diff) | |
parent | f4e25643665f139ad8abd05d066f313e4f16a743 (diff) |
Merge pull request #5788 from vjpai/make_clang_great_again_v2
Update clang for the Dockerfile used in tsan tests, fix a newly exposed bug
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 6c6de6a594..bd652f2aa7 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2317,9 +2317,7 @@ "posix" ], "cpu_cost": 0.5, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", @@ -2338,9 +2336,7 @@ "posix" ], "cpu_cost": 10, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", |