[pypy-commit] pypy gc-incminimark-pinning: add XXX todo item reminding to add more object pinning related tests

groggi noreply at buildbot.pypy.org
Sat Jul 26 16:47:59 CEST 2014


Author: Gregor Wegberg <code at gregorwegberg.com>
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


More information about the pypy-commit mailing list