[commit: testsuite] master: Remove some out-of-date normalisation (fd9e717)

Ian Lynagh igloo at earth.li
Fri Feb 17 01:06:28 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/fd9e71718eb34ec4fb89e0b975435eb2b76aa932

>---------------------------------------------------------------

commit fd9e71718eb34ec4fb89e0b975435eb2b76aa932
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu Feb 16 21:37:37 2012 +0000

    Remove some out-of-date normalisation

>---------------------------------------------------------------

 driver/testlib.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/driver/testlib.py b/driver/testlib.py
index 06b52a1..15b6d4e 100644
--- a/driver/testlib.py
+++ b/driver/testlib.py
@@ -1587,10 +1587,6 @@ def normalise_errmsg( str ):
     str = re.sub('([^\\s])\\.exe', '\\1', str)
     # normalise slashes, minimise Windows/Unix filename differences
     str = re.sub('\\\\', '/', str)
-    # The inplace ghc's are called ghc-bin-stage[123] to avoid filename
-    # collisions, so we need to normalise that to just "ghc"
-    # (this is for the old build system, I think, so should be removable)
-    str = re.sub('ghc-bin-stage[123]', 'ghc', str)
     # The inplace ghc's are called ghc-stage[123] to avoid filename
     # collisions, so we need to normalise that to just "ghc"
     str = re.sub('ghc-stage[123]', 'ghc', str)





More information about the Cvs-ghc mailing list