[Git][ghc/ghc][wip/js-staging] testsuite: skip topHandler02, 03 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 01:24:56 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
7cb7b9dd by doyougnu at 2022-10-20T21:24:30-04:00
testsuite: skip topHandler02,03 for JS
- - - - -
1 changed file:
- libraries/base/tests/all.T
Changes:
=====================================
libraries/base/tests/all.T
=====================================
@@ -183,11 +183,13 @@ test('topHandler01', [when(opsys('mingw32'), skip), js_skip], compile_and_run, [
test('topHandler02',
[when(opsys('mingw32'), skip),
omit_ways(['ghci']),
- signal_exit_code(2)
+ signal_exit_code(2),
+ js_skip
], compile_and_run, [''])
test('topHandler03',
[when(opsys('mingw32'), skip), ignore_stderr,
- signal_exit_code(15)
+ signal_exit_code(15),
+ js_skip
], compile_and_run, [''])
test('topHandler04',
[when(opsys('mingw32'), skip),
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7cb7b9ddb7e74a11f5907f0d7dc232b0d6d4f714
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7cb7b9ddb7e74a11f5907f0d7dc232b0d6d4f714
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/20221020/61a9fcea/attachment.html>
More information about the ghc-commits
mailing list