diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-02-13 11:04:01 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-02-16 01:17:16 -0500 |
commit | 970e32945a5258daa04827768cec3fd919f3beec (patch) | |
tree | d71a7364ee7744f69af316f7c4b63f0b89b9b2ee /testsuite/tests | |
parent | 40983d2331fe34c0af6925db7588d5ac6a19ae36 (diff) | |
download | haskell-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.T | 1 |
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, |