[Git][ghc/ghc][master] testsuite: fix predicate on rdynamic test
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat May 20 07:16:26 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
c6fb6690 by Peter Trommler at 2023-05-20T03:16:08-04:00
testsuite: fix predicate on rdynamic test
Test rdynamic requires dynamic linking support, which is
orthogonal to RTS linker support. Change the predicate accordingly.
Fixes #23316
- - - - -
1 changed file:
- testsuite/tests/rts/linker/all.T
Changes:
=====================================
testsuite/tests/rts/linker/all.T
=====================================
@@ -131,7 +131,7 @@ test('linker_error3', [extra_files(['linker_error.c']),
######################################
test('rdynamic', [ unless(opsys('linux') or opsys('mingw32'), skip)
- , req_rts_linker
+ , unless(have_dynamic(), skip)
# this needs runtime infrastructure to do in ghci:
# '-rdynamic' ghc, load modules only via dlopen(RTLD_BLOBAL) and more.
, omit_ways(['ghci'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6fb669028963e166ee34046c4a94dcc141f1ab9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6fb669028963e166ee34046c4a94dcc141f1ab9
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/20230520/d682e474/attachment.html>
More information about the ghc-commits
mailing list