[svn:parrot] r42018 - trunk/t/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Oct 22 11:31:25 UTC 2009


Author: mikehh
Date: Thu Oct 22 11:31:23 2009
New Revision: 42018
URL: https://trac.parrot.org/parrot/changeset/42018

Log:
fix TODO passes in testC and testS - TODO passed: 13

Modified:
   trunk/t/pmc/threads.t

Modified: trunk/t/pmc/threads.t
==============================================================================
--- trunk/t/pmc/threads.t	Thu Oct 22 10:06:13 2009	(r42017)
+++ trunk/t/pmc/threads.t	Thu Oct 22 11:31:23 2009	(r42018)
@@ -680,15 +680,8 @@
 ok 2
 OUTPUT
 
-my @todo;
-
-if ( $ENV{TEST_PROG_ARGS} ) {
-    push @todo, ( todo => 'Broken with CGP' ) if $ENV{TEST_PROG_ARGS} =~ /--runcore=cgp/;
-    push @todo, ( todo => 'Broken with JIT' ) if $ENV{TEST_PROG_ARGS} =~ /--runcore=jit/;
-    push @todo, ( todo => 'Broken with switch core' )  if $ENV{TEST_PROG_ARGS} =~ /--runcore=switch/;
-}
 # Direct constant access to sub objects commented out, see TT #1120.
-pir_output_unlike( <<'CODE', qr/not/, "globals + constant table subs issue", @todo );
+pir_output_unlike( <<'CODE', qr/not/, "globals + constant table subs issue");
 .namespace [ 'Foo' ]
 
 .include 'interpinfo.pasm'


More information about the parrot-commits mailing list