summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-26 10:42:24 -0400
committerBen Gamari <ben@smart-cactus.org>2019-09-26 10:43:25 -0400
commit04c7bf518b9a9a0a131b7301a7c08f797b743c70 (patch)
tree59a061d094fbac821ac88131a141e4cdce62ae96
parent795986aaf33e2ffc233836b86a92a77366c91db2 (diff)
downloadhaskell-wip/T16361.tar.gz
testsuite: Mark hs_try_putmvar003 as fragile in threaded1wip/T16361
Due to #16361. Note that I'm leaving out threaded2 since it's not clear whether the single crash in that way was due to other causes.
-rw-r--r--testsuite/tests/concurrent/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index f9c994b15d..467040223f 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -274,7 +274,8 @@ test('hs_try_putmvar003',
pre_cmd('$MAKE -s --no-print-directory hs_try_putmvar003_setup'),
only_ways(['threaded1','threaded2']),
extra_clean(['hs_try_putmvar003_c.o']),
- extra_run_opts('1 16 32 100')
+ extra_run_opts('1 16 32 100'),
+ fragile_for(16361, ['threaded1'])
],
compile_and_run,
['hs_try_putmvar003_c.c'])