Author: Armin Rigo <[email protected]>
Branch: stmgc-c8-gil-like
Changeset: r78052:c16c27a09a61
Date: 2015-06-12 19:02 +0200
http://bitbucket.org/pypy/pypy/changeset/c16c27a09a61/

Log:    fix test

diff --git a/rpython/translator/stm/test/test_ztranslated.py 
b/rpython/translator/stm/test/test_ztranslated.py
--- a/rpython/translator/stm/test/test_ztranslated.py
+++ b/rpython/translator/stm/test/test_ztranslated.py
@@ -75,8 +75,7 @@
             glob.seen = None
             rthread.start_new_thread(threadfn, ())
             while glob.seen is None:
-                llop.stm_commit_if_not_atomic(lltype.Void)
-                llop.stm_start_if_not_atomic(lltype.Void)
+                llop.stm_transaction_break(lltype.Void)
             return glob.seen.value
         #
         t, cbuilder = self.compile(entry_point)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to