summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/all.T
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-13 17:37:29 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-13 17:37:29 +0100
commiteca96a28cce52466574f6082c968b5909a053dbd (patch)
treeb763add7364b813e5ce714caddb121f0ff7ac26b /testsuite/tests/ghci.debugger/scripts/all.T
parentd4aca87911e1b7863700edee971960fec81fdaf2 (diff)
downloadhaskell-eca96a28cce52466574f6082c968b5909a053dbd.tar.gz
print035(ghci) fails when ghci is dynamic
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 6dfd05baee..a29d151987 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -35,7 +35,10 @@ test('print031', normal, ghci_script, ['print031.script'])
test('print032', normal, ghci_script, ['print032.script'])
test('print033', normal, ghci_script, ['print033.script'])
test('print034', normal, ghci_script, ['print034.script'])
-test('print035', normal, ghci_script, ['print035.script'])
+test('print035',
+ if_ghci_dynamic(expect_broken(7326)),
+ ghci_script,
+ ['print035.script'])
test('break001', normal, ghci_script, ['break001.script'])
test('break002', normal, ghci_script, ['break002.script'])