Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r68314:a93f0c77683d
Date: 2013-11-24 23:06 +0100
http://bitbucket.org/pypy/pypy/changeset/a93f0c77683d/

Log:    skip unsupported test

diff --git a/rpython/rtyper/test/test_runicode.py 
b/rpython/rtyper/test/test_runicode.py
--- a/rpython/rtyper/test/test_runicode.py
+++ b/rpython/rtyper/test/test_runicode.py
@@ -282,6 +282,7 @@
     test_int_valueerror = unsupported
     test_float = unsupported
     test_hlstr = unsupported
+    test_strip_multiple_chars = unsupported
 
     def test_hash_via_type(self):
         from rpython.rlib.objectmodel import compute_hash
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to