[Git][ghc/ghc][wip/js-staging] Disable more linker tests
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Sep 26 21:06:58 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
a85ed3f1 by Sylvain Henry at 2022-09-26T23:10:06+02:00
Disable more linker tests
- - - - -
1 changed file:
- testsuite/tests/rts/linker/all.T
Changes:
=====================================
testsuite/tests/rts/linker/all.T
=====================================
@@ -98,12 +98,15 @@ test('linker_unload_native',
######################################
test('linker_error1', [extra_files(['linker_error.c']),
+ js_skip, # dynamic linking not supported by the JS backend
ignore_stderr], makefile_test, ['linker_error1'])
test('linker_error2', [extra_files(['linker_error.c']),
+ js_skip, # dynamic linking not supported by the JS backend
ignore_stderr], makefile_test, ['linker_error2'])
test('linker_error3', [extra_files(['linker_error.c']),
+ js_skip, # dynamic linking not supported by the JS backend
ignore_stderr], makefile_test, ['linker_error3'])
######################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a85ed3f130dc909906ed5a91625c9028c61919c9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a85ed3f130dc909906ed5a91625c9028c61919c9
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/20220926/836102b4/attachment.html>
More information about the ghc-commits
mailing list