diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-18 11:40:28 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-07-18 20:55:11 -0400 |
commit | 82abc479ab33183a5572ddc8cb3c4dbea8f06a0d (patch) | |
tree | 277ec5c7fa2772c2ebf112ec5954f523a9069a44 /libraries/base/tests | |
parent | ce8ffd800ad35a6e5443933b50e6b2dd2f331cc6 (diff) | |
download | haskell-82abc479ab33183a5572ddc8cb3c4dbea8f06a0d.tar.gz |
testsuite: Mark T4808 as broken in threaded2 way
As noted in #16909.
Diffstat (limited to 'libraries/base/tests')
-rw-r--r-- | libraries/base/tests/IO/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/IO/all.T b/libraries/base/tests/IO/all.T index 2eb37e02fa..cea513823b 100644 --- a/libraries/base/tests/IO/all.T +++ b/libraries/base/tests/IO/all.T @@ -129,6 +129,6 @@ test('T4144', normal, compile_and_run, ['']) test('encodingerror001', normal, compile_and_run, ['']) -test('T4808', [exit_code(1)], compile_and_run, ['']) +test('T4808', [fragile_for(16909, ['threaded2']), exit_code(1)], compile_and_run, ['']) test('T4895', normal, compile_and_run, ['']) test('T7853', normal, compile_and_run, ['']) |