Author: Matti Picus <[email protected]>
Branch: cpyext-realloc
Changeset: r86071:6d1586833c45
Date: 2016-08-07 23:20 +0300
http://bitbucket.org/pypy/pypy/changeset/6d1586833c45/

Log:    skip test if untranslated

diff --git a/pypy/module/cpyext/test/test_object.py 
b/pypy/module/cpyext/test/test_object.py
--- a/pypy/module/cpyext/test/test_object.py
+++ b/pypy/module/cpyext/test/test_object.py
@@ -236,6 +236,8 @@
         assert x == -424344
 
     def test_object_realloc(self):
+        if not self.runappdirect:
+            skip('no untranslated support for realloc')
         module = self.import_extension('foo', [
             ("realloctest", "METH_NOARGS",
              """
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to