summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-09-30 10:25:52 -0400
committerBen Gamari <ben@smart-cactus.org>2019-10-01 21:38:25 -0400
commit26e4b1ec08a0eab963c10c36d626187c22c32654 (patch)
tree76e2a4850ab64312fe5a57c73c49b264f3f75004
parent9c00217742c1f3a2582a5b36b2df57ad08062744 (diff)
downloadhaskell-wip/T16205.tar.gz
testsuite: Mark print037 as fragile, not brokenwip/T16205
See #16205.
-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'])