summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-09-30 10:25:52 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-03 12:17:32 -0400
commitcb364bc25592260a157c9d977619c42f3b2772a4 (patch)
treed30aff7080ec5ffe0bbc19e7ced2a9be7ff6d5f8 /testsuite/tests/ghci.debugger
parent9a4ff210d833dde4c2a388a53ad93fa121682a26 (diff)
downloadhaskell-cb364bc25592260a157c9d977619c42f3b2772a4.tar.gz
testsuite: Mark print037 as fragile, not broken
See #16205.
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index 214222c8c3..b6db055127 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -45,8 +45,8 @@ test('print033', normal, ghci_script, ['print033.script'])
test('print034', extra_files(['../GADT.hs', '../Test.hs']), ghci_script, ['print034.script'])
test('print035', extra_files(['../Unboxed.hs']), ghci_script, ['print035.script'])
test('print036', expect_broken(9046), ghci_script, ['print036.script'])
-test('print037', when(llvm_build() and integer_gmp()
- , expect_broken_for(16205, ['ghci-ext']))
+test('print037', when(llvm_build() and integer_gmp(),
+ fragile_for(16205, ['ghci-ext']))
, ghci_script
, ['print037.script'])