[Git][ghc/ghc][master] Mark T21336a fragile
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Dec 12 21:22:52 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5d1a1881 by Bryan Richter at 2022-12-12T16:22:36-05:00
Mark T21336a fragile
- - - - -
1 changed file:
- libraries/base/tests/IO/T21336/all.T
Changes:
=====================================
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)],
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d1a18812f7f91a947e5d14c0ebf1ae2a0627c55
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d1a18812f7f91a947e5d14c0ebf1ae2a0627c55
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221212/042fd496/attachment.html>
More information about the ghc-commits
mailing list