[commit: ghc] master: testsuite: disable nursery-chunks1 on non-smp targets (32ceaaa)

git at git.haskell.org git at git.haskell.org
Sun Oct 7 10:28:29 UTC 2018


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

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

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

commit 32ceaaab9daf6fa56d86d3e2d6c242b5dae0fc68
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Sun Oct 7 09:31:55 2018 +0100

    testsuite: disable nursery-chunks1 on non-smp targets
    
    "ghc: setNumCapabilities: not supported on this platform"
    is caused by use of 'setNumCapabilities' in test itself.
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


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

32ceaaab9daf6fa56d86d3e2d6c242b5dae0fc68
 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 a1be5c7..138e6f0 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -428,6 +428,7 @@ test('alloccounter1', normal, compile_and_run,
 
 test('nursery-chunks1',
   [ extra_run_opts('4 100 +RTS -n32k -A1m -RTS')
+  , req_smp
   , only_ways(['threaded1','threaded2'])
   ],
   compile_and_run,



More information about the ghc-commits mailing list