diff options
Diffstat (limited to 'testsuite/tests/concurrent/should_run/all.T')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 1ef566dcae..760ac186da 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -104,7 +104,7 @@ test('allocLimit4', [ extra_run_opts('+RTS -xq300k -RTS'), omit_ways(['ghci']) ], compile_and_run, ['']) -test('performGC', [ only_ways(['threaded1','threaded2']) +test('performGC', [ only_ways(['threaded1','threaded2']), req_smp , extra_run_opts('400 +RTS -qg -RTS') ], compile_and_run, ['']) @@ -244,18 +244,13 @@ test('conc067', ignore_output, compile_and_run, ['']) # than one CPU. test('conc068', [ omit_ways('threaded2'), exit_code(1) ], compile_and_run, ['']) -if (ghc_with_smp == 0): - skip_if_not_smp = skip -else: - skip_if_not_smp = normal - # Commented out, instead of marked expect_broken, because it fails only # sometimes. See #10860. #test('setnumcapabilities001', # [ only_ways(['threaded1','threaded2']), # extra_run_opts('4 12 2000'), # reqlib('parallel'), -# skip_if_not_smp ], +# req_smp ], # compile_and_run, ['']) # omit ghci, which can't handle unboxed tuples: |