[pypy-commit] pypy default: skip unsupported test

fijal noreply at buildbot.pypy.org
Sun Nov 24 23:07:08 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list