[pypy-commit] pypy numpy-single-jitdriver: fix the test, I think it makes sense

fijal noreply at buildbot.pypy.org
Fri Feb 3 11:14:28 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-single-jitdriver
Changeset: r52051:7a9d0664b7f2
Date: 2012-02-03 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/7a9d0664b7f2/

Log:	fix the test, I think it makes sense

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -198,7 +198,8 @@
         result = self.run("any")
         assert result == 1
         self.check_simple_loop({"getinteriorfield_raw": 2, "float_add": 1,
-                                "float_ne": 1, "int_add": 1,
+                                "int_and": 1, "int_add": 1,
+                                'convert_float_to_int': 1,
                                 "int_ge": 1, "jump": 1,
                                 "guard_false": 2, 'arraylen_gc': 1})
 


More information about the pypy-commit mailing list