[commit: ghc] wip/andrey/windows-doc: testsuite: Skip foreignInterruptible in unregisterised way (dc6fd39)

git at git.haskell.org git at git.haskell.org
Sun Jan 27 22:40:36 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/andrey/windows-doc
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc6fd390c64a2ee7c3df1da116504a5faf0afea5/ghc

>---------------------------------------------------------------

commit dc6fd390c64a2ee7c3df1da116504a5faf0afea5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 23 21:32:47 2019 -0500

    testsuite: Skip foreignInterruptible in unregisterised way
    
    See #15467.


>---------------------------------------------------------------

dc6fd390c64a2ee7c3df1da116504a5faf0afea5
 testsuite/tests/concurrent/should_run/all.T | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 99f9b6e..5ba0657 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,



More information about the ghc-commits mailing list