]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 19:51:56 +0000 (21:51 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 19:51:56 +0000 (21:51 +0200)
commit91f9bdd773eb62cbac50880c7f87bd2dd725a3e8
treea7a5a1a873b9102e0930b9495a2346b963b76b08
parent934676afba749fdaede4602936abb9495bdfcd0f
Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX

sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on
AIX.
Lib/test/test_signal.py