[commit: ghc] master: T8209: disable on NOSMP targets (4704d65)
git at git.haskell.org
git at git.haskell.org
Sun Dec 18 17:35:00 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4704d65d3cc69c9da3ba453e48710089ade1785b/ghc
>---------------------------------------------------------------
commit 4704d65d3cc69c9da3ba453e48710089ade1785b
Author: Sergei Trofimovich <siarheit at google.com>
Date: Sun Dec 18 17:11:56 2016 +0000
T8209: disable on NOSMP targets
Test calls setNumCapabilities, requires SMP support.
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
4704d65d3cc69c9da3ba453e48710089ade1785b
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 a645ad3..9f2f7f0 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -247,7 +247,7 @@ test('linker_unload',
run_command,
['$MAKE -s --no-print-directory linker_unload'])
-test('T8209', [ only_ways(threaded_ways), ignore_stdout ],
+test('T8209', [ req_smp, only_ways(threaded_ways), ignore_stdout ],
compile_and_run, [''])
test('T8242', [ only_ways(threaded_ways), ignore_stdout ],
More information about the ghc-commits
mailing list