[commit: directory] master: T4113 is broken in OS X (#7604) (24d1444)
Ian Lynagh
igloo at earth.li
Fri Jan 18 19:30:39 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/24d14448c3ee1932f6a181df1edd17b41e2d1e32
>---------------------------------------------------------------
commit 24d14448c3ee1932f6a181df1edd17b41e2d1e32
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