[Git][ghc/ghc][wip/js-staging] Disable compact tests
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Thu Sep 29 10:51:11 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
e8c8ddd6 by Sylvain Henry at 2022-09-29T12:54:26+02:00
Disable compact tests
- - - - -
1 changed file:
- libraries/ghc-compact/tests/all.T
Changes:
=====================================
libraries/ghc-compact/tests/all.T
=====================================
@@ -1,4 +1,7 @@
-setTestOpts(extra_ways(['sanity', 'compacting_gc']))
+setTestOpts(
+ [extra_ways(['sanity', 'compacting_gc']),
+ js_skip # compact API not supported by the JS backend
+ ])
test('compact_simple', normal, compile_and_run, [''])
test('compact_loop', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e8c8ddd6a8436310d1d459f3a13211eeb5808cbd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e8c8ddd6a8436310d1d459f3a13211eeb5808cbd
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/20220929/b319ea65/attachment-0001.html>
More information about the ghc-commits
mailing list