[pypy-commit] pypy cpyext-ext: skip test for now

mattip pypy.commits at gmail.com
Fri Jun 3 08:13:37 EDT 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: cpyext-ext
Changeset: r84894:450b95d0d3a9
Date: 2016-06-03 15:12 +0300
http://bitbucket.org/pypy/pypy/changeset/450b95d0d3a9/

Log:	skip test for now

diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py
--- a/pypy/module/cpyext/test/test_typeobject.py
+++ b/pypy/module/cpyext/test/test_typeobject.py
@@ -190,6 +190,7 @@
         del x, y
 
     def test_metaclass_compatible2(self):
+        skip('fails even with -A, fooType has BASETYPE flag')
         # XXX FIX - must raise since fooType (which is a base type)
         # does not have flag Py_TPFLAGS_BASETYPE
         module = self.import_module(name='foo')


More information about the pypy-commit mailing list