Author: Hakan Ardo <[email protected]>
Branch: jit-targets
Changeset: r49852:fcc09642d8b0
Date: 2011-11-27 12:35 +0100
http://bitbucket.org/pypy/pypy/changeset/fcc09642d8b0/
Log: fix tests
diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py
b/pypy/module/pypyjit/test_pypy_c/test_array.py
--- a/pypy/module/pypyjit/test_pypy_c/test_array.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_array.py
@@ -22,7 +22,7 @@
guard_true(i7, descr=...)
i9 = int_add(i5, 1)
--TICK--
- jump(p0, p1, p2, p3, p4, i9, i6, descr=<Loop0>)
+ jump(p0, p1, p2, p3, p4, i9, i6, descr=...)
""")
def test_array_sum(self):
@@ -47,7 +47,7 @@
guard_no_overflow(descr=...)
i18 = int_add(i7, 1)
--TICK--
- jump(p0, p1, p2, p3, p4, p5, i18, i16, p8, i9, i10, descr=<Loop0>)
+ jump(p0, p1, p2, p3, p4, p5, i18, i16, p8, i9, i10, descr=...)
""")
def test_array_intimg(self):
@@ -85,7 +85,7 @@
setarrayitem_raw(i11, i8, _, descr=<.*ArrayNoLengthDescr>)
i28 = int_add(i8, 1)
--TICK--
- jump(p0, p1, p2, p3, p4, p5, p6, i28, i15, p9, i10, i11,
descr=<Loop0>)
+ jump(p0, p1, p2, p3, p4, p5, p6, i28, i15, p9, i10, i11, descr=...)
""")
def test_array_of_doubles(self):
@@ -115,7 +115,7 @@
guard_true(i18, descr=...)
i20 = int_add(i6, 1)
--TICK--
- jump(..., descr=<Loop0>)
+ jump(..., descr=...)
""")
def test_array_of_floats(self):
@@ -152,7 +152,7 @@
guard_true(i21, descr=...)
i23 = int_add(i6, 1)
--TICK--
- jump(..., descr=<Loop0>)
+ jump(..., descr=...)
""" % (arraydescr, arraydescr, arraydescr))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit