[New-bugs-announce] [issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0
STINNER Victor
report at bugs.python.org
Tue Dec 4 09:49:17 CET 2012
New submission from STINNER Victor:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%203.x/builds/761/steps/test/logs/stdio
======================================================================
FAIL: test_fs_holes (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd/build/Lib/test/test_posix.py", line 1003, in test_fs_holes
self.assertLessEqual(size, os.lseek(fno, i, os.SEEK_HOLE))
AssertionError: 5 not less than or equal to 0
--
See also the issue #10142 which added this feature. I copied the nosy list of this issue.
----------
components: Tests
messages: 176882
nosy: aklauer, amaury.forgeotdarc, benjamin.peterson, georg.brandl, haypo, jcea, loewis, pitrou, python-dev, rhettinger, skrah, terry.reedy
priority: normal
severity: normal
status: open
title: test_posix.test_fs_holes() fails on FreeBSD 9.0
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16605>
_______________________________________
More information about the New-bugs-announce
mailing list