From a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 26 Feb 2019 10:24:31 -0500 Subject: testsuite: Use fragile modifier for more tests --- testsuite/tests/ffi/should_run/all.T | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuite/tests/ffi/should_run') 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']) -- cgit v1.2.1