Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r89913:787209f76c53
Date: 2017-02-03 19:06 +0100
http://bitbucket.org/pypy/pypy/changeset/787209f76c53/

Log:    fix 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
@@ -421,7 +421,8 @@
         setfield_gc(p167, -1, descr=<FieldS 
pypy.module._cffi_backend.cdataobj.W_CDataNewOwning.inst_allocated_length .+>)
         i114 = int_ne(i160, i112)
         guard_false(i114, descr=...)
-        --TICK--
+        # NB. we get threads because '_hashlib' uses ffi callback/def_extern
+        --THREAD-TICK--
         i123 = arraylen_gc(p67, descr=<ArrayP .>)
         i119 = call_i(ConstClass(_ll_1_raw_malloc_varsize_zero__Signed), 6, 
descr=<Calli . i EF=5 OS=110>)
         check_memory_error(i119)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to