#5575: spacesInArgs(ghci) fails on linux
----------------------------------+-----------------------------------------
Reporter: daniel.is.fischer | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 7.3 | Keywords:
Testcase: | Blockedby:
Os: Linux | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
----------------------------------+-----------------------------------------
{{{
=====> spacesInArgs(ghci) 2863 of 3047 [3, 12, 0]
cd ./driver && '/home/dafis/GHC/bghc/bindisttest/install dir/bin/ghc'
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-
conf -rtsopts -fno-ghci-history spacesInArgs.hs --interactive -v0
-ignore-dot-ghci +RTS -I0.1 -RTS <spacesInArgs.genscript
1>spacesInArgs.interp.stdout 2>spacesInArgs.interp.stderr
Actual stdout output differs from expected:
--- ./driver/spacesInArgs.stdout 2011-10-22 11:33:18.169091002
+0200
+++ ./driver/spacesInArgs.run.stdout 2011-10-22 15:07:24.194761001
+0200
@@ -1,4 +1,6 @@
Arg: "a b"
Arg: "c d"
-Arg: "e f"
-Arg: "g h"
+Arg: "'e"
+Arg: "f'"
+Arg: "'g"
+Arg: "h'"
*** unexpected failure for spacesInArgs(ghci)
}}}
Sigh :(
Why doesn't windows strip the double quotes off the args?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5575>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs