[svn:parrot] r38953 - trunk/t/op

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Wed May 20 02:48:35 UTC 2009


Author: Infinoid
Date: Wed May 20 02:48:34 2009
New Revision: 38953
URL: https://trac.parrot.org/parrot/changeset/38953

Log:
[t] Skip testing of opening pipes (executing shell commands) for now, it's alpha and fails inconsistently on various platforms.

Modified:
   trunk/t/op/io.t

Modified: trunk/t/op/io.t
==============================================================================
--- trunk/t/op/io.t	Wed May 20 02:02:06 2009	(r38952)
+++ trunk/t/op/io.t	Wed May 20 02:48:34 2009	(r38953)
@@ -91,8 +91,8 @@
 
 }
 
-TODO: {
-local $TODO = 'Testing';
+SKIP: {
+skip('alpha quality feature', 1);
 
 pir_output_is( <<'CODE', <<'OUTPUT', 'open pipe for writing' );
 .include 'iglobals.pasm'


More information about the parrot-commits mailing list