Re: [GHC] #5078: Test failed: Change in ghci-debugger message format?

2011-05-13 Thread GHC
#5078: Test failed: Change in ghci-debugger message format?
+---
  Reporter:  daniel.is.fischer  |  Owner:  duncan  
  Type:  bug| Status:  closed  
  Priority:  normal |  Milestone:  
 Component:  Test Suite |Version:  7.0.3   
Resolution:  fixed  |   Keywords:  
  Testcase: |  Blockedby:  
Difficulty: | Os:  Unknown/Multiple
  Blocking: |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown   |  
+---
Changes (by duncan):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Fixed.

 {{{
 Thu May 12 14:33:47 BST 2011  Duncan Coutts dun...@well-typed.com
   * Remove out-of-date ghc-7-specific test output for test break024 (fixes
 #5078)
   The test currently gives the same output as for ghc HEAD, whereas
   previously with the 7.0 branch the test gave slightly different output.
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5078#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5078: Test failed: Change in ghci-debugger message format?

2011-05-12 Thread GHC
#5078: Test failed: Change in ghci-debugger message format?
--+-
Reporter:  daniel.is.fischer  |Owner:  duncan  
Type:  bug|   Status:  new 
Priority:  normal |Milestone:  
   Component:  Test Suite |  Version:  7.0.3   
Keywords: | Testcase:  
   Blockedby: |   Difficulty:  
  Os:  Unknown/Multiple   | Blocking:  
Architecture:  Unknown/Multiple   |  Failure:  None/Unknown
--+-
Changes (by duncan):

  * owner:  = duncan


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5078#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5078: Test failed: Change in ghci-debugger message format?

2011-04-04 Thread GHC
#5078: Test failed: Change in ghci-debugger message format?
--+-
Reporter:  daniel.is.fischer  |Owner:  
Type:  bug|   Status:  new 
Priority:  normal |Milestone:  
   Component:  Test Suite |  Version:  7.0.3   
Keywords: | Testcase:  
   Blockedby: |   Difficulty:  
  Os:  Unknown/Multiple   | Blocking:  
Architecture:  Unknown/Multiple   |  Failure:  None/Unknown
--+-

Comment(by simonmar):

 This does happen from time to time.  We should make the test more robust,
 so let's leave this ticket open as a reminder to do so.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5078#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5078: Test failed: Change in ghci-debugger message format?

2011-04-02 Thread GHC
#5078: Test failed: Change in ghci-debugger message format?
--+-
Reporter:  daniel.is.fischer  |   Owner:  
Type:  bug|  Status:  new 
Priority:  normal |   Component:  Test Suite  
 Version:  7.0.3  |Keywords:  
Testcase: |   Blockedby:  
  Os:  Unknown/Multiple   |Blocking:  
Architecture:  Unknown/Multiple   | Failure:  None/Unknown
--+-
 break024 failed with
 {{{
 Actual stdout output differs from expected:
 --- ./ghci.debugger/scripts/break024.stdout-ghc-7.0.normalised  2011-04-02
 18:41:32.0 +0200
 +++ ./ghci.debugger/scripts/break024.run.stdout.normalised  2011-04-02
 18:41:32.0 +0200
 @@ -1,26 +1,20 @@
  Left user error (error)
  Stopped at exception thrown
 -_exception :: e = SomeException (GHC.Exception.D:Exception _
 -
 (GHC.Show.D:Show ...) )
 -(GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError )
 +_exception :: e = _
  _exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _
 _ _) _ _)
 (GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError []
 ['e','r','r','o','r'] Nothing Nothing)
  *** Exception: user error (error)
  Stopped at exception thrown
 -_exception :: e = SomeException (GHC.Exception.D:Exception _
 -
 (GHC.Show.D:Show ...) )
 -(GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError )
 +_exception :: e = _
  _exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _
 _ _) _ _)
 (GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError []
 ['e','r','r','o','r'] Nothing Nothing)
  *** Exception: user error (error)
  Stopped at exception thrown
 -_exception :: e = SomeException (GHC.Exception.D:Exception _
 -
 (GHC.Show.D:Show ...) )
 -(GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError )
 +_exception :: e = _
  _exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _
 _ _) _ _)
 (GHC.IO.Exception.IOError Nothing
 GHC.IO.Exception.UserError []
 *** unexpected failure for break024(ghci)
 }}}
 Is that just a format change or a real failure?

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5078
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs