[Git][ghc/ghc][master] Testsuite: mark T11531 fragile
Marge Bot
gitlab at gitlab.haskell.org
Fri Apr 10 23:29:43 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
bcafaa82 by Peter Trommler at 2020-04-10T19:29:33-04:00
Testsuite: mark T11531 fragile
The test depends on a link editor allowing undefined symbols in an ELF
shared object. This is the standard but it seems some distributions
patch their link editor. See the report by @hsyl20 in #11531.
Fixes #11531
- - - - -
1 changed file:
- testsuite/tests/ghci/linking/all.T
Changes:
=====================================
testsuite/tests/ghci/linking/all.T
=====================================
@@ -46,7 +46,8 @@ test('T3333',
test('T11531',
[extra_files(['T11531.hs', 'T11531.c', 'T11531.h']),
unless(doing_ghci, skip),
- unless(opsys('linux'), skip)],
+ unless(opsys('linux'), skip),
+ fragile(11531)],
makefile_test, ['T11531'])
test('T14708',
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcafaa82a0223afd5d103e052ab9a097a676e5ea
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcafaa82a0223afd5d103e052ab9a097a676e5ea
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/20200410/80af961c/attachment.html>
More information about the ghc-commits
mailing list