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/ghci | |
parent | 910185a3eb5fd2148e42d39f6374ab03d098b682 (diff) | |
download | haskell-a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5.tar.gz |
testsuite: Use fragile modifier for more tests
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 6 | ||||
-rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index 792e91bc9a..88ada22332 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -6,8 +6,7 @@ test('ghcilink001', makefile_test, ['ghcilink001']) test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']), - # Fragile when unregisterised; see #16085 - when(unregisterised(), skip), + when(unregisterised(), fragile(16085)), unless(doing_ghci, skip)], makefile_test, ['ghcilink002']) @@ -21,8 +20,7 @@ test('ghcilink004', test('ghcilink005', [extra_files(['TestLink.hs', 'f.c']), - # Fragile when unregisterised; see #16085 - when(unregisterised(), skip), + when(unregisterised(), fragile(16085)), unless(doing_ghci, skip)], makefile_test, ['ghcilink005']) diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index 54400197a7..84693d77b5 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -11,7 +11,7 @@ test('T2881', just_ghci, compile_and_run, ['']) test('T3171', [when(opsys('mingw32'),skip), - skip, # This test is quite flaky (#15383) + fragile(15383), req_interp, combined_output], makefile_test, []) |