Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r58663:5ff486a83068
Date: 2012-11-02 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/5ff486a83068/
Log: skip this test for ropes: they are not opimized yet, too bad
diff --git a/pypy/objspace/std/test/test_ropeunicodeobject.py
b/pypy/objspace/std/test/test_ropeunicodeobject.py
--- a/pypy/objspace/std/test/test_ropeunicodeobject.py
+++ b/pypy/objspace/std/test/test_ropeunicodeobject.py
@@ -8,6 +8,8 @@
def setup_class(cls):
cls.space = gettestobjspace(**{"objspace.std.withropeunicode": True})
+ def test_listview_unicode(self):
+ py.test.skip("missing optimization for ropes")
class AppTestRopeObject(test_stringobject.AppTestStringObject):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit