[svn:parrot] r49266 - branches/gc_massacre/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Sep 23 07:42:46 UTC 2010


Author: bacek
Date: Thu Sep 23 07:42:45 2010
New Revision: 49266
URL: https://trac.parrot.org/parrot/changeset/49266

Log:
Skip filehandle test

Modified:
   branches/gc_massacre/t/pmc/filehandle.t

Modified: branches/gc_massacre/t/pmc/filehandle.t
==============================================================================
--- branches/gc_massacre/t/pmc/filehandle.t	Thu Sep 23 07:42:30 2010	(r49265)
+++ branches/gc_massacre/t/pmc/filehandle.t	Thu Sep 23 07:42:45 2010	(r49266)
@@ -736,6 +736,9 @@
 expect 1 exit status: 1
 OUTPUT
 
+SKIP: {
+    skip 'Timely destruction is deprecated. TT#1800' => 1;
+
 pir_output_is( sprintf(<<'CODE', $temp_file), <<'OUTPUT', "timely destruction" );
 .const string temp_file = '%s'
 .sub main :main
@@ -761,6 +764,8 @@
 a line
 OUTPUT
 
+}
+
 my (undef, $no_such_file) = create_tempfile( UNLINK => 1, OPEN => 0 );
 
 pir_output_is( sprintf( <<'CODE', $no_such_file, $temp_file ), <<'OUTPUT', "get_bool" );


More information about the parrot-commits mailing list