]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:01 +0000 (14:57 -0700)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 21:57:01 +0000 (14:57 -0700)
commit96fb828da305b18336b8d74b14f479c4f286cf7b
tree2518adea99c92f2109092e61ce40fbe057f8cf00
parente60f6e1864d80d80f8928afadec617d161a64150
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]