[pypy-commit] pypy default: Use the any-order marker here.
arigo
noreply at buildbot.pypy.org
Thu Jul 26 10:58:22 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r56462:8043d563269b
Date: 2012-07-26 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/8043d563269b/
Log: Use the any-order marker here.
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
@@ -373,11 +373,13 @@
p22 = new_with_vtable(...)
p24 = new_array(1, descr=<ArrayP .>)
p26 = new_with_vtable(ConstClass(W_ListObject))
+ {{{
setfield_gc(p0, i20, descr=<FieldS .*PyFrame.vable_token .*>)
setfield_gc(p22, 1, descr=<FieldU pypy.interpreter.argument.Arguments.inst__jit_few_keywords .*>)
setfield_gc(p26, ConstPtr(ptr22), descr=<FieldP pypy.objspace.std.listobject.W_ListObject.inst_strategy .*>)
setarrayitem_gc(p24, 0, p26, descr=<ArrayP .>)
setfield_gc(p22, p24, descr=<FieldP .*Arguments.inst_arguments_w .*>)
+ }}}
p32 = call_may_force(..., p18, p22, descr=<Callr . rr EF=6>)
...
""")
More information about the pypy-commit
mailing list