[commit: ghc] master: testsuite: 'threaded2' tests require '-N' RTS option support (d9d201c)

git at git.haskell.org git at git.haskell.org
Fri Oct 30 23:09:38 UTC 2015


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

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

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

commit d9d201c1be186efdaef0d4495c048e3f8440070b
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Fri Oct 30 21:09:39 2015 +0000

    testsuite: 'threaded2' tests require '-N' RTS option support
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

d9d201c1be186efdaef0d4495c048e3f8440070b
 testsuite/tests/codeGen/should_run/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index defd9b2..e9296e9 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -134,7 +134,7 @@ test('CmmSwitchTest', when(fast(), skip), compile_and_run, [''])
 # Skipping WAY=ghci, because it is not broken.
 test('T10245', [omit_ways(['ghci']), expect_broken(10246)], compile_and_run, [''])
 test('T10246', expect_broken(10246), compile_and_run, [''])
-test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2'])],
+test('T10414', [only_ways(['threaded2']), extra_ways(['threaded2']), req_smp],
      compile_and_run, ['-feager-blackholing'])
 test('T10521', normal, compile_and_run, [''])
 test('T10521b', normal, compile_and_run, [''])



More information about the ghc-commits mailing list