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

Reply via email to