
#9381: Implement -rdynamic -------------------------------------+------------------------------------- Reporter: | Owner: facundo.dominguez | Status: new Type: feature request | Milestone: 7.10.1 Priority: normal | Version: Component: Compiler | Keywords: Resolution: | Architecture: Operating System: Windows | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #7015 | Differential Revisions: Phab:D102 -------------------------------------+------------------------------------- Changes (by thomie): * owner: facundo.dominguez => * resolution: fixed => * status: closed => new * os: Unknown/Multiple => Windows Comment: This test is failing on Windows 64 bit. {{{ =====> rdynamic(normal) 50 of 71 [0, 0, 0] cd . && "D:/home/thomie/ghc-master/inplace/bin/ghc-stage2.exe" -o rdynamic rdynamic.hs -fforce-recomp -dcore-lint -dcmm-lint -dno-debug- output -no-user-package-db -rtsopts -fno-warn-tabs -fno-ghci-history -rdynamic -package ghc -v > rdynamic.comp.stderr 2>&1 cd . && ./rdynamic rdynamic.run.stdout 2> rdynamic.run.stderr Wrong exit code (expected 0 , actual 160 ) Stdout: Stderr: *** unexpected failure for rdynamic(normal) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9381#comment:7 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler