[pypy-commit] pypy remove-remaining-smm: Remove guard_not_invalidated from test.

mjacob noreply at buildbot.pypy.org
Thu Oct 23 16:17:39 CEST 2014


Author: Manuel Jacob <me at manueljacob.de>
Branch: remove-remaining-smm
Changeset: r74126:e5a28d36267a
Date: 2014-10-23 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/e5a28d36267a/

Log:	Remove guard_not_invalidated from test.

diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py b/pypy/module/pypyjit/test_pypy_c/test_thread.py
--- a/pypy/module/pypyjit/test_pypy_c/test_thread.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_thread.py
@@ -70,7 +70,6 @@
         i59 = int_is_true(i58)
         guard_true(i59, descr=...)
         i60 = int_sub(i44, 1)
-        guard_not_invalidated(descr=...)
         p62 = force_token()
         setfield_gc(p0, p62, descr=<FieldP pypy.interpreter.pyframe.PyFrame.vable_token 8>)
         i63 = call_release_gil(..., i37, 0, descr=<Calli 4 ii EF=6>)


More information about the pypy-commit mailing list