[commit: testsuite] master: T8083(ghci) fails (a68ec88)
Ian Lynagh
igloo at ghc.haskell.org
Tue Jul 23 14:56:20 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a68ec889ec4d27883cec8d2c97ab22a63c6323e0
>---------------------------------------------------------------
commit a68ec889ec4d27883cec8d2c97ab22a63c6323e0
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jul 23 13:37:21 2013 +0100
T8083(ghci) fails
>---------------------------------------------------------------
tests/ffi/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ffi/should_run/all.T b/tests/ffi/should_run/all.T
index 80cb773..567c3e6 100644
--- a/tests/ffi/should_run/all.T
+++ b/tests/ffi/should_run/all.T
@@ -221,7 +221,7 @@ test('T4012',
['T4012', ''])
test('T8083',
- [extra_clean(['T8083_c.o'])],
+ [omit_ways(['ghci']), extra_clean(['T8083_c.o'])],
compile_and_run,
['T8083_c.c'])
More information about the ghc-commits
mailing list