[commit: ghc] master: testsuite: disable T13615 on non-smp targets (e3ae0eb)
git at git.haskell.org
git at git.haskell.org
Sat Mar 10 12:46:52 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e3ae0eb8e13adbbbec163d65c3b6e613666c56c9/ghc
>---------------------------------------------------------------
commit e3ae0eb8e13adbbbec163d65c3b6e613666c56c9
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Sat Mar 10 12:33:59 2018 +0000
testsuite: disable T13615 on non-smp targets
T13615 needs multicore support from RTS:
T13615: unknown RTS option: -N15
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
e3ae0eb8e13adbbbec163d65c3b6e613666c56c9
testsuite/tests/concurrent/T13615/all.T | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/concurrent/T13615/all.T b/testsuite/tests/concurrent/T13615/all.T
index bac4d01..681f7b0 100644
--- a/testsuite/tests/concurrent/T13615/all.T
+++ b/testsuite/tests/concurrent/T13615/all.T
@@ -1,5 +1,6 @@
test('T13615',
[when(fast(), skip),
+ req_smp, # needs -N support
only_ways(threaded_ways),
extra_files(['Parallel.hs', 'Memo.hs']),
# Decrease stack chunk size and lots of capabilities to increase failure
More information about the ghc-commits
mailing list