[pypy-commit] pypy kill-gen-store-back-in: fix the test

fijal noreply at buildbot.pypy.org
Sun Apr 28 12:28:31 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r63716:9ec8638e50a4
Date: 2013-04-28 12:27 +0200
http://bitbucket.org/pypy/pypy/changeset/9ec8638e50a4/

Log:	fix the test

diff --git a/rpython/jit/metainterp/test/test_virtualizable.py b/rpython/jit/metainterp/test/test_virtualizable.py
--- a/rpython/jit/metainterp/test/test_virtualizable.py
+++ b/rpython/jit/metainterp/test/test_virtualizable.py
@@ -280,6 +280,7 @@
             while m > 0:
                 g(xy2, n)
                 m -= 1
+            promote_virtualizable(xy2, 'inst_l2')
             return xy2.inst_l2[0]
         assert f(18) == 10360
         res = self.meta_interp(f, [18])


More information about the pypy-commit mailing list