summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Jakobi <simon.jakobi@gmail.com>2021-03-29 22:09:53 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-05 20:42:53 -0400
commit10782edf760d60987a3202d5dad0c5ea44aca8fc (patch)
tree2999e687745a6deb03d54f469fcb9a0580d4a2d2
parent939fa61c0036b8181772743e5bb157b45551c88b (diff)
downloadhaskell-10782edf760d60987a3202d5dad0c5ea44aca8fc.tar.gz
Mark p6 and T3333 as fragile
See #17018.
-rw-r--r--testsuite/tests/ghci/linking/all.T3
-rw-r--r--testsuite/tests/safeHaskell/ghci/all.T2
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index 82a7822ea4..09284b5cea 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -41,7 +41,8 @@ test('ghcilink006',
test('T3333',
[unless(doing_ghci, skip),
unless(opsys('linux') or opsys('darwin') or ghc_dynamic(),
- expect_broken(3333))],
+ expect_broken(3333)),
+ when(unregisterised(), fragile(17018))],
makefile_test, ['T3333'])
test('T11531',
diff --git a/testsuite/tests/safeHaskell/ghci/all.T b/testsuite/tests/safeHaskell/ghci/all.T
index fac80f36c0..5caaaf09c0 100644
--- a/testsuite/tests/safeHaskell/ghci/all.T
+++ b/testsuite/tests/safeHaskell/ghci/all.T
@@ -5,7 +5,7 @@ test('p2', normal, ghci_script, ['p2.script'])
test('p3', normalise_version("bytestring"), ghci_script, ['p3.script'])
test('p4', normal, ghci_script, ['p4.script'])
test('p5', normal, ghci_script, ['p5.script'])
-test('p6', normal, ghci_script, ['p6.script'])
+test('p6', [when(unregisterised(), fragile(17018))], ghci_script, ['p6.script'])
test('p7', extra_files(['A.hs']), ghci_script, ['p7.script'])
test('p8', extra_files(['B.hs']), ghci_script, ['p8.script'])
test('p9', extra_files(['C.hs']), ghci_script, ['p9.script'])