From 1affe6b3f8d81b483360cc30f2e2dc56278b7f03 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 17 Sep 2009 13:40:46 +0000 Subject: Add comments about why user001 might fail on Linux. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466647 --- tests/all.T | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/all.T b/tests/all.T index a66f52a..eb94d7d 100644 --- a/tests/all.T +++ b/tests/all.T @@ -10,6 +10,11 @@ test('fileexist01', conf, compile_and_run, ['-package unix']) test('forkprocess01', compose(only_compiler_types(['ghc']), compose(expect_fail_for(['threaded2']), conf)), compile_and_run, ['-package unix']) + +# +# user001 may fail due to this bug in glibc: +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466647 +# test('user001', conf, compile_and_run, ['-package unix']) test('resourceLimit', conf, compile_and_run, ['-package unix']) -- cgit v1.2.3