diff options
author | Ian Lynagh <igloo@earth.li> | 2009-07-21 23:45:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-07-21 23:45:36 +0000 |
commit | 03bb4651544109c07916a2f92270e506da9ff1b0 (patch) | |
tree | 1539ac46f4004218d2c58dcc5c104c6b483f298c /testsuite/tests/ghc-regress/ghci.debugger/scripts | |
parent | 7ec428ba51e86da13692902d5edc7d38f2aefa1a (diff) | |
download | haskell-03bb4651544109c07916a2f92270e506da9ff1b0.tar.gz |
Follow Integer changes
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger/scripts')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T b/testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T index 1d6b012293..427d172c6f 100644 --- a/testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghc-regress/ghci.debugger/scripts/all.T @@ -2,18 +2,18 @@ setTestOpts(composes([extra_run_opts('-ignore-dot-ghci'), normalise_slashes])) test('print001', normal, ghci_script, ['print001.script']) test('print002', normal, ghci_script, ['print002.script']) -test('print003', expect_broken(3325), ghci_script, ['print003.script']) +test('print003', normal, ghci_script, ['print003.script']) test('print004', normal, ghci_script, ['print004.script']) -test('print005', expect_broken(3325), ghci_script, ['print005.script']) -test('print006', expect_broken(3325), ghci_script, ['print006.script']) +test('print005', normal, ghci_script, ['print005.script']) +test('print006', normal, ghci_script, ['print006.script']) test('print007', normal, ghci_script, ['print007.script']) test('print008', normal, ghci_script, ['print008.script']) test('print009', normal, ghci_script, ['print009.script']) -test('print010', expect_broken(3325), ghci_script, ['print010.script']) +test('print010', normal, ghci_script, ['print010.script']) test('print011', normal, ghci_script, ['print011.script']) -test('print012', expect_broken(3325), ghci_script, ['print012.script']) +test('print012', normal, ghci_script, ['print012.script']) test('print013', normal, ghci_script, ['print013.script']) -test('print014', expect_broken(3325), ghci_script, ['print014.script']) +test('print014', normal, ghci_script, ['print014.script']) test('print016', normal, ghci_script, ['print016.script']) test('print017', normal, ghci_script, ['print017.script']) test('print018', normal, ghci_script, ['print018.script']) @@ -37,11 +37,11 @@ test('print033', ['print033.script']) test('print034', normal, ghci_script, ['print034.script']) -test('break001', expect_broken(3325), ghci_script, ['break001.script']) +test('break001', normal, ghci_script, ['break001.script']) test('break002', normal, ghci_script, ['break002.script']) test('break003', normal, ghci_script, ['break003.script']) test('break005', normal, ghci_script, ['break005.script']) -test('break006', expect_broken(3325), ghci_script, ['break006.script']) +test('break006', normal, ghci_script, ['break006.script']) test('break007', normal, ghci_script, ['break007.script']) test('break008', normal, ghci_script, ['break008.script']) test('break009', normal, ghci_script, ['break009.script']) @@ -59,7 +59,7 @@ test('break020', normal, ghci_script, ['break020.script']) test('break021', normal, ghci_script, ['break021.script']) test('break024', normal, ghci_script, ['break024.script']) test('break025', normal, ghci_script, ['break025.script']) -test('break026', expect_broken(3325), ghci_script, ['break026.script']) +test('break026', normal, ghci_script, ['break026.script']) test('break027', normal, ghci_script, ['break027.script']) test('break028', normal, ghci_script, ['break028.script']) @@ -77,6 +77,6 @@ test('result001', expect_broken(1531), ghci_script, ['result001.script']) test('list001', normal, ghci_script, ['list001.script']) test('list002', normal, ghci_script, ['list002.script']) -test('hist001', expect_broken(3325), ghci_script, ['hist001.script']) +test('hist001', normal, ghci_script, ['hist001.script']) -test('2740', expect_broken(3325), ghci_script, ['2740.script']) +test('2740', normal, ghci_script, ['2740.script']) |