[pypy-commit] pypy gc-incminimark-pinning: another XXX todo for our test set

groggi noreply at buildbot.pypy.org
Mon Jun 2 17:24:08 CEST 2014


Author: Gregor Wegberg <code at gregorwegberg.com>
Branch: gc-incminimark-pinning
Changeset: r71827:aeb7a384e60a
Date: 2014-05-18 13:08 +0200
http://bitbucket.org/pypy/pypy/changeset/aeb7a384e60a/

Log:	another XXX todo for our test set

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
@@ -144,3 +144,6 @@
 
     # XXX test/define what happens if pinned object already has a shadow
     # => shadow handling.
+
+    # XXX fill nursery with pinned objects -> + define behavior for such a
+    # case


More information about the pypy-commit mailing list