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

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 17 17:59:48 UTC 2009


Author: allison
Date: Tue Mar 17 17:59:48 2009
New Revision: 37526
URL: https://trac.parrot.org/parrot/changeset/37526

Log:
[cage] Skip segfaulting I/O buffering test, see TT #418.

Modified:
   trunk/t/pmc/io.t

Modified: trunk/t/pmc/io.t
==============================================================================
--- trunk/t/pmc/io.t	Tue Mar 17 17:45:00 2009	(r37525)
+++ trunk/t/pmc/io.t	Tue Mar 17 17:59:48 2009	(r37526)
@@ -431,6 +431,8 @@
 Howdy World
 OUTPUT
 
+SKIP: {
+    skip( "segfault, see TT #418", 1 );
 pir_output_is( <<"CODE", <<'OUTPUT', 'I/O buffering' );
 .sub main
     .local string filename
@@ -488,6 +490,7 @@
 CODE
 Successful
 OUTPUT
+}
 
 # RT #46843
 pir_output_is( <<'CODE', <<'OUT', 'standard file descriptors' );


More information about the parrot-commits mailing list