[svn:parrot] r48576 - trunk/t/pmc
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Fri Aug 20 08:24:23 UTC 2010
Author: NotFound
Date: Fri Aug 20 08:24:22 2010
New Revision: 48576
URL: https://trac.parrot.org/parrot/changeset/48576
Log:
exercise PackfileConstantTable mark vtable in tests
Modified:
trunk/t/pmc/packfileconstanttable.t
Modified: trunk/t/pmc/packfileconstanttable.t
==============================================================================
--- trunk/t/pmc/packfileconstanttable.t Fri Aug 20 07:15:32 2010 (r48575)
+++ trunk/t/pmc/packfileconstanttable.t Fri Aug 20 08:24:22 2010 (r48576)
@@ -62,6 +62,10 @@
pf = _pbc()
pop_eh
pftable = _get_consttable(pf)
+
+ # Make sure the mark vtable is exercised and the content survives
+ sweep 1
+
size = elements pftable
ok(size, "PackfileConstantTable.elements returns non-zero")
.return ()
More information about the parrot-commits
mailing list