Xavier de Gaye added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26926>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to