summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2020-04-10 11:09:50 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-10 19:29:33 -0400
commitbcafaa82a0223afd5d103e052ab9a097a676e5ea (patch)
tree85052400e93dee8b326f2d85b335557c0f1e1dd6
parent723062edf6191084a99787d3f235183cf6b7d051 (diff)
downloadhaskell-bcafaa82a0223afd5d103e052ab9a097a676e5ea.tar.gz
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
-rw-r--r--testsuite/tests/ghci/linking/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index ae93349f70..29a314238c 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/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',