[Git][ghc/ghc][wip/exception-context] Disable T9930fail for the JS target (cf #19174)
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Wed Mar 6 11:12:41 UTC 2024
Sylvain Henry pushed to branch wip/exception-context at Glasgow Haskell Compiler / GHC
Commits:
8d4786dd by Sylvain Henry at 2024-03-06T12:12:16+01:00
Disable T9930fail for the JS target (cf #19174)
- - - - -
1 changed file:
- testsuite/tests/ghc-e/should_fail/all.T
Changes:
=====================================
testsuite/tests/ghc-e/should_fail/all.T
=====================================
@@ -12,7 +12,12 @@ test('ghc-e-fail2', req_interp, makefile_test, ['ghc-e-fail2'])
# Don't run on Windows, as executable is written to T9930.exe
# and no failure is induced.
-test('T9930fail', [extra_files(['T9930']), when(opsys('mingw32'), skip)],
+test('T9930fail',
+ [extra_files(['T9930']),
+ when(opsys('mingw32'), skip),
+ # broken for JS until cross-compilers become stage2 compilers (#19174)
+ # or until we bootstrap with a 9.10 compiler
+ js_broken(19174)],
makefile_test, ['T9930fail'])
test('T18441fail0', req_interp, makefile_test, ['T18441fail0'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8d4786ddd608f72127f4fe8f7bf69746d1f38fd1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8d4786ddd608f72127f4fe8f7bf69746d1f38fd1
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/20240306/d0acbb48/attachment.html>
More information about the ghc-commits
mailing list