[Git][ghc/ghc][wip/js-staging] testsuite: skip T9405 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 19:38:23 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
d29bb744 by doyougnu at 2022-10-20T15:37:10-04:00
testsuite: skip T9405 for JS
JS backend does not yet support ticky
- - - - -
1 changed file:
- testsuite/tests/rts/all.T
Changes:
=====================================
testsuite/tests/rts/all.T
=====================================
@@ -388,7 +388,7 @@ test('T10904', [ omit_ways(['ghci']), extra_run_opts('20000'), req_c ],
test('T10728', [extra_run_opts('+RTS -maxN3 -RTS'), only_ways(['threaded2'])],
compile_and_run, [''])
-test('T9405', [when(opsys('mingw32'), expect_broken(21361))], makefile_test, ['T9405'])
+test('T9405', [when(opsys('mingw32'), expect_broken(21361)), js_skip], makefile_test, ['T9405'])
test('T11788', [req_interp, when(ghc_dynamic(), skip)],
makefile_test, ['T11788'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d29bb744be11c21cdcefad55dd219f38c6cd6887
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d29bb744be11c21cdcefad55dd219f38c6cd6887
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/5569ff6e/attachment-0001.html>
More information about the ghc-commits
mailing list