Author: Armin Rigo <ar...@tunes.org> Branch: errno-again Changeset: r75439:48a9ea8cca8a Date: 2015-01-19 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/48a9ea8cca8a/
Log: fix test 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 @@ -123,10 +123,9 @@ assert result == 3 ** 2 self.check_trace_count(1) self.check_simple_loop({ - 'call': 1, + 'call': 2, # ccall_pow / _ll_1_threadlocalref_get(rpy_errno) 'float_eq': 2, 'float_mul': 2, - 'getarrayitem_raw': 1, # read the errno 'guard_false': 2, 'guard_not_invalidated': 1, 'guard_true': 2, @@ -136,7 +135,6 @@ 'jump': 1, 'raw_load': 1, 'raw_store': 1, - 'setarrayitem_raw': 1, # write the errno }) def define_pow_int(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit