Author: Armin Rigo <[email protected]>
Branch: c7-more-segments
Changeset: r1041:e37e0bb66492
Date: 2014-03-16 12:24 +0100
http://bitbucket.org/pypy/stmgc/changeset/e37e0bb66492/

Log:    Fix

diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.py
@@ -294,6 +294,8 @@
             if confl_set:
                 contention_management(trs, other_trs,
                                       objs_in_conflict=confl_set)
+                if trs.check_must_abort():
+                    break
 
         if trs.check_must_abort():
             self.ex.do('# write-read conflict: %s' %
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to