diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-10 10:25:40 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-10 10:25:52 +0300 |
commit | bb8383149640d919df071fce248afa0d83661c4b (patch) | |
tree | 455afdee86f638ff1bd789b25de378684b0506ad /testsuite/tests/concurrent/should_run | |
parent | 9976bed24dda9449ac2e3e95fb4bf8b379114a28 (diff) | |
download | haskell-bb8383149640d919df071fce248afa0d83661c4b.tar.gz |
Do not omit T4030 in GHCi mode
(it currently works fine in GHCi)
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: simonmar, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4824
Diffstat (limited to 'testsuite/tests/concurrent/should_run')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 5b548b745c..ca9c720fb7 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -40,8 +40,7 @@ test('T3429', [ extra_run_opts('+RTS -C0.001 -RTS'), compile_and_run, ['']) # without -O, goes into an infinite loop -# GHCi does not detect the infinite loop. We should really fix this. -test('T4030', omit_ways('ghci'), compile_and_run, ['-O']) +test('T4030', normal, compile_and_run, ['-O']) # each of these runs for about a second test('throwto001', [reqlib('random'), extra_run_opts('1000 2000')], |