diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-10 12:33:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-10 12:45:50 +0000 |
commit | e3ae0eb8e13adbbbec163d65c3b6e613666c56c9 (patch) | |
tree | 28cf7d5afb0d41faff9bc224332f71c560e256ea | |
parent | 8e3410134bd7419db638988d74fcc600b03e2a1a (diff) | |
download | haskell-e3ae0eb8e13adbbbec163d65c3b6e613666c56c9.tar.gz |
testsuite: disable T13615 on non-smp targets
T13615 needs multicore support from RTS:
T13615: unknown RTS option: -N15
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | testsuite/tests/concurrent/T13615/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/T13615/all.T b/testsuite/tests/concurrent/T13615/all.T index bac4d0167a..681f7b062c 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 |