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 xdegaye
Recipients Alex.Willmer, benjamin.peterson, serhiy.storchaka, stutzbach, xdegaye
Date 2016-05-05.09:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462439422.97.0.518236550955.issue26926@psf.upfronthosting.co.za>
In-reply-to
Content
Using the glibc compilation flags recommended for large file support '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1' does not enable large file support. See Suse's 'Large File Support in Linux' document [1].

In the android issue 64613 [2] one of the last comment said, only few days ago,  "fixed in the platform. (partially in L, mostly in M, completely in N.)", L standing for Lollipop (API 21 or 22) and M for Marshmallow (API 23). So it seems these tests should be skipped until platform N is available.

[1] http://users.suse.com/~aj/linux_lfs.html
[2] https://code.google.com/p/android/issues/detail?id=64613
History
Date User Action Args
2016-05-05 09:10:23xdegayesetrecipients: + xdegaye, benjamin.peterson, stutzbach, serhiy.storchaka, Alex.Willmer
2016-05-05 09:10:22xdegayesetmessageid: <1462439422.97.0.518236550955.issue26926@psf.upfronthosting.co.za>
2016-05-05 09:10:22xdegayelinkissue26926 messages
2016-05-05 09:10:22xdegayecreate