[pypy-commit] pypy default: fix the test, hopefully

fijal noreply at buildbot.pypy.org
Thu Jul 19 21:10:20 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r56233:c7e24af05881
Date: 2012-07-19 21:10 +0200
http://bitbucket.org/pypy/pypy/changeset/c7e24af05881/

Log:	fix the test, hopefully

diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py
--- a/pypy/jit/backend/x86/test/test_ztranslation.py
+++ b/pypy/jit/backend/x86/test/test_ztranslation.py
@@ -181,6 +181,7 @@
                 i += 1
 
         def main():
+            jit_hooks.stats_set_debug(None, True)
             f()
             ll_times = jit_hooks.stats_get_loop_run_times(None)
             return len(ll_times)


More information about the pypy-commit mailing list