Author: Remi Meier <remi.me...@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)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to