diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-04 22:25:23 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:19:59 -0400 |
commit | 488187f81babf0b0937aec0c81b132563cbbec4e (patch) | |
tree | 7b87e55986c152b07a7f7a09030e4b5f94107db1 | |
parent | 90e7c450ce9b9b1ec36ea12ef8041d8e7f192c36 (diff) | |
download | haskell-488187f81babf0b0937aec0c81b132563cbbec4e.tar.gz |
testsuite: Mark T13167 as fragile in threaded2
As noted in #16536.
-rw-r--r-- | libraries/base/tests/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index 03659345a1..62184567ad 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -234,6 +234,6 @@ test('T3474', test('T14425', normal, compile_and_run, ['']) test('T10412', normal, compile_and_run, ['']) test('T13896', normal, compile_and_run, ['']) -test('T13167', normal, compile_and_run, ['']) +test('T13167', fragile_for(16536, ['threaded2']), compile_and_run, ['']) test('T15349', [exit_code(1), expect_broken_for(15349, 'ghci')], compile_and_run, ['']) test('T16111', exit_code(1), compile_and_run, ['']) |