diff options
author | Sergei Trofimovich <siarheit@google.com> | 2015-10-30 21:09:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2015-10-30 23:07:09 +0000 |
commit | d9d201c1be186efdaef0d4495c048e3f8440070b (patch) | |
tree | 53dcd684e717ea3def976a703b929359a4965821 /testsuite/tests/codeGen | |
parent | e03e22c2c69d66c7f098de1951e7da2771a9109d (diff) | |
download | haskell-d9d201c1be186efdaef0d4495c048e3f8440070b.tar.gz |
testsuite: 'threaded2' tests require '-N' RTS option support
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index defd9b2d44..e9296e99e9 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, ['']) |