summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_fail/all.T')
-rw-r--r--testsuite/tests/ffi/should_fail/all.T13
1 files changed, 6 insertions, 7 deletions
diff --git a/testsuite/tests/ffi/should_fail/all.T b/testsuite/tests/ffi/should_fail/all.T
index 3bb07bd429..e642ac2e9a 100644
--- a/testsuite/tests/ffi/should_fail/all.T
+++ b/testsuite/tests/ffi/should_fail/all.T
@@ -2,16 +2,15 @@
# Missing:
# test('cc002', normal, compile_fail, [''])
-test('ccfail001', only_compiler_types(['ghc']), compile_fail, [''])
-test('ccfail002', only_compiler_types(['ghc']), compile_fail, [''])
-test('ccfail003', only_compiler_types(['ghc']), compile_fail, [''])
-test('T3066', only_compiler_types(['ghc']), compile_fail, [''])
+test('ccfail001', normal, compile_fail, [''])
+test('ccfail002', normal, compile_fail, [''])
+test('ccfail003', normal, compile_fail, [''])
+test('T3066', normal, compile_fail, [''])
test('ccfail004',
- [only_compiler_types(['ghc']),
- extra_clean(['Ccfail004A.hi', 'Ccfail004A.o'])],
+ extra_clean(['Ccfail004A.hi', 'Ccfail004A.o']),
multimod_compile_fail,
['ccfail004', '-v0'])
-test('ccfail005', only_compiler_types(['ghc']), compile_fail, [''])
+test('ccfail005', normal, compile_fail, [''])
test('ccall_value', normal, compile_fail, [''])
test('capi_value_function', normal, compile_fail, [''])
test('T5664', normal, compile_fail, ['-v0'])