Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r68600:e69d5d984588
Date: 2014-01-11 16:48 -0800
http://bitbucket.org/pypy/pypy/changeset/e69d5d984588/

Log:    Fix for some platforms

diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref.py 
b/pypy/module/pypyjit/test_pypy_c/test_weakref.py
--- a/pypy/module/pypyjit/test_pypy_c/test_weakref.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_weakref.py
@@ -33,13 +33,13 @@
         p65 = getfield_gc(p14, descr=<FieldP 
pypy.objspace.std.mapdict.W_ObjectObjectSize5.inst_map 48>)
         guard_value(p65, ConstPtr(ptr45), descr=...)
         p66 = getfield_gc(p14, descr=<FieldP 
pypy.objspace.std.mapdict.W_ObjectObjectSize5.inst__value0 \d+>)
-        guard_nonnull_class(p66, 4315455232, descr=...)
+        guard_nonnull_class(p66, ..., descr=...)
         p67 = force_token()
         setfield_gc(p0, p67, descr=<FieldP 
pypy.interpreter.pyframe.PyFrame.vable_token \d+>)
         p68 = 
call_may_force(ConstClass(WeakrefLifelineWithCallbacks.make_weakref_with_callback),
 p66, ConstPtr(ptr50), p14, ConstPtr(ptr51), descr=<Callr 8 rrrr EF=6>)
         guard_not_forced(descr=...)
         guard_no_exception(descr=...)
-        guard_nonnull_class(p68, 4315527384, descr=...)
+        guard_nonnull_class(p68, ..., descr=...)
         guard_not_invalidated(descr=...)
         --TICK--
         jump(..., descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to