Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89591:e0add63d8c7a
Date: 2017-01-15 18:33 +0100
http://bitbucket.org/pypy/pypy/changeset/e0add63d8c7a/

Log:    Document failing test

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py 
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -218,6 +218,7 @@
         assert loop.match_by_id('calltwo', '')    # nothing
 
     def test_move_method_call_out_of_loop(self):
+        # XXX not implemented: lower() on unicodes is not considered elidable
         def main(n):
             lst = []
             s = 'Hello %d' % n
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to