[pypy-commit] pypy guard-compatible: (arigato, remi) it seems to us that the current output of the test is correct

Raemi pypy.commits at gmail.com
Thu Mar 22 04:41:28 EDT 2018


Author: Remi Meier <remi.meier at gmail.com>
Branch: guard-compatible
Changeset: r94062:f55580d6252b
Date: 2018-03-22 09:40 +0100
http://bitbucket.org/pypy/pypy/changeset/f55580d6252b/

Log:	(arigato, remi) it seems to us that the current output of the test
	is correct and better

diff --git a/rpython/jit/metainterp/test/test_compatible.py b/rpython/jit/metainterp/test/test_compatible.py
--- a/rpython/jit/metainterp/test/test_compatible.py
+++ b/rpython/jit/metainterp/test/test_compatible.py
@@ -606,7 +606,7 @@
 
         x = self.meta_interp(main, [False])
         assert x < 70
-        self.check_trace_count(5)
+        self.check_trace_count(6)
         self.check_resops(call_i=0)
 
 


More information about the pypy-commit mailing list