[GHC] #9354: AtomicPrimops tests failing on 32-bit x86 in ghci
#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
#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 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------------+--------------------------- Changes (by tibbe): * cc: niklasl (added) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9354#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------------+--------------------------- Comment (by pgj): Okay, I have tested this with today's version, and it disappeared. Looks like it came up because I did not fully rebuild the sources when I tested my patch for #9346. Niklas, could you please also confirm this? -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9354#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------------+--------------------------- Comment (by niklasl): Everything passes for me! -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9354#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9354: AtomicPrimops tests failing on 32-bit x86 in ghci -------------------------------------------+--------------------------- Reporter: tibbe | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.9 Resolution: invalid | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------------+--------------------------- Changes (by tibbe): * status: new => closed * resolution: => invalid -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9354#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC