[commit: ghc] master: testsuite: skip T10017 on Windows (b0ba054)

git at git.haskell.org git at git.haskell.org
Fri Apr 3 19:55:44 UTC 2015


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

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

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

commit b0ba0545b3a238d9a9b93a8f68ed96a90be20c40
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Apr 3 06:33:26 2015 -0500

    testsuite: skip T10017 on Windows
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

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

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 05253fe..3965ee4 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -244,7 +244,8 @@ test('T9045', [ omit_ways(['ghci']), extra_run_opts('10000 +RTS -A8k -RTS') ], c
 # with the non-threaded one.
 test('T9078', [ omit_ways(threaded_ways) ], compile_and_run, ['-with-rtsopts="-DS" -debug'])
 
-test('T10017', [ only_ways(threaded_ways), extra_run_opts('+RTS -N2 -RTS') ], compile_and_run, [''])
+test('T10017', [ when(opsys('mingw32'), skip)
+               , only_ways(threaded_ways), extra_run_opts('+RTS -N2 -RTS') ], compile_and_run, [''])
 
 test('rdynamic', [ unless(opsys('linux') or opsys('mingw32'), skip)
                  # this needs runtime infrastructure to do in ghci:



More information about the ghc-commits mailing list