[pypy-commit] pypy stmgc-c7: test one more case

Raemi noreply at buildbot.pypy.org
Thu Apr 17 11:29:01 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: stmgc-c7
Changeset: r70688:76eada48fdd8
Date: 2014-04-17 11:18 +0200
http://bitbucket.org/pypy/pypy/changeset/76eada48fdd8/

Log:	test one more case

diff --git a/rpython/jit/metainterp/test/test_stm.py b/rpython/jit/metainterp/test/test_stm.py
--- a/rpython/jit/metainterp/test/test_stm.py
+++ b/rpython/jit/metainterp/test/test_stm.py
@@ -51,6 +51,7 @@
             rstm.jit_stm_should_break_transaction(False)
             time.sleep(0)
             rstm.jit_stm_should_break_transaction(False) # keep (after guard_not_forced)
+            rstm.jit_stm_should_break_transaction(False)
             rstm.jit_stm_should_break_transaction(True) # keep (True)
             rstm.jit_stm_should_break_transaction(True) # keep (True)
             rstm.jit_stm_should_break_transaction(False)


More information about the pypy-commit mailing list