From e4bec29cb475b7e1431dad41fb8d4438814641c9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 7 Oct 2018 09:35:48 +0100 Subject: testsuite: disable T11760 on non-smp targets T11760 needs multicore support from RTS: T11760: unknown RTS option: -N2 Signed-off-by: Sergei Trofimovich --- libraries/base/tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/base/tests') 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', -- cgit v1.2.1