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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Tue Mar 17 01:48:14 UTC 2009


Author: chromatic
Date: Tue Mar 17 01:48:13 2009
New Revision: 37508
URL: https://trac.parrot.org/parrot/changeset/37508

Log:
[t] Skipped the shootout test of examples/shootout/revcomp.pir, as x86 Linux
now shows the same STRING segfault as Darwin, reported in TT #445.

Modified:
   trunk/t/examples/shootout.t

Modified: trunk/t/examples/shootout.t
==============================================================================
--- trunk/t/examples/shootout.t	Tue Mar 17 00:44:18 2009	(r37507)
+++ trunk/t/examples/shootout.t	Tue Mar 17 01:48:13 2009	(r37508)
@@ -55,7 +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' ],
+    'revcomp.pir'     => [ '1',              'string buffering segfault, TT #445' ],
 );
 my $INPUT_EXT = '_input';
 foreach my $script (@shootouts) {


More information about the parrot-commits mailing list