[commit: ghc] master: T7478: Don't expect broken on Darwin (f7c17c8)

git at git.haskell.org git at git.haskell.org
Fri Dec 11 20:49:39 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f7c17c84f7dd8f2f1ddbfd7c5bdc3d918f25ea4d/ghc

>---------------------------------------------------------------

commit f7c17c84f7dd8f2f1ddbfd7c5bdc3d918f25ea4d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 11 21:48:02 2015 +0100

    T7478: Don't expect broken on Darwin
    
    This appears to be fixed as noted by goldfire on #7478 and my own
    experience.


>---------------------------------------------------------------

f7c17c84f7dd8f2f1ddbfd7c5bdc3d918f25ea4d
 testsuite/tests/ghc-api/T7478/all.T | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/ghc-api/T7478/all.T b/testsuite/tests/ghc-api/T7478/all.T
index b3a69a8..01d2dc0 100644
--- a/testsuite/tests/ghc-api/T7478/all.T
+++ b/testsuite/tests/ghc-api/T7478/all.T
@@ -1,7 +1,6 @@
 test('T7478',
   [ unless(have_dynamic(),skip)
   , extra_clean(['A','A.exe','B.o','B.hi','C.o','C.hi'])
-  , when(opsys('darwin'), expect_broken(8294))
   ],
   run_command,
   ['$MAKE -s --no-print-directory T7478'])



More information about the ghc-commits mailing list