[svn:parrot] r45135 - trunk/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Mar 23 21:30:37 UTC 2010


Author: bacek
Date: Tue Mar 23 21:30:37 2010
New Revision: 45135
URL: https://trac.parrot.org/parrot/changeset/45135

Log:
Unskip/untodo tests related to TT#1172

Modified:
   trunk/t/op/exceptions.t

Modified: trunk/t/op/exceptions.t
==============================================================================
--- trunk/t/op/exceptions.t	Tue Mar 23 21:30:18 2010	(r45134)
+++ trunk/t/op/exceptions.t	Tue Mar 23 21:30:37 2010	(r45135)
@@ -423,19 +423,12 @@
 No exception handler/
 OUTPUT
 
-$ENV{TEST_PROG_ARGS} ||= '';
-my @todo = $ENV{TEST_PROG_ARGS} =~ /--run-pbc/
-    ? ( todo => '.tailcall and lexical maps not thawed from PBC, TT #1172' )
-    : ();
 #
 # this test is hanging in testr since pcc_hackathon_6Mar10 branch merge at r45108
 # converting to skip at the moment
 #
 
-SKIP: {
-    skip ".tailcall and lexical maps not thawed from PBC - hangs", 1 if @todo;
-
-pir_output_is( <<'CODE', <<'OUTPUT', "exit_handler via exit exception", @todo );
+pir_output_is( <<'CODE', <<'OUTPUT', "exit_handler via exit exception" );
 .sub main :main
     .local pmc a
     .lex 'a', a
@@ -459,8 +452,6 @@
 a = 42
 OUTPUT
 
-}
-
 ## Regression test for r14697.  This probably won't be needed when PDD23 is
 ## fully implemented.
 pir_error_output_like( <<'CODE', <<'OUTPUT', "invoke handler in calling sub" );


More information about the parrot-commits mailing list