summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-12-08 15:41:57 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-12 16:22:36 -0500
commit5d1a18812f7f91a947e5d14c0ebf1ae2a0627c55 (patch)
tree79c3fb958c2f2a08e0ff0c7e0976b781c0ae5d7f /libraries
parentbfd7c1e653c207dd5dea599f16ee4afad03f2ea5 (diff)
downloadhaskell-5d1a18812f7f91a947e5d14c0ebf1ae2a0627c55.tar.gz
Mark T21336a fragile
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/tests/IO/T21336/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/base/tests/IO/T21336/all.T b/libraries/base/tests/IO/T21336/all.T
index e1fbd3b22d..b14e0c771b 100644
--- a/libraries/base/tests/IO/T21336/all.T
+++ b/libraries/base/tests/IO/T21336/all.T
@@ -1,6 +1,9 @@
# N.B. /dev/full exists on Darwin but cannot be opened, failing with -EPERM
test('T21336a',
- [unless(opsys('linux') or opsys('freebsd'), skip), js_broken(22261)],
+ [ unless(opsys('linux') or opsys('freebsd'), skip)
+ , js_broken(22261)
+ , fragile(22022)
+ ],
compile_and_run, [''])
test('T21336b',
[unless(opsys('linux') or opsys('freebsd'), skip), js_broken(22352)],