[svn:parrot] r38955 - trunk/t/compilers/pge

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Wed May 20 03:20:58 UTC 2009


Author: Infinoid
Date: Wed May 20 03:20:58 2009
New Revision: 38955
URL: https://trac.parrot.org/parrot/changeset/38955

Log:
[t] TODO pge_examples.t test #2 on Darwin.

Modified:
   trunk/t/compilers/pge/pge_examples.t

Modified: trunk/t/compilers/pge/pge_examples.t
==============================================================================
--- trunk/t/compilers/pge/pge_examples.t	Wed May 20 03:10:02 2009	(r38954)
+++ trunk/t/compilers/pge/pge_examples.t	Wed May 20 03:20:58 2009	(r38955)
@@ -52,7 +52,8 @@
 OUT
 
 # 2
-pir_output_is( <<'CODE', <<'OUT', "parse FASTA" );
+my @todo = (($^O =~ /darwin/i) ? (todo => 'Darwin segfault -- TT #479') : ());
+pir_output_is( <<'CODE', <<'OUT', "parse FASTA", @todo );
 
 # Grok fasta files, which usually contain DNA, RNA or protein sequences.
 # http://en.wikipedia.org/wiki/FASTA_format


More information about the parrot-commits mailing list