summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/all.T
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-03-09 19:12:46 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-03-11 08:19:08 -0400
commit336eac7ef049ba9feab5a948120f0f732e26f773 (patch)
tree61d6551729dbe5a4ce09851775cd037cd1a34ab1 /testsuite/tests/ghci/linking/all.T
parent0bc23338b02ffd624247ace409ab690b2b4a6186 (diff)
downloadhaskell-336eac7ef049ba9feab5a948120f0f732e26f773.tar.gz
testsuite: Mark ghci056 and ghcilink004 as fragile in unreg
As noted in #17018. Also fix fragile declaration of T13786, which only runs in the normal way.
Diffstat (limited to 'testsuite/tests/ghci/linking/all.T')
-rw-r--r--testsuite/tests/ghci/linking/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index 7181b161f2..6318fc22e9 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -20,6 +20,7 @@ test('ghcilink003',
test('ghcilink004',
[extra_files(['TestLink.hs', 'f.c']),
unless(doing_ghci, skip),
+ when(unregisterised(), fragile(16085)),
req_rts_linker],
makefile_test, ['ghcilink004'])