Author: Hakan Ardo <[email protected]>
Branch: jit-targets
Changeset: r50139:8c5047ecbd38
Date: 2011-12-04 19:37 +0100
http://bitbucket.org/pypy/pypy/changeset/8c5047ecbd38/

Log:    fix 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
@@ -156,7 +156,7 @@
             guard_no_overflow(descr=...)
             i40 = int_sub(i4, 1)
             --TICK--
-            jump(p0, p1, p2, p3, i40, i38, descr=<Loop0>)
+            jump(p0, p1, p2, p3, i40, i38, descr=...)
         """)
 
     def test_getattr_promote(self):
diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py 
b/pypy/module/pypyjit/test_pypy_c/test_thread.py
--- a/pypy/module/pypyjit/test_pypy_c/test_thread.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_thread.py
@@ -24,5 +24,5 @@
             guard_true(i2, descr=...)
             i3 = int_add(i0, 1)
             --THREAD-TICK--
-            jump(..., descr=<Loop0>)
+            jump(..., descr=...)
         """)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to