[commit: directory] ghc-7.6: T4113 is broken in OS X (#7604) (e14d113)
Ian Lynagh
igloo at earth.li
Fri Jan 18 13:43:36 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/e14d11358091e2f1df02690ea2e2e38054283517
>---------------------------------------------------------------
commit e14d11358091e2f1df02690ea2e2e38054283517
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 18 01:31:47 2013 +0000
T4113 is broken in OS X (#7604)
>---------------------------------------------------------------
tests/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.T b/tests/all.T
index a9aee76..510cf64 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -24,4 +24,4 @@ test('createDirectoryIfMissing001', normal, compile_and_run, [''])
# No sane way to tell whether the output is reasonable here...
test('getHomeDirectory001', ignore_output, compile_and_run, [''])
-test('T4113', normal, compile_and_run, [''])
+test('T4113', if_os('darwin', expect_broken(7604)), compile_and_run, [''])
More information about the ghc-commits
mailing list