[svn:parrot] r39439 - branches/io_rewiring/t/pmc
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Sun Jun 7 01:29:40 UTC 2009
Author: Infinoid
Date: Sun Jun 7 01:29:40 2009
New Revision: 39439
URL: https://trac.parrot.org/parrot/changeset/39439
Log:
[t] pmc.t generates a list of types to test, at runtime. Handle can't be instantiated directly, and needs to be blacklisted.
Modified:
branches/io_rewiring/t/pmc/pmc.t
Modified: branches/io_rewiring/t/pmc/pmc.t
==============================================================================
--- branches/io_rewiring/t/pmc/pmc.t Sun Jun 7 01:10:23 2009 (r39438)
+++ branches/io_rewiring/t/pmc/pmc.t Sun Jun 7 01:29:40 2009 (r39439)
@@ -49,7 +49,7 @@
my $checkTypes;
my %types_we_cant_test
= map { $_ => 1; } ( # These require initializers.
- qw(default Null Iterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object),
+ qw(default Null Iterator Enumerate ParrotObject ParrotThread BigInt LexInfo LexPad Object Handle),
# Instances of these appear to have other types.
qw(PMCProxy Class) );
More information about the parrot-commits
mailing list