[pypy-commit] pypy py3.5: Remove @xfail from passing test

rlamy pypy.commits at gmail.com
Tue Oct 17 15:14:44 EDT 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3.5
Changeset: r92785:d4c89ad97c6d
Date: 2017-10-17 20:14 +0100
http://bitbucket.org/pypy/pypy/changeset/d4c89ad97c6d/

Log:	Remove @xfail from passing test

diff --git a/lib-python/3/ctypes/test/test_frombuffer.py b/lib-python/3/ctypes/test/test_frombuffer.py
--- a/lib-python/3/ctypes/test/test_frombuffer.py
+++ b/lib-python/3/ctypes/test/test_frombuffer.py
@@ -85,7 +85,6 @@
         del a
         gc.collect()  # Should not crash
 
-    @xfail
     def test_from_buffer_copy(self):
         a = array.array("i", range(16))
         x = (c_int * 16).from_buffer_copy(a)


More information about the pypy-commit mailing list