[Git][ghc/ghc][wip/js-staging] testsuite: skip T18642 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 20:39:08 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
e3a7aded by doyougnu at 2022-10-20T16:38:40-04:00
testsuite: skip T18642 for JS
- - - - -
1 changed file:
- libraries/base/tests/all.T
Changes:
=====================================
libraries/base/tests/all.T
=====================================
@@ -269,7 +269,8 @@ test('clamp', normal, compile_and_run, [''])
test('T18642',
[extra_run_opts('+RTS -T -RTS'),
# The nonmoving GC's residency behavior is very conservative
- omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_sanity'])],
+ omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_sanity']),
+ js_skip],
compile_and_run, ['-O2'])
test('T19288', exit_code(1), compile_and_run, [''])
test('T19719', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3a7aded60bfb7768c5677cf008ebf3d18c7a3d7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3a7aded60bfb7768c5677cf008ebf3d18c7a3d7
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/b9016f54/attachment-0001.html>
More information about the ghc-commits
mailing list