summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-09-05 20:16:37 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-09-05 20:16:37 +0000
commit7050301a049a851deb0f31a570ec1701186d1943 (patch)
treeaa63cc59208435e846c9f135b087fa2425192424 /STATUS
parentdefdd3fd3bfbbe02eeb58c0eaa6627591f43fd31 (diff)
downloadlibapr-7050301a049a851deb0f31a570ec1701186d1943.tar.gz
Another API changing feature prerequesite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@573045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS9
1 files changed, 9 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 439344ea3..b371175b2 100644
--- a/STATUS
+++ b/STATUS
@@ -84,6 +84,15 @@ CURRENT test/testall -v EXCEPTIONS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * testpipe: Line 69: expected <0>, but saw <22>
+ Line 92: expected <0>, but saw <22>
+ In order to use apr_file_pipe_timeout_set on Win32 we need to
+ create that end of the pipe as nonblocking; currently win32
+ has assumed blocking pipes on apr_file_pipe_create. Inverting
+ this assumption would break stdhandles, the most common use case.
+ We must add a flag to set the reader/writer end to explicitly
+ blocking or nonblocking, and the choice isn't volatile.
+
* "testlfs: Line 32: Large Files tests require Sparse file support"
In order to portably implement LFS-Sparse files, we would have
to actually flag that upon create (open), to be portable to win32.