diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-26 10:42:24 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-27 22:18:42 -0400 |
commit | bb984ac6cb072b62215310fc8a1071a2101f7927 (patch) | |
tree | 4b270842eb4e07a90fe525eb6886ae7cfb54eefb /testsuite/tests/concurrent | |
parent | e0bbb96167fafbc4ed8491731fbcc3353fd8c97d (diff) | |
download | haskell-bb984ac6cb072b62215310fc8a1071a2101f7927.tar.gz |
testsuite: Mark hs_try_putmvar003 as fragile in threaded1
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.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 3 |
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']) |