[pypy-commit] pypy store-sink-array: Fix the test for 497c4512ee97.

arigo noreply at buildbot.pypy.org
Sun Jun 19 19:52:44 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: store-sink-array
Changeset: r45017:48bb1ff05555
Date: 2011-06-19 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/48bb1ff05555/

Log:	Fix the test for 497c4512ee97.

diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -1677,6 +1677,8 @@
         res = self.meta_interp(g, [6, 14])
         assert res == g(6, 14)
         self.check_loop_count(9)
+        self.check_loops(getarrayitem_gc=8, everywhere=True)
+        py.test.skip("for the following, we need setarrayitem(varindex)")
         self.check_loops(getarrayitem_gc=6, everywhere=True)
 
     def test_multiple_specialied_versions_bridge(self):


More information about the pypy-commit mailing list