[pypy-svn] r66076 - pypy/branch/pyjitpl5/pypy/rpython/test
arigo at codespeak.net
arigo at codespeak.net
Tue Jun 30 16:40:11 CEST 2009
Author: arigo
Date: Tue Jun 30 16:40:09 2009
New Revision: 66076
Added:
pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py.merge.tmp
- copied, changed from r66039, pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/trunk/pypy/rpython/test/test_runicode.py
revisions 62865 to 66039:
------------------------------------------------------------------------
r65743 | benjamin | 2009-06-12 02:36:12 +0200 (Fri, 12 Jun 2009) | 1 line
don't support splitlines() on unicode
------------------------------------------------------------------------
Copied: pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py.merge.tmp (from r66039, pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py)
==============================================================================
--- pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py (original)
+++ pypy/branch/pyjitpl5/pypy/rpython/test/test_runicode.py.merge.tmp Tue Jun 30 16:40:09 2009
@@ -201,6 +201,7 @@
test_char_isxxx = unsupported
test_upper = unsupported
test_lower = unsupported
+ test_splitlines = unsupported
test_strformat = unsupported
test_strformat_instance = unsupported
test_strformat_nontuple = unsupported
More information about the Pypy-commit
mailing list