diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-07 09:35:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-07 09:43:03 +0100 |
commit | e4bec29cb475b7e1431dad41fb8d4438814641c9 (patch) | |
tree | cc6b0a1a377d7da31266586b089d761df7e61755 /libraries/base/tests | |
parent | 32ceaaab9daf6fa56d86d3e2d6c242b5dae0fc68 (diff) | |
download | haskell-e4bec29cb475b7e1431dad41fb8d4438814641c9.tar.gz |
testsuite: disable T11760 on non-smp targets
T11760 needs multicore support from RTS:
T11760: unknown RTS option: -N2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'libraries/base/tests')
-rw-r--r-- | libraries/base/tests/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index 715d4c3f53..7cb5c4f236 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -220,7 +220,7 @@ test('T11555', normal, compile_and_run, ['']) test('T12494', normal, compile_and_run, ['']) test('T12852', when(opsys('mingw32'), skip), compile_and_run, ['']) test('lazySTexamples', normal, compile_and_run, ['']) -test('T11760', normal, compile_and_run, ['-threaded -with-rtsopts=-N2']) +test('T11760', req_smp, compile_and_run, ['-threaded -with-rtsopts=-N2']) test('T12874', normal, compile_and_run, ['']) test('T13191', [ stats_num_field('bytes allocated', |