[GHC] #7738: Testsuite failures for ghci tests normalising stderr output for .exe

#7738: Testsuite failures for ghci tests normalising stderr output for .exe -------------------------+-------------------------------------------------- Reporter: rassilon | Owner: Type: bug | Status: new Priority: normal | Component: Test Suite Version: | Keywords: Os: Windows | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -------------------------+-------------------------------------------------- On GHC-Head: Tests getDirContents002 and process004 both specify normalise_exe in their options, but these both only generate expected error results on stderr. Here's an example of what happens currently: {{{ --- ./getDirContents002.stderr-mingw32 2013-02-09 21:09:27 -0500 +++ ./getDirContents002.run.stderr 2013-03-04 17:29:34 -0500 @@ -1 +1 @@ -getDirContents002.exe: nonexistent: getDirectoryContents: does not exist (The system cannot find the path specified.) +getDirContents002: nonexistent: getDirectoryContents: does not exist (The system cannot find the path specified.) *** unexpected failure for getDirContents002(ghci) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7738 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7738: Testsuite failures for ghci tests normalising stderr output for .exe -------------------------+-------------------------------------------------- Reporter: rassilon | Owner: Type: bug | Status: patch Priority: normal | Component: Test Suite Version: | Keywords: Os: Windows | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -------------------------+-------------------------------------------------- Changes (by rassilon): * status: new => patch Comment: Patches against testsuite/directories/process repositories fix the problem. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7738#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7738: Testsuite failures for ghci tests normalising stderr output for .exe ---------------------------------+------------------------------------------ Reporter: rassilon | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: Test Suite | Version: Keywords: | Os: Windows Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * difficulty: => Unknown * milestone: => 7.8.1 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7738#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7738: Testsuite failures for ghci tests normalising stderr output for .exe ---------------------------------+------------------------------------------ Reporter: rassilon | Owner: igloo Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: Test Suite | Version: Keywords: | Os: Windows Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * owner: => igloo -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7738#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7738: Testsuite failures for ghci tests normalising stderr output for .exe ---------------------------------+------------------------------------------ Reporter: rassilon | Owner: igloo Type: bug | Status: infoneeded Priority: normal | Milestone: 7.8.1 Component: Test Suite | Version: Keywords: | Os: Windows Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * status: patch => infoneeded Comment: I'm a bit confused. This is what I see: {{{ $ cd libraries/directory/tests $ ../../../inplace/bin/ghc-stage2 getDirContents002.hs -o getDirContents002 $ ./getDirContents002 getDirContents002.exe: nonexistent: getDirectoryContents: does not exist (The system cannot find the path specified.) }}} What do you see? (without your patches) -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7738#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (2)
-
GHC
-
GHC