This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients aklauer, amaury.forgeotdarc, benjamin.peterson, hynek, jcea, loewis, pitrou, python-dev, rhettinger, skrah, terry.reedy, vstinner
Date 2012-06-22.21:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340401284.85.0.493135938652.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the FreeBSD bot fails in test_posix:

======================================================================
ERROR: test_fs_holes (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_posix.py", line 1033, in test_fs_holes
    self.assertEqual(i, os.lseek(fno, i, os.SEEK_DATA))
OSError: [Errno 25] Inappropriate ioctl for device

----------------------------------------------------------------------
Ran 81 tests in 1.878s
History
Date User Action Args
2012-06-22 21:41:25skrahsetrecipients: + skrah, loewis, rhettinger, terry.reedy, jcea, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, python-dev, hynek, aklauer
2012-06-22 21:41:24skrahsetmessageid: <1340401284.85.0.493135938652.issue10142@psf.upfronthosting.co.za>
2012-06-22 21:41:24skrahlinkissue10142 messages
2012-06-22 21:41:23skrahcreate