aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
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 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'])