summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-02-13 11:04:01 -0500
committerBen Gamari <ben@smart-cactus.org>2021-02-16 01:17:16 -0500
commit970e32945a5258daa04827768cec3fd919f3beec (patch)
treed71a7364ee7744f69af316f7c4b63f0b89b9b2ee /testsuite/tests
parent40983d2331fe34c0af6925db7588d5ac6a19ae36 (diff)
downloadhaskell-wip/T18391.tar.gz
testsuite: Mark foreignInterruptible as fragile in GHCiwip/T18391
As noted in #18391, foreignInterruptible fails pretty regularly under GHCi.
Diffstat (limited to 'testsuite/tests')
-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 2b8375e61e..23d950c908 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -197,6 +197,7 @@ test('conc036', skip, compile_and_run, [''])
test('foreignInterruptible', [when(fast(), skip),
when(opsys('mingw32'),expect_fail),
when(unregisterised(), fragile(15467)),
+ fragile_for(18391, ['ghci', 'ghci-ext', 'ghci-ext-prof']),
# I don't think we support interrupting Sleep()
# on Windows. --SDM
only_threaded_ways,