From a1b7ac33e7d6fedffa931f90d9f20ac086f26181 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 18 May 2010 08:44:22 +0000 Subject: add a comment about 3816 failing due to Samba --- tests/all.T | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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']) -- cgit v1.2.3