summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-26 10:24:31 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-06 21:48:10 -0500
commita65bcbe7db4f39d18012ce28cb99bed2ce18e7f5 (patch)
tree7fbd59e5a729df0b84936e0f5cb2cc4df0f0087a /testsuite/tests/ffi/should_run
parent910185a3eb5fd2148e42d39f6374ab03d098b682 (diff)
downloadhaskell-a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5.tar.gz
testsuite: Use fragile modifier for more tests
Diffstat (limited to 'testsuite/tests/ffi/should_run')
-rw-r--r--testsuite/tests/ffi/should_run/all.T6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index e9ea97586e..96ab5062b7 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -87,8 +87,7 @@ test('ffi018', [omit_ways(['ghci'])], compile_and_run, ['ffi018_c.c'])
test('ffi018_ghci',
[extra_files(['ffi018.h']),
only_ways(['ghci']),
- # This test is fragile when unregisterised; see #16085
- when(unregisterised(), skip),
+ when(unregisterised(), fragile(16085)),
pre_cmd('$MAKE -s --no-print-directory ffi018_ghci_setup')],
compile_and_run, ['ffi018_ghci_c.o'])
@@ -100,8 +99,7 @@ test('T1679', normal, compile_and_run, [''])
test('T1288', [omit_ways(['ghci'])], compile_and_run, ['T1288_c.c'])
test('T1288_ghci',
[only_ways(['ghci']),
- # This test is fragile when unregisterised; see #16085
- when(unregisterised(), skip),
+ when(unregisterised(), fragile(16085)),
pre_cmd('$MAKE -s --no-print-directory T1288_ghci_setup')],
compile_and_run, ['T1288_ghci_c.o'])