[Git][ghc/ghc][wip/b/T21336a-skip-wasm] testsuite: Disable T21336a on wasm
Bryan R (@chreekat)
gitlab at gitlab.haskell.org
Mon Mar 18 11:34:38 UTC 2024
Bryan R pushed to branch wip/b/T21336a-skip-wasm at Glasgow Haskell Compiler / GHC
Commits:
9765247d by Bryan Richter at 2024-03-18T13:34:27+02: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/9765247d06764e86931b908c90fa408ec8f66b78
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9765247d06764e86931b908c90fa408ec8f66b78
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/20240318/6acbf154/attachment-0001.html>
More information about the ghc-commits
mailing list