[svn:parrot] r42213 - in trunk/t: op pmc
coke at svn.parrot.org
coke at svn.parrot.org
Sun Nov 1 16:45:25 UTC 2009
Author: coke
Date: Sun Nov 1 16:45:23 2009
New Revision: 42213
URL: https://trac.parrot.org/parrot/changeset/42213
Log:
ticket moved from RT to TT
Modified:
trunk/t/op/lexicals.t
trunk/t/op/pushaction.t
trunk/t/pmc/sub.t
Modified: trunk/t/op/lexicals.t
==============================================================================
--- trunk/t/op/lexicals.t Sun Nov 1 16:12:55 2009 (r42212)
+++ trunk/t/op/lexicals.t Sun Nov 1 16:45:23 2009 (r42213)
@@ -11,7 +11,7 @@
$ENV{TEST_PROG_ARGS} ||= '';
-plan( skip_all => 'lexicals not thawed properly from PBC, RT #60652' )
+plan( skip_all => 'lexicals not thawed properly from PBC, TT #1171' )
if $ENV{TEST_PROG_ARGS} =~ /--run-pbc/;
plan( tests => 51 );
Modified: trunk/t/op/pushaction.t
==============================================================================
--- trunk/t/op/pushaction.t Sun Nov 1 16:12:55 2009 (r42212)
+++ trunk/t/op/pushaction.t Sun Nov 1 16:45:23 2009 (r42213)
@@ -99,7 +99,7 @@
$ENV{TEST_PROG_ARGS} ||= '';
my @todo = $ENV{TEST_PROG_ARGS} =~ /--run-pbc/
- ? ( todo => 'lexicals not thawed properly from PBC, RT #60652' )
+ ? ( todo => 'lexicals not thawed properly from PBC, TT #1171' )
: ();
pir_output_is( <<'CODE', <<'OUTPUT', "pushaction as closure", @todo );
.sub main :main
Modified: trunk/t/pmc/sub.t
==============================================================================
--- trunk/t/pmc/sub.t Sun Nov 1 16:12:55 2009 (r42212)
+++ trunk/t/pmc/sub.t Sun Nov 1 16:45:23 2009 (r42213)
@@ -1439,7 +1439,7 @@
$ENV{TEST_PROG_ARGS} ||= '';
@todo = $ENV{TEST_PROG_ARGS} =~ /--run-pbc/
- ? ( todo => 'lexicals not thawed properly from PBC, RT #60652' )
+ ? ( todo => 'lexicals not thawed properly from PBC, TT #1171' )
: ();
pir_output_is( <<'CODE', <<'OUTPUT', ':outer with identical sub names', @todo );
.sub 'main' :main
More information about the parrot-commits
mailing list