[commit: ghc] master: Disable T8124 on Windows (uses pthreads) (09af720)

git at git.haskell.org git at git.haskell.org
Fri Dec 5 10:05:49 UTC 2014


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

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

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

commit 09af720d40a05a8cc70cdfa13b4ec6c2614045ac
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Fri Dec 5 09:53:06 2014 +0000

    Disable T8124 on Windows (uses pthreads)


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

09af720d40a05a8cc70cdfa13b4ec6c2614045ac
 testsuite/tests/rts/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 6d08594..7162f4c 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -220,6 +220,7 @@ test('T8242', [ only_ways(threaded_ways), ignore_output ],
               compile_and_run, [''])
 
 test('T8124', [ only_ways(threaded_ways), omit_ways(['ghci']),
+                 when(opsys('mingw32'), skip), # uses pthreads
                  extra_clean(['T8124_c.o']),
                  pre_cmd('$MAKE -s --no-print-directory T8124_setup') ],
                  # The T8124_setup hack is to ensure that we generate



More information about the ghc-commits mailing list