diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-08 13:35:31 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-09 09:19:37 +0000 |
commit | f09d5e29b4491fd5058ba2a18f8719ab2b918fe7 (patch) | |
tree | c542e9aef2a1b786215877b1ef85f2dc9343bddc /testsuite/tests/ghci | |
parent | cd98bd8cfd6b557cb042a47c6df4f70e3f8e578d (diff) | |
download | haskell-f09d5e29b4491fd5058ba2a18f8719ab2b918fe7.tar.gz |
ghci038 is expect_broken(5289) on Windows
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index 8c2e82115a..79fa9a3470 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -32,6 +32,10 @@ test('ghcilink005', ['$MAKE -s --no-print-directory ghcilink005']) test('ghcilink006', - extra_clean(['dir006/*','dir006']), + [ + if_os('mingw32', expect_broken(5289)), # still cannot load libstdc++ + # on Windows. See also #4468. + extra_clean(['dir006/*','dir006']) + ], run_command, ['$MAKE -s --no-print-directory ghcilink006']) |