aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2010-05-18 08:44:22 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2010-05-18 08:44:22 +0000
commita1b7ac33e7d6fedffa931f90d9f20ac086f26181 (patch)
treec995584e028e63d8603ff399918ea45a63caae02 /tests
parent88aeb7af637ce23b7f6daeb72e809be46ccd088e (diff)
add a comment about 3816 failing due to Samba
Diffstat (limited to 'tests')
-rw-r--r--tests/all.T5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/all.T b/tests/all.T
index 6b37edf..e4444c3 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -48,4 +48,9 @@ test('fileStatus',
test('1185', [ expect_fail_for(['threaded2']) ],
compile_and_run, ['-package unix'])
+# This test fails for me on x86/Linux with a "does not exist" error.
+# Running with strace shows it is trying to talk to winbindd (part of
+# Samba), so I think the failure has nothing to do with GHC. Also it
+# works on a different machine that doesn't have Samba installed.
+# --SDM 18/05/2010
test('3816', normal, compile_and_run, ['-package unix'])