diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-28 09:04:58 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-28 09:04:58 +0000 |
commit | 4fc7084d94a1be7a08244aaec0a38e3362da27f8 (patch) | |
tree | f0b593819d95fdeb8241fa13f178a5c640e53851 /test/README | |
parent | 059e5f14b3b73475f24e19f0072efc1cc3780298 (diff) | |
download | libapr-4fc7084d94a1be7a08244aaec0a38e3362da27f8.tar.gz |
Document some gotchas.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64104 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/README b/test/README index ec1028d34..42ecdd47c 100644 --- a/test/README +++ b/test/README @@ -59,6 +59,23 @@ To run it, run: ./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 --------------------------------- |