[commit: testsuite] master: Add extra cleaning for ccfail004 (6c17bbc)
Ian Lynagh
igloo at earth.li
Sun Feb 17 00:41:48 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6c17bbc3d2484abbab4ff5ccacf34b56798a6e19
>---------------------------------------------------------------
commit 6c17bbc3d2484abbab4ff5ccacf34b56798a6e19
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Feb 16 23:26:27 2013 +0000
Add extra cleaning for ccfail004
>---------------------------------------------------------------
tests/ffi/should_fail/all.T | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/tests/ffi/should_fail/all.T b/tests/ffi/should_fail/all.T
index cb6ffe9..d1cba3c 100644
--- a/tests/ffi/should_fail/all.T
+++ b/tests/ffi/should_fail/all.T
@@ -6,7 +6,11 @@ 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('ccfail004', only_compiler_types(['ghc']), multimod_compile_fail, ['ccfail004', '-v0'])
+test('ccfail004',
+ [only_compiler_types(['ghc']),
+ extra_clean(['Ccfail004A.hi', 'Ccfail004A.o'])],
+ multimod_compile_fail,
+ ['ccfail004', '-v0'])
test('ccfail005', only_compiler_types(['ghc']), compile_fail, [''])
test('ccall_value', normal, compile_fail, [''])
test('capi_value_function', normal, compile_fail, [''])
More information about the ghc-commits
mailing list