Message105990
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>
> _______________________________________ |
|
Date |
User |
Action |
Args |
2010-05-18 17:19:05 | henry.precheur | set | recipients:
+ henry.precheur, mark.dickinson, skrah |
2010-05-18 17:19:03 | henry.precheur | link | issue6419 messages |
2010-05-18 17:19:02 | henry.precheur | create | |
|