jorton 2002/11/28 01:04:58
Modified: test README
Log:
Document some gotchas.
Revision Changes Path
1.5 +17 -0 apr/test/README
Index: README
===================================================================
RCS file: /home/cvs/apr/test/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README 23 Nov 2002 19:44:15 -0000 1.4
+++ README 28 Nov 2002 09:04:58 -0000 1.5
@@ -59,6 +59,23 @@
./testall
+Caveats
+-------
+
+Currently, some tests are known to fail in certain circumstances:
+
+ * 'testpoll' opens 64 sockets concurrently; ensure that resource
+limits are high enough to allow this (using ulimit or limit); for
+instance, Solaris <=2.7 and HP-UX 11.00 both set the limit to <=64 by
+default
+
+ * 'testipsub' will tickle the Solaris 8 getaddrinfo() IPv6
+bug, causing the test to hang. Configure with --disable-ipv6 if using
+an unpatched Solaris 8 installation.
+
+ * The 'testdso' tests will not work if configured with
+--disable-shared since the loadable modules cannot be built.
+
Running individual tests
---------------------------------