diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 21:32:47 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 21:34:06 -0500 |
| commit | d50eff5d279505e3ad2d2b78735a01b60cac5bda (patch) | |
| tree | 14a2852a4eaa26c258c3ef16fa02c147ce9b73d7 | |
| parent | a3448ae202e441234bc11d5842c9e2756468099c (diff) | |
| download | haskell-wip/T16085.tar.gz | |
testsuite: Skip foreignInterruptible in unregisterised waywip/T16085
See #15467.
| -rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 2 |
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, |
