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

allison at svn.parrot.org allison at svn.parrot.org
Sat Mar 14 01:41:39 UTC 2009


Author: allison
Date: Sat Mar 14 01:41:38 2009
New Revision: 37403
URL: https://trac.parrot.org/parrot/changeset/37403

Log:
[cage] Skipping shootout test that sefaults on darwin. See TT #445.

Modified:
   trunk/t/examples/shootout.t

Modified: trunk/t/examples/shootout.t
==============================================================================
--- trunk/t/examples/shootout.t	Sat Mar 14 00:22:06 2009	(r37402)
+++ trunk/t/examples/shootout.t	Sat Mar 14 01:41:38 2009	(r37403)
@@ -55,6 +55,7 @@
     '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'     => [ '$^O eq "darwin"',              'string buffering segfault, TT #445' ],
 );
 my $INPUT_EXT = '_input';
 foreach my $script (@shootouts) {


More information about the parrot-commits mailing list