[pypy-commit] pypy unicode-utf8: Mark test CPython-only - the test fails with _pyio, even on CPython

rlamy pypy.commits at gmail.com
Tue Dec 12 12:31:30 EST 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: unicode-utf8
Changeset: r93387:9450e5936f78
Date: 2017-12-12 17:31 +0000
http://bitbucket.org/pypy/pypy/changeset/9450e5936f78/

Log:	Mark test CPython-only - the test fails with _pyio, even on CPython

diff --git a/lib-python/2.7/test/test_memoryio.py b/lib-python/2.7/test/test_memoryio.py
--- a/lib-python/2.7/test/test_memoryio.py
+++ b/lib-python/2.7/test/test_memoryio.py
@@ -712,6 +712,7 @@
 
     # XXX: For the Python version of io.StringIO, this is highly
     # dependent on the encoding used for the underlying buffer.
+    @support.cpython_only
     def test_widechar(self):
         buf = self.buftype("\U0002030a\U00020347")
         memio = self.ioclass(buf)


More information about the pypy-commit mailing list