[commit: testsuite] master: Fix result001 (41a46e0)

Ian Lynagh igloo at earth.li
Mon Feb 11 20:26:22 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/41a46e05d4f50351e987f75d869d7aab1310714c

>---------------------------------------------------------------

commit 41a46e05d4f50351e987f75d869d7aab1310714c
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Feb 11 19:06:33 2013 +0000

    Fix result001

>---------------------------------------------------------------

 tests/ghci.debugger/scripts/all.T            |    2 +-
 tests/ghci.debugger/scripts/result001.stdout |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index 4ddc9bc..e2d5458 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -76,7 +76,7 @@ test('dynbrk007', normal, ghci_script, ['dynbrk007.script'])
 test('dynbrk008', normal, ghci_script, ['dynbrk008.script'])
 test('dynbrk009', normal, ghci_script, ['dynbrk009.script'])
 
-test('result001', expect_broken(1531), ghci_script, ['result001.script'])
+test('result001', normal, ghci_script, ['result001.script'])
 
 test('listCommand001', combined_output, ghci_script, ['listCommand001.script'])
 test('listCommand002', normal, ghci_script, ['listCommand002.script'])
diff --git a/tests/ghci.debugger/scripts/result001.stdout b/tests/ghci.debugger/scripts/result001.stdout
new file mode 100644
index 0000000..0d2173d
--- /dev/null
+++ b/tests/ghci.debugger/scripts/result001.stdout
@@ -0,0 +1,4 @@
+Breakpoint 0 activated at result001.hs:1:13-21
+Stopped at result001.hs:1:13-21
+_result :: [b] = _
+xs :: [b] = _





More information about the ghc-commits mailing list