[pypy-commit] pypy dict-strategies: another difference with dict strategies

cfbolz noreply at buildbot.pypy.org
Fri Jul 1 19:39:11 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: dict-strategies
Changeset: r45240:91a6ba5c733e
Date: 2011-07-01 19:46 +0200
http://bitbucket.org/pypy/pypy/changeset/91a6ba5c733e/

Log:	another difference with dict strategies

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -72,7 +72,7 @@
         # away
         # XXX could be improved
         ops = entry_bridge.ops_by_id('add', opcode='LOAD_GLOBAL')
-        assert log.opnames(ops) == ["guard_value", "getfield_gc", "guard_isnull"]
+        assert log.opnames(ops) == ["guard_value", "getfield_gc", "guard_value"]
         #
         # two LOAD_GLOBAL of f, the second is folded away
         ops = entry_bridge.ops_by_id('call', opcode='LOAD_GLOBAL')


More information about the pypy-commit mailing list