[GHC] #15061: print022 testcase fails on i386
GHC
ghc-devs at haskell.org
Thu Apr 19 19:11:00 UTC 2018
#15061: print022 testcase fails on i386
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: highest | Milestone: 8.6.1
Component: GHCi | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
The failure of `T13825-debugger` on i386 in the `ghci` way looks very
similar to this,
{{{
Actual stdout output differs from expected:
---
./ghci.debugger/scripts/T13825-debugger.run/T13825-debugger.stdout.normalised
2018-04-19 18:13:10.621276834 +0000
+++
./ghci.debugger/scripts/T13825-debugger.run/T13825-debugger.run.stdout.normalised
2018-04-19 18:13:10.621276834 +0000
@@ -4,5 +4,6 @@
packed2 = Packed2 12.34 56.78 42 99.99
Packed3 1 2 3 4 5 6 7.8 9.0
packed3 = Packed3
- (GHC.Word.W8# 1) (GHC.Int.I8# 2) (GHC.Int.I64# 3)
(GHC.Word.W16# 4)
- (GHC.Word.W64# 5) (GHC.Word.W32# 6) 7.8 9.0
+ (GHC.Word.W8# 1) (GHC.Int.I8# 2) (GHC.Int.I64# 12884901891)
+ (GHC.Word.W16# 4) (GHC.Word.W64# 21474836485) (GHC.Word.W32#
6) 7.8
+ 9.0
*** unexpected failure for T13825-debugger(ghci)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15061#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list