summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-23 21:32:47 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-27 08:32:12 -0500
commitdc6fd390c64a2ee7c3df1da116504a5faf0afea5 (patch)
tree215fa788463b394ff6ece7fcb22edaf8f4c96024
parent022a71761a84aec2a2e62e18bd481ac057b5b8a0 (diff)
downloadhaskell-dc6fd390c64a2ee7c3df1da116504a5faf0afea5.tar.gz
testsuite: Skip foreignInterruptible in unregisterised way
See #15467.
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 99f9b6eddc..5ba0657686 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -196,6 +196,8 @@ test('conc036', skip, compile_and_run, [''])
# Interrupting foreign calls only makes sense if we are threaded
test('foreignInterruptible', [when(fast(), skip),
when(opsys('mingw32'),expect_fail),
+ # Fragile in unregisterised way; see #15467.
+ when(unregisterised(), skip),
# I don't think we support interrupting Sleep()
# on Windows. --SDM
only_threaded_ways,