[pypy-commit] pypy default: Fix the tests.

arigo noreply at buildbot.pypy.org
Mon Oct 17 13:54:06 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r48120:0bd82cbe735b
Date: 2011-10-17 13:53 +0200
http://bitbucket.org/pypy/pypy/changeset/0bd82cbe735b/

Log:	Fix the tests.

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
@@ -41,7 +41,7 @@
             guard_true(i32, descr=...)
             i34 = int_add(i6, 1)
             --TICK--
-            jump(p0, p1, p2, p3, p4, p5, i34, p7, p8, i9, i10, p11, i12, p13, descr=<Loop4>)
+            jump(p0, p1, p2, p3, p4, p5, i34, p7, p8, i9, i10, p11, i12, p13, descr=...)
         """)
 
     def test_long(self):
@@ -106,7 +106,7 @@
             i58 = int_add_ovf(i6, i57)
             guard_no_overflow(descr=...)
             --TICK--
-            jump(p0, p1, p2, p3, p4, p5, i58, i7, descr=<Loop4>)
+            jump(p0, p1, p2, p3, p4, p5, i58, i7, descr=...)
         """)
 
     def test_str_mod(self):


More information about the pypy-commit mailing list