Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79311:6a2ee3a1f8da
Date: 2015-08-31 10:27 +0200
http://bitbucket.org/pypy/pypy/changeset/6a2ee3a1f8da/
Log: fix?
diff --git a/rpython/jit/metainterp/test/test_virtual.py
b/rpython/jit/metainterp/test/test_virtual.py
--- a/rpython/jit/metainterp/test/test_virtual.py
+++ b/rpython/jit/metainterp/test/test_virtual.py
@@ -919,7 +919,7 @@
assert res == f(10)
self.check_aborted_count(0)
self.check_target_token_count(3)
- self.check_resops(int_mul=2)
+ self.check_resops(int_mul=3)
def test_nested_loops_bridge(self):
class Int(object):
@@ -963,7 +963,7 @@
res = self.meta_interp(f, [32])
assert res == f(32)
self.check_aborted_count(0)
- self.check_target_token_count(3)
+ self.check_target_token_count(4)
class VirtualMiscTests:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit