[GHC] #9354: AtomicPrimops tests failing on 32-bit x86 in ghci
GHC
ghc-devs at haskell.org
Wed Jul 23 19:56:01 UTC 2014
#9354: AtomicPrimops tests failing on 32-bit x86 in ghci
----------------------------+-------------------------------------------
Reporter: tibbe | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.9
Keywords: | Operating System: Unknown/Multiple
Architecture: x86 | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
----------------------------+-------------------------------------------
pgj reports in #9346 that the AtomicPrimops test fails on 32-bit x86, when
run under the ghci "way":
{{{
$ make TEST=AtomicPrimops WAY=ghci
...
=====> AtomicPrimops(ghci) 41 of 93 [0, 0, 0]
cd . && inplace/bin/ghc-stage2 -fforce-recomp -dcore-lint -dcmm-lint -dno-
debug-output -no-user-package-db -rtsopts -fno-ghci-history
AtomicPrimops.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS
<AtomicPrimops.genscript 1>AtomicPrimops.interp.stdout
2>AtomicPrimops.interp.stderr
Wrong exit code (expected 0 , actual 132 )
Stdout:
fetchAddSubTest: OK
Stderr:
*** unexpected failure for AtomicPrimops(ghci)
...
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9354>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list