Ticket #7738 (patch bug)

Opened 3 months ago

Last modified 6 weeks ago

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

testsuite-Add-helper-method-for-normalise_exe-for-stderr.patch Download (0.7 KB) - added by rassilon 3 months ago.
Add normalise_err_exe helper to normalise .exe on stderr
directories-Use-new-helper-to-normalise_exe-on-stderr.patch Download (0.9 KB) - added by rassilon 3 months ago.
Use new helper function.
process-Use-new-helper-to-normalise_exe-on-stderr.patch Download (0.8 KB) - added by rassilon 3 months ago.
Use new helper function.

Change History

Changed 3 months ago by rassilon

Add normalise_err_exe helper to normalise .exe on stderr

Changed 3 months ago by rassilon

Use new helper function.

Changed 3 months ago by rassilon

Use new helper function.

Changed 3 months ago by rassilon

  • status changed from new to patch

Patches against testsuite/directories/process repositories fix the problem.

Changed 6 weeks ago by igloo

  • difficulty set to Unknown
  • milestone set to 7.8.1
Note: See TracTickets for help on using tickets.