summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/all.T
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-28 19:26:10 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-04 06:30:47 -0500
commit626b63b28a91b26b51ad47e56fdd7bcfd61e7327 (patch)
treec02ee67116f0265c47b41618ed40daf870a13e79 /testsuite/tests/ghci.debugger/scripts/all.T
parente0c0bde401cca7707678377243648551d1504bdd (diff)
downloadhaskell-626b63b28a91b26b51ad47e56fdd7bcfd61e7327.tar.gz
testsuite: Mark print037 as broken when GHC is built with LLVM
As noted in #16205 this configuration reliably segfaults.
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/all.T')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index 4095cf2c0b..7240594823 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -45,7 +45,10 @@ 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', normal, ghci_script, ['print037.script'])
+test('print037', when(llvm_build() and integer_gmp()
+ , expect_broken_for(16205, ['ghci-ext']))
+ , ghci_script
+ , ['print037.script'])
test('break001', extra_files(['../Test2.hs']), ghci_script, ['break001.script'])
test('break002', extra_files(['../Test2.hs']), ghci_script, ['break002.script'])