summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-09-05 20:12:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-09-05 20:12:33 +0000
commit371574349c6022c3eccd3687f6d81bde8285cd47 (patch)
tree22c97478b7b7112d5f71146aed6678c7735f8c2f /STATUS
parent371b97095ce3fcec3e622febb4e04461b950ff5b (diff)
downloadapr-371574349c6022c3eccd3687f6d81bde8285cd47.tar.gz
Note an API changing facility - sparse files must be explicitly
opened/created on Win32. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@573044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS4
1 files changed, 4 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 55747d0ec..439344ea3 100644
--- a/STATUS
+++ b/STATUS
@@ -84,6 +84,10 @@ CURRENT test/testall -v EXCEPTIONS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * "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.
+
* Someone needs to port testucs to Unix. Right now it only works
on Windows.
OtherBill asks; should we have a test/arch/xxx tree?