[Git][ghc/ghc][wip/js-staging] Use req_interp for JS-skipped ghcilink001/3/5/6
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Wed Oct 26 10:46:16 UTC 2022
Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
5f16145e by Josh Meredith at 2022-10-26T10:46:06+00:00
Use req_interp for JS-skipped ghcilink001/3/5/6
- - - - -
1 changed file:
- testsuite/tests/ghci/linking/all.T
Changes:
=====================================
testsuite/tests/ghci/linking/all.T
=====================================
@@ -2,7 +2,7 @@ test('ghcilink001',
[extra_files(['TestLink.hs', 'f.c']),
when(ghc_dynamic(), expect_fail), # dynamic ghci can't load '.a's
unless(doing_ghci, skip),
- js_skip], # JS backend doesn't use ghci
+ req_interp], # JS backend doesn't use ghci
makefile_test, ['ghcilink001'])
test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
@@ -17,7 +17,7 @@ test('ghcilink003',
# anymore. Will produce:
# dlopen(libstdc++.dylib, 5): image not found
when(opsys('darwin'), fragile(16083)),
- js_skip
+ req_interp
], makefile_test, ['ghcilink003'])
test('ghcilink004',
@@ -32,7 +32,7 @@ test('ghcilink005',
when(unregisterised(), fragile(16085)),
unless(doing_ghci, skip),
req_dynamic_lib_support,
- js_skip],
+ req_interp],
makefile_test, ['ghcilink005'])
test('ghcilink006',
@@ -41,7 +41,7 @@ test('ghcilink006',
# anymore. Will produce:
# dlopen(libstdc++.dylib, 5): image not found
when(opsys('darwin'), fragile(16083)),
- js_skip
+ req_interp
], makefile_test, ['ghcilink006'])
test('T3333',
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f16145e837b5090171cb22db43e33771164baa7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f16145e837b5090171cb22db43e33771164baa7
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/20221026/5d98f376/attachment-0001.html>
More information about the ghc-commits
mailing list