diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-16 10:50:37 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-16 14:51:58 +0000 |
commit | 8affaea71857efa5d25870d825d5621fce4756c2 (patch) | |
tree | 6d320db223f9a6a0d8378806ea393327b2caf030 /testsuite | |
parent | 2805bc1b9e00e207839db9fc25655f81634b26f0 (diff) | |
download | haskell-8affaea71857efa5d25870d825d5621fce4756c2.tar.gz |
T5373 is now expected to pass on mingw32/darwin
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/dynlibs/all.T | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T index df0113b916..cb39476263 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -22,9 +22,8 @@ test('T5373', [extra_clean(['T5373A.hi', 'T5373B.hi', 'T5373C.hi', 'T5373D.hi', 'T5373A.o', 'T5373B.o', 'T5373C.o', 'T5373D.o', 'T5373A', 'T5373B', 'T5373C', 'T5373D', - 'T5373A.exe', 'T5373B.exe', 'T5373C.exe', 'T5373D.exe']), - if_os('mingw32', expect_broken(5373)), - if_os('darwin', expect_broken(5373))], + 'T5373A.exe', 'T5373B.exe', 'T5373C.exe', 'T5373D.exe']) + ], run_command, ['$MAKE --no-print-directory -s T5373']) |