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 henry.precheur, mark.dickinson, skrah
Date 2010-05-14.17:58:08
SpamBayes Score 0.00016394809
Marked as misclassified No
Message-id <1273859890.02.0.278198724861.issue6419@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, thanks. - The patch is good on OpenBSD-4.5-i386-Celeron,
but I get additional failures on OpenBSD-4.7-beta-amd64-QEMU.

This could be the result of running a beta under qemu.

Henry, could you confirm if the patch works on amd64/OpenBSD-4.7-stable?



======================================================================
FAIL: test_create_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/svn/py3k/Lib/test/test_kqueue.py", line 29, in test_create_event
    self.assertEqual(ev.ident, fd)
AssertionError: 562945658454018 != 2

======================================================================
FAIL: test_queue_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/svn/py3k/Lib/test/test_kqueue.py", line 130, in test_queue_event
    (server.fileno(), select.KQ_FILTER_WRITE, flags)])
AssertionError: Lists differ: [(1688841270329350, -2, 5), (1... != [(6, -2, 0), (7, -2, 0)]

First differing element 0:
(1688841270329350, -2, 5)
(6, -2, 0)

- [(1688841270329350, -2, 5), (1688841270329351, -2, 5)]
+ [(6, -2, 0), (7, -2, 0)]
History
Date User Action Args
2010-05-14 17:58:10skrahsetrecipients: + skrah, mark.dickinson, henry.precheur
2010-05-14 17:58:10skrahsetmessageid: <1273859890.02.0.278198724861.issue6419@psf.upfronthosting.co.za>
2010-05-14 17:58:08skrahlinkissue6419 messages
2010-05-14 17:58:08skrahcreate