[commit: ghc] master: testsuite: disable T10017 on non-smp targets (6483ff9)
git at git.haskell.org
git at git.haskell.org
Sun Oct 7 10:28:35 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6483ff98f55029713007efd6dca4f73d6709652c/ghc
>---------------------------------------------------------------
commit 6483ff98f55029713007efd6dca4f73d6709652c
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Sun Oct 7 09:27:34 2018 +0100
testsuite: disable T10017 on non-smp targets
T10017 needs multicore support from RTS:
T10017: unknown RTS option: -N2
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
6483ff98f55029713007efd6dca4f73d6709652c
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 a537ee4..a1be5c7 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -291,6 +291,7 @@ test('T9045', [ omit_ways(['ghci']), extra_run_opts('10000 +RTS -A8k -RTS') ], c
test('T9078', only_ways(['threaded1']), compile_and_run, [''])
test('T10017', [ when(opsys('mingw32'), skip)
+ , req_smp
, only_ways(threaded_ways), extra_run_opts('+RTS -N2 -RTS') ], compile_and_run, [''])
test('T11108', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list