diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-06 12:09:35 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:20:25 -0400 |
commit | bb7ed32f2a147007a224928534a7c461e5a6d429 (patch) | |
tree | 77cd2edaaef915cc96b91d64e81d0bfff487ca75 /testsuite | |
parent | a3929a4fa7d38153ba8ced674af78e073d3078aa (diff) | |
download | haskell-bb7ed32f2a147007a224928534a7c461e5a6d429.tar.gz |
testsuite: Skip T7919 in ghci way
It times out pretty reliably. It's not clear that much is gained by
running this test in the ghci way anyways.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/rts/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 234a92f952..3c7afc0b1c 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -214,7 +214,8 @@ test('T7815', [ multi_cpu_race, test('ffishutdown', [ignore_stderr, only_ways(['threaded1','threaded2'])], compile_and_run, ['']) -test('T7919', [when(fast(), skip), omit_ways(prof_ways)], compile_and_run, +# Times out in ghci way +test('T7919', [when(fast(), skip), omit_ways(['ghci'] + prof_ways)], compile_and_run, [config.ghc_th_way_flags]) test('T8035', normal, compile_and_run, ['']) |