diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-24 20:37:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-11-08 09:41:10 -0500 |
commit | b4acdabcfaade58baab7add501e0cdc1c1fc21a0 (patch) | |
tree | aec607730a4bfd0000442ec736bb8ae5358e8af6 | |
parent | 299c516c0e26c97063d5260079c4d11a5a846da9 (diff) | |
download | haskell-b4acdabcfaade58baab7add501e0cdc1c1fc21a0.tar.gz |
testsuite: Mark T13702 as broken with TSAN due to #18884
-rw-r--r-- | testsuite/tests/dynlibs/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T index 54f81f13f7..092c983389 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -9,7 +9,10 @@ test('T4464', [req_shared_libs, unless(opsys('mingw32'), skip)], makefile_test, test('T5373', [req_shared_libs], makefile_test, []) # It's not clear exactly what platforms we can expect this to succeed on. -test('T13702', unless(opsys('linux'), skip), makefile_test, []) +test('T13702', + [when(have_thread_sanitizer(), expect_broken(18884)), + unless(opsys('linux'), skip)], + makefile_test, []) # test that -shared and -flink-rts actually links the rts test('T18072', [req_shared_libs, unless(opsys('linux'), skip)], makefile_test, []) |