summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-02-18 09:31:27 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-02-18 09:31:27 +0800
commit7fbb34d528004fdead1a055fc66e4a57eeba34ca (patch)
tree219853fdd500cd75d2d90f864b15fb262f7d85c4
parent5d19fca382cf70c0bc9f7094f44d7da5616eb68d (diff)
downloadhaskell-wip/angerman/mark-ghci056-fragile.tar.gz
[testsuite] mark ghci056 as fragilewip/angerman/mark-ghci056-fragile
See https://gitlab.haskell.org/ghc/ghc/-/issues/17018
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 5b4e180d54..7091fe6769 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -90,7 +90,8 @@ test('ghci055', combined_output, ghci_script, ['ghci055.script'])
test('ghci056',
[pre_cmd('$MAKE -s --no-print-directory ghci056_setup'),
- extra_run_opts('ghci056_c.o')],
+ extra_run_opts('ghci056_c.o'),
+ fragile(17018)],
ghci_script, ['ghci056.script'])
test('ghci057', extra_hc_opts("-fno-ghci-leak-check"), ghci_script, ['ghci057.script'])