[commit: ghc] ghc-8.0: Disable T12031 on linux (af14774)

git at git.haskell.org git at git.haskell.org
Wed Aug 31 23:23:54 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/af147747588ec3e40de684757311c32f5152a8df/ghc

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

commit af147747588ec3e40de684757311c32f5152a8df
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Jun 12 14:41:18 2016 +0200

    Disable T12031 on linux
    
    (cherry picked from commit 29e1464319f40fe30fd63d8648f0d0a05541abe0)


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

af147747588ec3e40de684757311c32f5152a8df
 testsuite/tests/rts/T12031/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/rts/T12031/all.T b/testsuite/tests/rts/T12031/all.T
index cb2b18e..53d842f 100644
--- a/testsuite/tests/rts/T12031/all.T
+++ b/testsuite/tests/rts/T12031/all.T
@@ -1,2 +1,3 @@
-test('T12031', [ extra_clean(['bar.o', 'baz.o', 'ExternBug.o']) ],
+test('T12031', [ extra_clean(['bar.o', 'baz.o', 'ExternBug.o'])
+               , unless(opsys('mingw32'), skip) ],
                run_command, ['$MAKE -s --no-print-directory T12031'])



More information about the ghc-commits mailing list