[Git][ghc/ghc][wip/js-staging] Skip one more test
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Oct 24 09:27:26 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
fd537407 by Sylvain Henry at 2022-10-24T11:30:57+02:00
Skip one more test
- - - - -
1 changed file:
- testsuite/tests/ghci/linking/dyn/all.T
Changes:
=====================================
testsuite/tests/ghci/linking/dyn/all.T
=====================================
@@ -26,7 +26,10 @@ test('T10955',
extra_hc_opts('-L. -L./bin_dep')],
ghci_script, ['T10955.script'])
-test('T10955dyn', [extra_files(['A.c', 'B.c', 'A.def', 'B.def'])],
+test('T10955dyn',
+ [extra_files(['A.c', 'B.c', 'A.def', 'B.def'])
+ ,js_skip # dynamic linking not supported by the JS backend
+ ],
makefile_test, ['compile_libAB_dyn'])
test('T10458',
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fd5374073a7e4b797e650e6524a9c4f79f6819ea
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fd5374073a7e4b797e650e6524a9c4f79f6819ea
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/20221024/c0d5335b/attachment.html>
More information about the ghc-commits
mailing list