]> granicus.if.org Git - python/commit
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 May 2018 21:57:59 +0000 (14:57 -0700)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 21:57:59 +0000 (14:57 -0700)
commitae27dee0f8f364f0bbb170d918a28b87cd0753d9
treed989f4606c64fe1f3c28acebe117566e78420a43
parent717204ffcccfe04a34b6c4a52f0e844fde3cdebe
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)

The failure may be due to the use oF ZFS, a case we already ignore
for Solaris-based systems where ZFS is frequently used.
(cherry picked from commit 09c4a7dee2eb39b515e5f499f184257cdbe9cb42)

Co-authored-by: Ned Deily <nad@python.org>
Lib/test/test_posix.py
Misc/NEWS.d/next/Tests/2018-05-26-16-01-40.bpo-33655.Frb4LA.rst [new file with mode: 0644]