[GHC] #11292: Generics unboxed types: TEST=GEq1 WAY=optasm is failing
GHC
ghc-devs at haskell.org
Sat Dec 26 14:34:28 UTC 2015
#11292: Generics unboxed types: TEST=GEq1 WAY=optasm is failing
-------------------------------------+-------------------------------------
Reporter: thomie | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
{{{
$ make TEST=GEq1 WAY=optasm TEST_HC=ghc-7.11.20151225
...
cd ./generics/GEq && ./GEq1 </dev/null > GEq1.run.stdout 2>
GEq1.run.stderr
Actual stdout output differs from expected:
--- ./generics/GEq/GEq1.stdout.normalised 2015-12-26
15:32:22.984189653 +0100
+++ ./generics/GEq/GEq1.run.stdout.normalised 2015-12-26
15:32:22.984189653 +0100
@@ -3,5 +3,5 @@
True
True
False
-True
-True
\ No newline at end of file
+False
+False
\ No newline at end of file
*** unexpected failure for GEq1(optasm)
}}}
The test was last touched by Ryan in
6cde981a8788b225819be28659caddc35b77972d (#10868)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11292>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list