diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2021-03-29 22:09:53 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-05 20:42:53 -0400 |
commit | 10782edf760d60987a3202d5dad0c5ea44aca8fc (patch) | |
tree | 2999e687745a6deb03d54f469fcb9a0580d4a2d2 /testsuite/tests/safeHaskell/ghci | |
parent | 939fa61c0036b8181772743e5bb157b45551c88b (diff) | |
download | haskell-10782edf760d60987a3202d5dad0c5ea44aca8fc.tar.gz |
Mark p6 and T3333 as fragile
See #17018.
Diffstat (limited to 'testsuite/tests/safeHaskell/ghci')
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |