[svn:parrot] r48397 - branches/dynop_mapping/t/examples

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Aug 11 02:08:22 UTC 2010


Author: plobsing
Date: Wed Aug 11 02:08:21 2010
New Revision: 48397
URL: https://trac.parrot.org/parrot/changeset/48397

Log:
skip make_hello_pbc. Packfile PMCs currently cannot generate PBC.

Modified:
   branches/dynop_mapping/t/examples/pir.t

Modified: branches/dynop_mapping/t/examples/pir.t
==============================================================================
--- branches/dynop_mapping/t/examples/pir.t	Wed Aug 11 01:58:10 2010	(r48396)
+++ branches/dynop_mapping/t/examples/pir.t	Wed Aug 11 02:08:21 2010	(r48397)
@@ -191,7 +191,9 @@
 # TODO currently broken
 # $expected{'quine_ord.pir'} = Parrot::Test::slurp_file("examples/pir/quine_ord.pir");
 
-my %skips;
+my %skips = (
+    'make_hello_pbc.pir' => [ 1, "PackfileRawSegment no longer valid for bytecode" ],
+);
 
 while ( my ( $example, $expected ) = each %expected ) {
     my $skip = $skips{$example};


More information about the parrot-commits mailing list