[commit: testsuite] master: print035(ghci) fails when ghci is dynamic (e5ba875)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/e5ba875b1439f056cbd71c6c5753d9e067db8dfc >--------------------------------------------------------------- commit e5ba875b1439f056cbd71c6c5753d9e067db8dfc Author: Ian Lynagh <[email protected]> Date: Sat Oct 13 17:37:29 2012 +0100 print035(ghci) fails when ghci is dynamic >--------------------------------------------------------------- tests/ghci.debugger/scripts/all.T | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T index 6dfd05b..a29d151 100644 --- a/tests/ghci.debugger/scripts/all.T +++ b/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'])