diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-02-13 11:04:01 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-22 18:27:09 -0500 |
commit | 37fd1a6cc1d8aa80af36e0a0a85fc470b8dd98ab (patch) | |
tree | c5f7cd2b49e79f72a7f60b091053cc454a925253 /testsuite/tests/concurrent | |
parent | c7e801991dc9d4f702e92caf6d6347bbff6a8f3c (diff) | |
download | haskell-37fd1a6cc1d8aa80af36e0a0a85fc470b8dd98ab.tar.gz |
testsuite: Mark foreignInterruptible as fragile in GHCi
As noted in #18391, foreignInterruptible fails pretty regularly under
GHCi.
Diffstat (limited to 'testsuite/tests/concurrent')
-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, |