Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r72532:e02894d635ae
Date: 2014-07-26 15:49 +0200
http://bitbucket.org/pypy/pypy/changeset/e02894d635ae/

Log:    add XXX todo item reminding to add more object pinning related tests

diff --git a/rpython/memory/gc/test/test_object_pinning.py 
b/rpython/memory/gc/test/test_object_pinning.py
--- a/rpython/memory/gc/test/test_object_pinning.py
+++ b/rpython/memory/gc/test/test_object_pinning.py
@@ -119,6 +119,10 @@
         except RuntimeError as ex:
             assert "freed" in str(ex)
 
+    # XXX more tests like the one above. Make list of all possible cases and
+    # write tests for each one. Also: minor/full major collection tests maybe
+    # needed
+
     def test_pin_referenced_from_stackroot_young(self):
         #
         # create two objects and reference the pinned one
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to