[svn:parrot] r36876 - trunk/languages/dotnet/t

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Feb 19 10:55:23 UTC 2009


Author: fperrad
Date: Thu Feb 19 10:55:21 2009
New Revision: 36876
URL: https://trac.parrot.org/parrot/changeset/36876

Log:
[dotnet] skip all test, exceptions cause infinite loop.
(now, each push_eh needs a pop_eh)

Modified:
   trunk/languages/dotnet/t/exceptions.t

Modified: trunk/languages/dotnet/t/exceptions.t
==============================================================================
--- trunk/languages/dotnet/t/exceptions.t	Thu Feb 19 02:49:42 2009	(r36875)
+++ trunk/languages/dotnet/t/exceptions.t	Thu Feb 19 10:55:21 2009	(r36876)
@@ -9,7 +9,7 @@
 
 use DotNetTesting;
 
-use Test::More tests => 9;
+use Test::More tests => skip_all;
 
 ## Testing classes for this file.t';
 #


More information about the parrot-commits mailing list