summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-10-05 23:43:41 +0000
committerBen Gamari <ben@smart-cactus.org>2020-10-24 21:00:19 -0400
commit58a5b0e55dfb7bbb95f51ade650b1d45dc2d929c (patch)
tree5ccce188f3d6c964839ae211cd861816823d4161 /testsuite/tests/concurrent
parent1a2e9f5e8f125ea47b1d6d2a1740614109488c24 (diff)
downloadhaskell-58a5b0e55dfb7bbb95f51ade650b1d45dc2d929c.tar.gz
testsuite: Mark setnumcapabilities001 as broken with TSAN
Due to #18808.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 9297c5890e..2b8375e61e 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -245,6 +245,7 @@ test('conc068', [ omit_ways(concurrent_ways), exit_code(1) ], compile_and_run, [
test('setnumcapabilities001',
[ only_ways(['threaded1','threaded2', 'nonmoving_thr']),
extra_run_opts('8 12 2000'),
+ when(have_thread_sanitizer(), expect_broken(18808)),
req_smp ],
compile_and_run, [''])