[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-18 Thread STINNER Victor
STINNER Victor added the comment: > This needs to be backported to Python 2.7 as well. signal.sigwaitinfo() was added to Python 3.3 (and doesn't exist in Python 2). -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-18 Thread David Edelsohn
David Edelsohn added the comment: This needs to be backported to Python 2.7 as well. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-18 Thread David Edelsohn
Changes by David Edelsohn : -- versions: +Python 2.7, Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset a0e234e10da6 by Victor Stinner in branch '3.3': Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX http://hg.python.org/cpython/rev/a0e234e10da6 New changeset 8e277e6bd11b by Victor Stinner in branch 'default': (Merge 3.3) Issue #1

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread David Edelsohn
David Edelsohn added the comment: By the way, if I manually override _has_poll to False, the same test fails similarly in _communicate_with_select, so the failure is not limited to the implementation of poll(). -- ___ Python tracker

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread David Edelsohn
David Edelsohn added the comment: $ ./python -m test --timeout=60 -v test_signal == CPython 3.4.0a0 (default:00824f9e29f3+, Jun 17 2013, 16:44:41) [GCC 4.8.1] == AIX-1-00F84C0C4C00-powerpc-32bit big-endian == /home/dje/src/cpython/build/test_python_5832942 Testing with flags: sys.flags(debug=

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread David Edelsohn
David Edelsohn added the comment: I understand that this is a work-around and the intention is to investigate each error in the testsuite on AIX. But currently this bug eventually leads to a timeout in the testsuite and half of the tests are not run. I am trying to get the AIX buildbot runnin

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread STINNER Victor
STINNER Victor added the comment: > test_signal.py wait_helper hangs on AIX. Why does the test hang? I prefer to only skip a test if I understood the issue (when it is not fixable in Python, like a bug in the kernel). -- ___ Python tracker

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-16 Thread David Edelsohn
New submission from David Edelsohn: test_signal.py wait_helper hangs on AIX. Please skip the test on AIX for now to allow all other tests to run to completion. diff -r bdd60bedf933 Lib/test/test_signal.py --- a/Lib/test/test_signal.py Sun Jun 16 18:37:53 2013 -0400 +++ b/Lib/test/test_signal