[GHC] #11262: Test print022: wrong stdout on powerpc64
GHC
ghc-devs at haskell.org
Sat Dec 19 19:45:17 UTC 2015
#11262: Test print022: wrong stdout on powerpc64
-------------------------------------+-------------------------------------
Reporter: trommler | Owner: trommler
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: GHCi | Version: 7.11
Keywords: | Operating System: Linux
Architecture: powerpc64 | Type of failure: Incorrect result
| at runtime
Test Case: print022 | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
GHCi prints a NUL(?) character instead of an 'x'.
{{{
()
-test = C 1 32 1.2 1.23 'x' 1 1.2 1.23
+test = C 1 32 1.2 1.23 '/NUL' 1 1.2 1.23
Breakpoint 0 activated at print022.hs:11:1-7
Stopped at print022.hs:11:1-7
_result :: r = _
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11262>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list