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 henry.precheur
Recipients henry.precheur, mark.dickinson, skrah
Date 2010-05-18.17:19:02
SpamBayes Score 0.00013339336
Marked as misclassified No
Message-id <20100518171855.GA7700@banane.novuscom.net>
In-reply-to <1273859890.02.0.278198724861.issue6419@psf.upfronthosting.co.za>
Content
The patch works well with on amd64/OpenBSD-current (CVS from May 14 or
15).

I don't have access to a 4.7-stable right now.

On Fri, May 14, 2010 at 05:58:10PM +0000, Stefan Krah wrote:
> 
> Stefan Krah <stefan-usenet@bytereef.org> added the comment:
> 
> 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)]
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue6419>
> _______________________________________
History
Date User Action Args
2010-05-18 17:19:05henry.precheursetrecipients: + henry.precheur, mark.dickinson, skrah
2010-05-18 17:19:03henry.precheurlinkissue6419 messages
2010-05-18 17:19:02henry.precheurcreate