diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-25 21:25:38 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-25 21:25:38 +0100 |
commit | a4a8a28f57dbcc4fac9cb2a5a6f326af65964366 (patch) | |
tree | 1b6254e40a8b988788ad42c646d989b7fd1eff6e /testsuite/tests/hsc2hs | |
parent | f4226ea85ad89e73f47098fca7c6b086209f6423 (diff) | |
download | haskell-a4a8a28f57dbcc4fac9cb2a5a6f326af65964366.tar.gz |
The hsc2hs tests now pass on Windows, and 3929 is closed
Diffstat (limited to 'testsuite/tests/hsc2hs')
-rw-r--r-- | testsuite/tests/hsc2hs/all.T | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/testsuite/tests/hsc2hs/all.T b/testsuite/tests/hsc2hs/all.T index 7660a0074d..c0cd3bc125 100644 --- a/testsuite/tests/hsc2hs/all.T +++ b/testsuite/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']) |