Author: Matti Picus <[email protected]>
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')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to