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

allison at svn.parrot.org allison at svn.parrot.org
Sun May 17 18:28:51 UTC 2009


Author: allison
Date: Sun May 17 18:28:50 2009
New Revision: 38872
URL: https://trac.parrot.org/parrot/changeset/38872

Log:
[cage] Unskipping test failure from Ubuntu 6.10.

Modified:
   trunk/t/pmc/io.t

Modified: trunk/t/pmc/io.t
==============================================================================
--- trunk/t/pmc/io.t	Sun May 17 17:56:46 2009	(r38871)
+++ trunk/t/pmc/io.t	Sun May 17 18:28:50 2009	(r38872)
@@ -431,8 +431,6 @@
 Howdy World
 OUTPUT
 
-SKIP: {
-    skip( "segfault, see TT #418", 1 );
 pir_output_is( <<"CODE", <<'OUTPUT', 'I/O buffering' );
 .sub main
     .local string filename
@@ -490,7 +488,6 @@
 CODE
 Successful
 OUTPUT
-}
 
 # RT #46843
 pir_output_is( <<'CODE', <<'OUT', 'standard file descriptors' );


More information about the parrot-commits mailing list