[GHC] #7738: Testsuite failures for ghci tests normalising stderr output for .exe
GHC
cvs-ghc at haskell.org
Mon Mar 4 23:36:31 CET 2013
#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
More information about the ghc-tickets
mailing list