[pypy-svn] r28960 - pypy/dist/pypy/objspace/test

arigo at codespeak.net arigo at codespeak.net
Mon Jun 19 19:23:11 CEST 2006


Author: arigo
Date: Mon Jun 19 19:23:11 2006
New Revision: 28960

Modified:
   pypy/dist/pypy/objspace/test/test_logicobjspace.py
Log:
Please please please, no checked in infinitely hanging tests!
This defeats the purpose of automated overnight testing.


Modified: pypy/dist/pypy/objspace/test/test_logicobjspace.py
==============================================================================
--- pypy/dist/pypy/objspace/test/test_logicobjspace.py	(original)
+++ pypy/dist/pypy/objspace/test/test_logicobjspace.py	Mon Jun 19 19:23:11 2006
@@ -270,7 +270,7 @@
         wait(T)
         assert T == 45
         
-    def test_wait_two(self):
+    def dont_test_wait_two(self):
         """this seems to trigger an
            infinite loop in the
            greenlet machinery



More information about the Pypy-commit mailing list