Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3.5
Changeset: r93237:9db39ab84107
Date: 2017-12-02 03:52 +0000
http://bitbucket.org/pypy/pypy/changeset/9db39ab84107/

Log:    Disable a test that seems to segfault for unclear reasons

diff --git a/pypy/module/cpyext/test/test_memoryobject.py 
b/pypy/module/cpyext/test/test_memoryobject.py
--- a/pypy/module/cpyext/test/test_memoryobject.py
+++ b/pypy/module/cpyext/test/test_memoryobject.py
@@ -66,6 +66,7 @@
         result = module.fillinfo()
         assert b"hello, world." == result
 
+    @pytest.mark.skip(reason="segfaults on linux buildslave")
     def test_0d(self):
         module = self.import_extension('foo', [
             ("create_view", "METH_VARARGS",
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to