summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-09-07 11:14:06 -0400
committerBen Gamari <ben@smart-cactus.org>2021-09-07 11:16:40 -0400
commit17fcaa2b3118dcb7cbd36ed56745df74a4e8258d (patch)
tree8f8c37452c32915112b5a3747a3779fb288a833c
parent5b41353355022c1247e0516d541b7f7fb49f0e29 (diff)
downloadhaskell-wip/T17568.tar.gz
testsuite: Mark hDuplicateTo001 as fragile in concurrent wayswip/T17568
As noted in #17568.
-rw-r--r--libraries/base/tests/IO/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/base/tests/IO/all.T b/libraries/base/tests/IO/all.T
index 9475183b3c..a2aac9f37f 100644
--- a/libraries/base/tests/IO/all.T
+++ b/libraries/base/tests/IO/all.T
@@ -86,8 +86,7 @@ test('hGetBuf001',
expect_fail_if_windows],
compile_and_run, ['-package unix'])
-# As discussed in #16819, this test is racy in a threaded environment.
-test('hDuplicateTo001', [omit_ways(concurrent_ways),
+test('hDuplicateTo001', [fragile_for(16819, concurrent_ways),
when(opsys('mingw32'), skip)], compile_and_run, [''])
test('countReaders001', [], compile_and_run, [''])