#1457: Various debugger tests fail
-----------------------+----------------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.8
Component: Compiler | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: Unknown
-----------------------+----------------------------------------------------
These are from a "quickest" build, but I suspect they will happen
regardless
of optimisation level etc.
break014
{{{
--- ./ghci.debugger/scripts/break014.stdout.normalised 2007-06-23
18:23:31.000000000 +0100
+++ ./ghci.debugger/scripts/break014.run.stdout.normalised 2007-06-23
18:23:31.000000000 +0100
@@ -0,0 +1,5 @@
+Breakpoint 0 activated at break014.hs:3:14-18
+Stopped at break014.hs:3:14-18
+_result :: (Bool, Bool)
+a :: Bool
+b :: Bool
*** unexpected failure for break014(ghci)
}}}
break015
{{{
--- /dev/null 2007-05-22 16:40:13.204137750 +0100
+++ ./ghci.debugger/scripts/break015.run.stderr.normalised 2007-06-23
18:23:32.000000000 +0100
@@ -0,0 +1,2 @@
+
+<interactive>:1:0: Not in scope: `_flag'
*** unexpected failure for break015(ghci)
}}}
dynbrk005
{{{
--- ./ghci.debugger/scripts/dynbrk005.stdout.normalised 2007-06-23
18:23:41.000000000 +0100
+++ ./ghci.debugger/scripts/dynbrk005.run.stdout.normalised 2007-06-23
18:23:41.000000000 +0100
@@ -1,2 +1,13 @@
-TupleN: (5,10)(7,17)
-Main: (3,11)(5,14)(7,15)
+Stopped at dynbrk005.hs:7:0-22
+_result :: (a, a, a)
+Stopped at dynbrk005.hs:7:15-22
+_result :: (a, a, a)
+x :: [a]
+Stopped at dynbrk005.hs:3:9-18
+_result :: [a] -> (a, a, a)
+Stopped at dynbrk005.hs:3:11-17
+_result :: (a, a, a)
+list[aG0] :: [a]
+(Stopped at dynbrk005.hs:3:11-17
+_result :: a
+list[aG0] :: [a]
*** unexpected failure for dynbrk005(ghci)
}}}
print013:
{{{
--- ./ghci.debugger/scripts/print013.stdout.normalised 2007-06-23
18:23:04.000000000 +0100
+++ ./ghci.debugger/scripts/print013.run.stdout.normalised 2007-06-23
18:23:04.000000000 +0100
@@ -1,3 +1,3 @@
-d = Dict (_t1::Integer)
+d = Dict (_t1::t)
()
d = Dict 1
*** unexpected failure for print013(ghci)
}}}
print022
{{{
--- ./ghci.debugger/scripts/print022.stdout.normalised 2007-06-23
18:23:16.000000000 +0100
+++ ./ghci.debugger/scripts/print022.run.stdout.normalised 2007-06-23
18:23:16.000000000 +0100
@@ -1,2 +1,2 @@
()
-test = C 1 1.2 1.23 'x' 1 1.2 1.23
+test = C 1 6.88987e17 5.271833295e-315 '\2061584302' 1 1.2 1.23
}}}
result001
{{{
--- /dev/null 2007-05-22 16:40:13.204137750 +0100
+++ ./ghci.debugger/scripts/result001.run.stdout.normalised 2007-06-23
18:23:44.000000000 +0100
@@ -0,0 +1,4 @@
+Breakpoint 0 activated at result001.hs:1:12-20
+Stopped at result001.hs:1:12-20
+_result :: Bool
+xs :: [a]
*** unexpected failure for result001(ghci)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1457>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs