On Wed, Feb 08, 2006 at 07:43:07AM -0800, Garrett Rooney wrote: > On 2/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: jorton > > Date: Wed Feb 8 02:48:25 2006 > > New Revision: 375919 > > > > URL: http://svn.apache.org/viewcvs?rev=375919&view=rev > > Log: > > * test/testlfs.c (test_buffered): Add tests for seeking in buffered > > files. > > Is this going to drop giant files on the filesystem of anyone who runs > it on something that doesn't support sparse files? I know we had > trouble with that on Darwin fairly recently...
None of the tests in this file are run for for platforms which don't define APR_HAS_LARGE_FILES - that includes BSD platforms with a 64-bit native off_t, I presume Darwin counts as such. joe
