[pypy-commit] pypy gc-incminimark-pinning: remove solved XXX

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


Author: Gregor Wegberg <code at gregorwegberg.com>
Branch: gc-incminimark-pinning
Changeset: r71833:f080d6ebf00e
Date: 2014-05-20 13:42 +0200
http://bitbucket.org/pypy/pypy/changeset/f080d6ebf00e/

Log:	remove solved XXX

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
@@ -174,8 +174,5 @@
     # XXX test/define what happens if we try to pin an object that is too
     # big for the nursery and will be raw-malloc'ed.
 
-    # 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