diff options
author | Peter Trommler <ptrommler@acm.org> | 2020-04-10 11:09:50 +0200 |
---|---|---|
committer | Peter Trommler <ptrommler@acm.org> | 2020-04-10 11:09:50 +0200 |
commit | e58f0db1fabe03e7a7ec5539eee00611f2765339 (patch) | |
tree | 356a033d3cf665522781f302d3b1b7b65682ec90 | |
parent | 75a185dc2a648ab1f592d401daa5efcacb451c83 (diff) | |
download | haskell-wip/T11531-fixup.tar.gz |
Testsuite: mark T11531 fragilewip/T11531-fixup
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.T | 3 |
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', |