[GHC] #8458: T5435_dyn_asm fails on x86_64 Linux
GHC
ghc-devs at haskell.org
Fri Oct 18 17:27:11 UTC 2013
#8458: T5435_dyn_asm fails on x86_64 Linux
--------------------------+------------------------------------------------
Reporter: | Owner: simonmar
jstolarek | Status: new
Type: bug | Milestone:
Priority: normal | Version: 7.7
Component: | Operating System: Linux
Runtime System | Type of failure: Incorrect result at runtime
Keywords: | Test Case:
Architecture: x86_64 | Blocking:
(amd64) |
Difficulty: |
Unknown |
Blocked By: |
Related Tickets: |
--------------------------+------------------------------------------------
I keep getting failure from `T5435_dyn_asm` test:
{{{
make WAY=normal TEST=T5435_dyn_asm
=====> T5435_dyn_asm(normal) 2622 of 3829 [0, 0, 0]
cd ./rts && $MAKE -s --no-print-directory T5435_dyn_asm </dev/null
>T5435_dyn_asm.run.stdout 2>T5435_dyn_asm.run.stderr
Actual stdout output differs from expected:
--- ./rts/T5435_dyn_asm.stdout 2013-10-16 09:49:22.236712001 +0200
+++ ./rts/T5435_dyn_asm.run.stdout 2013-10-18 19:26:11.076223002
+0200
@@ -1,5 +1,5 @@
-initArray1
-initArray2
ctors1
ctors2
+initArray1
+initArray2
success
*** unexpected failure for T5435_dyn_asm(normal)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8458>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list