[pypy-svn] r73380 - pypy/branch/cpython-extension/pypy/module/cpyext/test

agaynor at codespeak.net agaynor at codespeak.net
Sun Apr 4 20:19:01 CEST 2010


Author: agaynor
Date: Sun Apr  4 20:19:00 2010
New Revision: 73380

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/test/test_typeobject.py
Log:
Oh shoot, re-comment out this test again.

Modified: pypy/branch/cpython-extension/pypy/module/cpyext/test/test_typeobject.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/test/test_typeobject.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/test/test_typeobject.py	Sun Apr  4 20:19:00 2010
@@ -83,6 +83,6 @@
         assert fuu2(u"abc").baz().escape()
 
     def test_sre(self):
-#        skip("In Progress")
+        skip("In Progress")
         module = self.import_module(name='_sre')
 



More information about the Pypy-commit mailing list