This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rosslagerwall
Recipients ixokai, rosslagerwall, sdaoden, vstinner
Date 2011-04-09.17:02:57
SpamBayes Score 2.1283673e-08
Marked as misclassified No
Message-id <1302368578.71.0.0479412820251.issue11779@psf.upfronthosting.co.za>
In-reply-to
Content
OS X filesystem does not support seeking ahead to create sparse files.
The test is supposed to skip the LargeMmapTests on OS X and Windows with (line 679 of test_mmap.py):

if sys.platform[:3] == 'win' or sys.platform == 'darwin':
   requires('largefile', 'test requires %s bytes and a long time to run' % str(0x180000000))

Perhaps on the Snow Leopard buildbot something causes this line not to become true (what does sys.platform give on the buildbot)?

As for why its creating the file slowly (encrypted fs?), I don't know but the test shouldn't be running anyway...
History
Date User Action Args
2011-04-09 17:02:58rosslagerwallsetrecipients: + rosslagerwall, ixokai, vstinner, sdaoden
2011-04-09 17:02:58rosslagerwallsetmessageid: <1302368578.71.0.0479412820251.issue11779@psf.upfronthosting.co.za>
2011-04-09 17:02:58rosslagerwalllinkissue11779 messages
2011-04-09 17:02:57rosslagerwallcreate