[commit: ghc] master: testsuite: disable T11760 on non-smp targets (e4bec29)
git at git.haskell.org
git at git.haskell.org
Sun Oct 7 10:28:32 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e4bec29cb475b7e1431dad41fb8d4438814641c9/ghc
>---------------------------------------------------------------
commit e4bec29cb475b7e1431dad41fb8d4438814641c9
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Sun Oct 7 09:35:48 2018 +0100
testsuite: disable T11760 on non-smp targets
T11760 needs multicore support from RTS:
T11760: unknown RTS option: -N2
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
e4bec29cb475b7e1431dad41fb8d4438814641c9
libraries/base/tests/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 715d4c3..7cb5c4f 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',
More information about the ghc-commits
mailing list