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 pitrou, python-dev, skrah, vstinner
Date 2011-10-17.17:27:37
SpamBayes Score 1.6322949e-07
Marked as misclassified No
Message-id <1318872457.93.0.227116715128.issue12367@psf.upfronthosting.co.za>
In-reply-to
Content
test_errno fails quite often on FreeBSD:

======================================================================
FAIL: test_errno (test.test_select.SelectTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_select.py", line 35, in test_errno
    self.fail("exception not raised")
AssertionError: exception not raised

----------------------------------------------------------------------
Ran 4 tests in 11.132s
History
Date User Action Args
2011-10-17 17:27:37skrahsetrecipients: + skrah, pitrou, vstinner, python-dev
2011-10-17 17:27:37skrahsetmessageid: <1318872457.93.0.227116715128.issue12367@psf.upfronthosting.co.za>
2011-10-17 17:27:37skrahlinkissue12367 messages
2011-10-17 17:27:37skrahcreate