[svn:parrot] r37532 - trunk/t/tools/ops2pm

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 17 21:03:55 UTC 2009


Author: allison
Date: Tue Mar 17 21:03:54 2009
New Revision: 37532
URL: https://trac.parrot.org/parrot/changeset/37532

Log:
[cage] Skip wrong opcode renumbering tests. See TT #469.

Modified:
   trunk/t/tools/ops2pm/05-renum_op_map_file.t

Modified: trunk/t/tools/ops2pm/05-renum_op_map_file.t
==============================================================================
--- trunk/t/tools/ops2pm/05-renum_op_map_file.t	Tue Mar 17 20:54:32 2009	(r37531)
+++ trunk/t/tools/ops2pm/05-renum_op_map_file.t	Tue Mar 17 21:03:54 2009	(r37532)
@@ -84,7 +84,7 @@
     ##### Stage 3:  Add some opcodes and regenerate ops.num #####
 
   TODO: {
-        local $TODO = 'Post 1.0 regeneration problematic';
+        local $TODO = 'Post 1.0 regeneration problematic, TT #469';
     my @stage3 = qw( pic_ops.original );
     copy_into_position($samplesdir, \@stage3, q{original}, $opsdir);
     ($lastcode, $lastnumber) = run_test_stage(
@@ -133,6 +133,8 @@
 
     ###### Stage 5:  Delete some opcodes and regenerate ops.num #####
 
+  TODO: {
+        local $TODO = 'Post 1.0 regeneration should work just like pre-1.0 regeneration, TT #469';
     my @stage5 = qw( bit_ops.second );
     copy_into_position($samplesdir, \@stage5, q{second}, $opsdir);
     ($lastcode, $lastnumber) = run_test_stage(
@@ -166,6 +168,7 @@
         "Stage 6:  Got expected last opcode:  additions permitted");
     is($lastnumber, 194,
         "Stage 6:  Got expected last opcode number:  additions permitted");
+  }
 
     # Go back where we started to activate cleanup
     chdir $cwd or croak "Unable to change back to starting directory: $!";


More information about the parrot-commits mailing list