summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-12-08 15:41:57 +0200
committerBryan Richter <bryan@haskell.foundation>2022-12-08 15:41:57 +0200
commitf8d294f0e0dd29dff4ba8c3d6fa2dedd159aa372 (patch)
treeee4075c442ddd6e55d3dfd22dd64e324c3ea9fd3
parent7658cdd47198512b699492688f51fc8682d194cd (diff)
downloadhaskell-wip/22022-mark-T21336a-fragile.tar.gz
Mark T21336a fragilewip/22022-mark-T21336a-fragile
-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)],