[commit: ghc] master: T8242: disable on NOSMP targets (bb74bc7)
git at git.haskell.org
git at git.haskell.org
Sun Dec 18 17:35:08 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bb74bc79daf8b91b21a1b68b0a406828d188ed92/ghc
>---------------------------------------------------------------
commit bb74bc79daf8b91b21a1b68b0a406828d188ed92
Author: Sergei Trofimovich <siarheit at google.com>
Date: Sun Dec 18 17:30:10 2016 +0000
T8242: disable on NOSMP targets
Test calls setNumCapabilities, requires SMP support.
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
bb74bc79daf8b91b21a1b68b0a406828d188ed92
testsuite/tests/rts/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 78ce3ad..a3b16f0 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -250,7 +250,7 @@ test('linker_unload',
test('T8209', [ req_smp, only_ways(threaded_ways), ignore_stdout ],
compile_and_run, [''])
-test('T8242', [ only_ways(threaded_ways), ignore_stdout ],
+test('T8242', [ req_smp, only_ways(threaded_ways), ignore_stdout ],
compile_and_run, [''])
test('T8124', [ only_ways(threaded_ways), omit_ways(['ghci']),
More information about the ghc-commits
mailing list