diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-07 09:27:34 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-07 09:43:03 +0100 |
commit | 6483ff98f55029713007efd6dca4f73d6709652c (patch) | |
tree | c7df3ae8d563f73a13be3a510f8a3b7bb422479e /testsuite/tests | |
parent | ed1615dc2537a5321a8cf5b0372fcb44e196dd3d (diff) | |
download | haskell-6483ff98f55029713007efd6dca4f73d6709652c.tar.gz |
testsuite: disable T10017 on non-smp targets
T10017 needs multicore support from RTS:
T10017: unknown RTS option: -N2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/rts/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index a537ee449b..a1be5c7c0e 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -291,6 +291,7 @@ test('T9045', [ omit_ways(['ghci']), extra_run_opts('10000 +RTS -A8k -RTS') ], c test('T9078', only_ways(['threaded1']), compile_and_run, ['']) test('T10017', [ when(opsys('mingw32'), skip) + , req_smp , only_ways(threaded_ways), extra_run_opts('+RTS -N2 -RTS') ], compile_and_run, ['']) test('T11108', normal, compile_and_run, ['']) |