[issue6419] Broken test_kqueue.py on OpenBSD

2013-04-05 Thread Charles-François Natali
Charles-François Natali added the comment: test_kqueue now passes on NetBSD (can't tell for OpenBSD, all buildbots are offline). I'm closing this, feel free to repon in case of problem. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed _

[issue6419] Broken test_kqueue.py on OpenBSD

2013-03-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset cfd4cd15809e by Charles-Francois Natali in branch '2.7': Issue #6419: Fix a test_kqueue failure on some BSD flavors. http://hg.python.org/cpython/rev/cfd4cd15809e New changeset 96776fc3cbcc by Charles-Francois Natali in branch '3.3': Issue #6419: Fi

[issue6419] Broken test_kqueue.py on OpenBSD

2013-03-05 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: -mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6419] Broken test_kqueue.py on OpenBSD

2013-03-03 Thread Charles-François Natali
Charles-François Natali added the comment: The test assumes that the input flags (EV_ADD, EV_ENABLE...) will be returned in the output events. It's apparently not the case on OpenBSD and NetBSD (and probably on OS-X neither, because this check is disabled on this platform), and I can't see any

[issue6419] Broken test_kqueue.py on OpenBSD

2011-08-24 Thread Remi Pointel
Remi Pointel added the comment: Hi, I think this issue is relied to issue 12181. I have made tests. 1)with no patch: testPair (__main__.TestKQueue) ... ok test_create_event (__main__.TestKQueue) ... FAIL test_create_queue (__main__.TestKQueue) ... ok test_queu

[issue6419] Broken test_kqueue.py on OpenBSD

2011-08-24 Thread Charles-François Natali
Charles-François Natali added the comment: Rémi, can you reproduce this problem? Could you test the patch attached? (It's maybe already part of OPenBSD's tree, in which case it would certainly be nice to include it). -- nosy: +rpointel ___ Python tr

[issue6419] Broken test_kqueue.py on OpenBSD

2011-07-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Library (Lib) nosy: +haypo stage: -> patch review type: -> behavior versions: +Python 3.3 -Python 2.6, Python 3.1 ___ Python tracker

[issue6419] Broken test_kqueue.py on OpenBSD

2011-07-25 Thread Stefan Krah
Stefan Krah added the comment: No, I didn't commit it. Currently I don't have an amd64 OpenBSD install to do further testing. The problem could be #12181, it could also be qemu, which sometimes has issues with OpenBSD. -- ___ Python tracker

[issue6419] Broken test_kqueue.py on OpenBSD

2011-07-25 Thread Charles-François Natali
Charles-François Natali added the comment: Stephan, did you apply the patch? I think the failures you were experiencing on amd64 could be due to issue #12181: OpenBSD's struct kevent definition differs from FreeBSD/NetBSD, which can trigger a segfault on sparc64 (which doesn't allow unaligned

[issue6419] Broken test_kqueue.py on OpenBSD

2010-05-18 Thread Henry Precheur
Henry Precheur added the comment: 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 +, Stefan Krah wrote: > > Stefan Krah added the comment: > > Mark, thanks. - The patch is good

[issue6419] Broken test_kqueue.py on OpenBSD

2010-05-14 Thread Stefan Krah
Stefan Krah 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? ===

[issue6419] Broken test_kqueue.py on OpenBSD

2010-05-14 Thread Mark Dickinson
Mark Dickinson added the comment: Yes, please do apply the patch! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue6419] Broken test_kqueue.py on OpenBSD

2010-05-14 Thread Stefan Krah
Stefan Krah added the comment: The same patch was applied to the Python port by OpenBSD developer Damien Miller: http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/python/2.6/patches/patch-Lib_test_test_kqueue_py Mark, would it be ok in this situation to apply the patch even though personally

[issue6419] Broken test_kqueue.py on OpenBSD

2010-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue6419] Broken test_kqueue.py on OpenBSD

2009-07-04 Thread Henry Precheur
Changes by Henry Precheur : -- components: +Tests ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue6419] Broken test_kqueue.py on OpenBSD

2009-07-04 Thread Henry Precheur
New submission from Henry Precheur : A kqueue's test doesn't pass on OpenBSD 4.6-beta, 4.4, & 4.5: FAILED (failures=1) Traceback (most recent call last): File "Lib/test/test_kqueue.py", line 186, in test_main() File "Lib/test/test_kqueue.py", line 183, in test_main support.run_unitt