Ticket #7738 (patch bug)
Testsuite failures for ghci tests normalising stderr output for .exe
| Reported by: | rassilon | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.8.1 |
| Component: | Test Suite | Version: | |
| Keywords: | Cc: | ||
| Operating System: | Windows | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

