commit | 96fb828da305b18336b8d74b14f479c4f286cf7b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat May 26 14:57:01 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat May 26 14:57:01 2018 -0700 |
tree | 2518adea99c92f2109092e61ce40fbe057f8cf00 | |
parent | e60f6e1864d80d80f8928afadec617d161a64150 [diff] |
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>