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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to