[Git][ghc/ghc][master] testsuite: Disable T21336a on wasm

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Mar 19 18:53:11 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
5ff88389 by Bryan Richter at 2024-03-19T14:51:48-04:00
testsuite: Disable T21336a on wasm

- - - - -


1 changed file:

- libraries/base/tests/IO/T21336/all.T


Changes:

=====================================
libraries/base/tests/IO/T21336/all.T
=====================================
@@ -3,6 +3,10 @@ test('T21336a',
      [ unless(opsys('linux') or opsys('freebsd'), skip)
      , js_broken(22261)
      , fragile(22022)
+     # More than fragile, the test is failing consistently on wasm. See #22022.
+     # It would be nice to see if the test is NOT fragile on the other
+     # architectures, but right now I don't know how to check.
+     , when(arch('wasm32'), skip)
      , extra_files(['FinalizerExceptionHandler.hs'])
      ],
      compile_and_run, [''])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ff883896baa238f82da60e5f168bc93cabe48e4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ff883896baa238f82da60e5f168bc93cabe48e4
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/20240319/cabf7cab/attachment.html>


More information about the ghc-commits mailing list