diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 18:55:30 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-25 23:26:06 +0100 |
commit | e02b8c8dadcc77c0c40d5346246f6a3b548258c2 (patch) | |
tree | 763797cee7bd7e9a0f8c9e6b39fe4835429a105f /testsuite/tests/rts | |
parent | 8e6e022216b19b10841a896ee1a0b08e019a9481 (diff) | |
download | haskell-e02b8c8dadcc77c0c40d5346246f6a3b548258c2.tar.gz |
Testsuite: for tests that use TH, omit *all* prof_ways
Instead of just profasm and profthreaded. And at least until
-fexternal-interpreter is the default.
Also:
* WAY=profc doesn't exist anymore.
* Omit all threaded_ways for conc039, not just a few.
Diffstat (limited to 'testsuite/tests/rts')
-rw-r--r-- | testsuite/tests/rts/all.T | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 82a3a43269..60513ca795 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -221,10 +221,10 @@ test('T7815', [ multi_cpu_race, # ffishutdown: Main_dul: interrupted test('ffishutdown', [ ignore_output, only_ways(['threaded1','threaded2']) ], compile_and_run, ['']) -test('T7919', [extra_clean(['T7919A.o','T7919A.hi', - 'T7919A.dyn_o','T7919A.dyn_hi']), - when(fast(),skip) ], - compile_and_run, [config.ghc_th_way_flags]) +test('T7919', + [extra_clean(['T7919A.o','T7919A.hi', 'T7919A.dyn_o','T7919A.dyn_hi']), + when(fast(), skip), omit_ways(prof_ways)], + compile_and_run, [config.ghc_th_way_flags]) test('T8035', normal, compile_and_run, ['']) |