[commit: testsuite] master: The hsc2hs tests now pass on Windows, and 3929 is closed (6b7b66a)

Ian Lynagh igloo at earth.li
Tue Oct 25 23:33:27 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6b7b66a434ad042b631667a567b40eadd587121d

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

commit 6b7b66a434ad042b631667a567b40eadd587121d
Author: Ian Lynagh <igloo at earth.li>
Date:   Tue Oct 25 21:25:38 2011 +0100

    The hsc2hs tests now pass on Windows, and 3929 is closed

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

 tests/hsc2hs/all.T |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/tests/hsc2hs/all.T b/tests/hsc2hs/all.T
index 7660a00..c0cd3bc 100644
--- a/tests/hsc2hs/all.T
+++ b/tests/hsc2hs/all.T
@@ -1,25 +1,21 @@
 
 test('hsc2hs001',
-     [extra_clean(['hsc2hs001.hs', 'hsc2hs001_hsc_make.c']),
-      if_platform('i386-unknown-mingw32', expect_broken(3929))],
+     extra_clean(['hsc2hs001.hs', 'hsc2hs001_hsc_make.c']),
      run_command,
      ['$MAKE -s --no-print-directory hsc2hs001'])
 
 test('hsc2hs002',
-     [extra_clean(['hsc2hs002.hs', 'hsc2hs002_hsc_make.c']),
-      if_platform('i386-unknown-mingw32', expect_broken(3929))],
+     extra_clean(['hsc2hs002.hs', 'hsc2hs002_hsc_make.c']),
      run_command,
      ['$MAKE -s --no-print-directory hsc2hs002'])
 
 test('hsc2hs003',
-     [extra_clean(['hsc2hs003.hs', 'hsc2hs003_hsc_make.c']),
-      if_platform('i386-unknown-mingw32', expect_broken(3929))],
+     extra_clean(['hsc2hs003.hs', 'hsc2hs003_hsc_make.c']),
      run_command,
      ['$MAKE -s --no-print-directory hsc2hs003'])
 
 test('hsc2hs004',
-     [extra_clean(['hsc2hs004.hs', 'hsc2hs004_hsc_make.c']),
-      if_platform('i386-unknown-mingw32', expect_broken(3929))],
+     extra_clean(['hsc2hs004.hs', 'hsc2hs004_hsc_make.c']),
      run_command,
      ['$MAKE -s --no-print-directory hsc2hs004'])
 





More information about the Cvs-ghc mailing list