summaryrefslogtreecommitdiff
path: root/testsuite
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
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')
-rw-r--r--testsuite/tests/ghci/T13786/all.T2
-rw-r--r--testsuite/tests/ghci/linking/all.T1
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T1
3 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/T13786/all.T b/testsuite/tests/ghci/T13786/all.T
index a511474c96..b406fad214 100644
--- a/testsuite/tests/ghci/T13786/all.T
+++ b/testsuite/tests/ghci/T13786/all.T
@@ -1,4 +1,4 @@
test('T13786',
- when(unregisterised(), fragile_for(17018, ['ghci'])),
+ when(unregisterised(), fragile(17018)),
makefile_test, [])
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'])
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 67e442d887..7bb6043b8b 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -90,6 +90,7 @@ test('ghci055', combined_output, ghci_script, ['ghci055.script'])
test('ghci056',
[pre_cmd('$MAKE -s --no-print-directory ghci056_setup'),
+ when(unregisterised(), fragile(17018)),
extra_run_opts('ghci056_c.o')],
ghci_script, ['ghci056.script'])