[svn:parrot] r42572 - trunk/t/examples

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Nov 19 00:02:56 UTC 2009


Author: mikehh
Date: Thu Nov 19 00:02:55 2009
New Revision: 42572
URL: https://trac.parrot.org/parrot/changeset/42572

Log:
remove some skipped tests that pass

Modified:
   trunk/t/examples/shootout.t

Modified: trunk/t/examples/shootout.t
==============================================================================
--- trunk/t/examples/shootout.t	Wed Nov 18 23:42:05 2009	(r42571)
+++ trunk/t/examples/shootout.t	Thu Nov 19 00:02:55 2009	(r42572)
@@ -47,9 +47,6 @@
 
 my %skips = (
     'pidigits.pir'    => [ 'not exists $PConfig{HAS_GMP}', 'needs GMP' ],
-    'recursive.pir'   => [ '$PConfig{cpuarch} !~ /86/',    'float JIT broken on non-x86' ],
-    'recursive-2.pir' => [ '$PConfig{cpuarch} !~ /86/',    'float JIT broken on non-x86' ],
-    'revcomp.pir'     => [ '1',              'string buffering segfault, TT #445' ],
 );
 my $INPUT_EXT = '_input';
 foreach my $script (@shootouts) {


More information about the parrot-commits mailing list