[pypy-commit] pypy py3k: Fix test.

mjacob noreply at buildbot.pypy.org
Thu Oct 1 13:21:50 CEST 2015


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3k
Changeset: r79917:fff65eb52236
Date: 2015-10-01 13:21 +0200
http://bitbucket.org/pypy/pypy/changeset/fff65eb52236/

Log:	Fix test.

diff --git a/pypy/module/thread/test/test_lock.py b/pypy/module/thread/test/test_lock.py
--- a/pypy/module/thread/test/test_lock.py
+++ b/pypy/module/thread/test/test_lock.py
@@ -248,8 +248,6 @@
             signal.signal(signal.SIGALRM, oldalrm)
 
     def test_rlock_acquire_interruption(self):
-        if self.using_pthread_cond:
-            skip('POSIX condition variables cannot be interrupted')
         import _thread, signal, time
         # Mimic receiving a SIGINT (KeyboardInterrupt) with SIGALRM while stuck
         # in a deadlock.


More information about the pypy-commit mailing list