]> granicus.if.org Git - python/commit
bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 20 Sep 2018 16:53:06 +0000 (19:53 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 16:53:06 +0000 (19:53 +0300)
commitbc854750589d4de0fd55693963964e0558b5c8ac
tree6748efb94dc27cbab1f66d3600211b9ee0be3b7e
parente247b46cba4f4d32ea96a15dbc36d73265171106
bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451)

Apparently, FreeBSD doesn't raise OSError when offset is
not a multiple of mmap.PAGESIZE.
Lib/test/test_mmap.py