[pypy-svn] r74328 - pypy/trunk/pypy/module/cpyext/test

fijal at codespeak.net fijal at codespeak.net
Mon May 3 02:04:30 CEST 2010


Author: fijal
Date: Mon May  3 02:04:28 2010
New Revision: 74328

Modified:
   pypy/trunk/pypy/module/cpyext/test/test_typeobject.py
Log:
Skip the test


Modified: pypy/trunk/pypy/module/cpyext/test/test_typeobject.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/test/test_typeobject.py	(original)
+++ pypy/trunk/pypy/module/cpyext/test/test_typeobject.py	Mon May  3 02:04:28 2010
@@ -88,6 +88,7 @@
         raises(TypeError, "obj.char_member = 42")
 
     def test_new(self):
+        skip("skip")
         module = self.import_module(name='foo')
         obj = module.new()
         # call __new__



More information about the Pypy-commit mailing list