summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-11-17 09:56:47 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-11-17 09:56:47 +0000
commitfb258c0bff1eb4a9c9d40fbddbb7f18f465fe9e8 (patch)
tree15a1e1b75abb23154c2250c3f37c678e0755075c /STATUS
parentfb99771ffa9883b678ccf723636572891ef89bd5 (diff)
downloadlibapr-fb258c0bff1eb4a9c9d40fbddbb7f18f465fe9e8.tar.gz
Consolidate and update lists of known test failures.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS21
1 files changed, 16 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 3899d8283..d34d2b2ea 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2003/11/15 20:08:21 $]
+Last modified at [$Date: 2003/11/17 09:56:46 $]
Release:
@@ -56,10 +56,21 @@ CURRENT test/testall -v EXCEPTIONS:
Please add any platform anomilies to the following exception list.
- * All platforms fail tests in time: test_localstr and test_ctime
- Imaginary... the tests can only succeed on machines configured
- for the Pacific (US) timezone. Test needs to be restructured.
- Ignore these errors.
+ * various tests fail on Unix in VPATH builds.
+
+ * 'testsockets' will fail on some systems such as Linux where IPv6
+ can be "supported" but not "enabled", and socket(PF_INET6, ...)
+ can fail.
+
+ * 'testipsub' will tickle an 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.
+
+ * 'testdso' fails on older versions of OpenBSD due to dlsym(NULL,
+ ...) segfaulting.
* BUG: Win32 fails test in File Info: test_stat_eq_finfo
apr_stat and apr_getfileinfo differ in protection ... wrowe