diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-26 10:24:31 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-06 21:48:10 -0500 |
commit | a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5 (patch) | |
tree | 7fbd59e5a729df0b84936e0f5cb2cc4df0f0087a /testsuite/tests/concurrent | |
parent | 910185a3eb5fd2148e42d39f6374ab03d098b682 (diff) | |
download | haskell-a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5.tar.gz |
testsuite: Use fragile modifier for more tests
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 5ba0657686..4e60a1dcdf 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -74,8 +74,7 @@ test('T5558', compile_and_run, ['']) test('T5421', normal, compile_and_run, ['']) -# See #12751, the test fails non-deterministically so we skip it. -test('T5611', when ( opsys('darwin'), skip) , compile_and_run, ['']) +test('T5611', when(opsys('darwin'), fragile(12751)) , compile_and_run, ['']) test('T5238', normal, compile_and_run, ['']) test('T5866', exit_code(1), compile_and_run, ['']) @@ -196,8 +195,7 @@ 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), + when(unregisterised(), fragile(15467)), # I don't think we support interrupting Sleep() # on Windows. --SDM only_threaded_ways, |