diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-01-21 09:44:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 09:44:30 (GMT) |
commit | d1dd6be613381b996b9071443ef081de8e5f3aff (patch) | |
tree | 704f40ce6874281654e228d070724ca83eb0ecee /Lib/idlelib/idle_test/test_debugobj.py | |
parent | d358a8cda75446a8e0b5d99149f709395d5eae19 (diff) | |
download | cpython-d1dd6be613381b996b9071443ef081de8e5f3aff.zip cpython-d1dd6be613381b996b9071443ef081de8e5f3aff.tar.gz cpython-d1dd6be613381b996b9071443ef081de8e5f3aff.tar.bz2 |
bpo-35772: Fix test_tarfile on ppc64 (GH-11606)
Fix sparse file tests of test_tarfile on ppc64le with the tmpfs
filesystem.
Fix the function testing if the filesystem supports sparse files:
create a file which contains data and "holes", instead of creating a
file which contains no data.
tmpfs effective block size is a page size (tmpfs lives in the page
cache). RHEL uses 64 KiB pages on aarch64, ppc64 and ppc64le, only
s390x and x86_64 use 4 KiB pages, whereas the test punch holes of
4 KiB.
test.pythoninfo: Add resource.getpagesize().
(cherry picked from commit b2385458ceddaf3d0d91456923716259d3915023)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Lib/idlelib/idle_test/test_debugobj.py')
0 files changed, 0 insertions, 0 deletions