[pypy-commit] pypy default: Yet another attempt to fix this test

arigo noreply at buildbot.pypy.org
Thu Dec 11 15:35:37 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r74888:3a8d1013feda
Date: 2014-12-11 14:26 +0000
http://bitbucket.org/pypy/pypy/changeset/3a8d1013feda/

Log:	Yet another attempt to fix this test

diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
--- a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
@@ -342,9 +342,9 @@
         guard_false(i114, descr=...)
         --TICK--
         i119 = call(ConstClass(_ll_1_raw_malloc_varsize__Signed), 6, descr=<Calli . i EF=4 OS=110>)
-        raw_store(i119, 0, i112, descr=<ArrayS 2>)
-        raw_store(i119, 2, i112, descr=<ArrayS 2>)
-        raw_store(i119, 4, i112, descr=<ArrayS 2>)
+        raw_store(i119, 0, i160, descr=<ArrayS 2>)
+        raw_store(i119, 2, i160, descr=<ArrayS 2>)
+        raw_store(i119, 4, i160, descr=<ArrayS 2>)
         setfield_gc(p167, i119, descr=<FieldU pypy.module._cffi_backend.cdataobj.W_CData.inst__cdata .+>)
         i123 = arraylen_gc(p67, descr=<ArrayP .>)
         jump(..., descr=...)


More information about the pypy-commit mailing list