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

chromatic chromatic at wgz.org
Thu Feb 19 19:11:10 UTC 2009


On Thursday 19 February 2009 02:55:23 fperrad at svn.parrot.org wrote:

> 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;

Test skips and TODOs need ticket numbers, unless the reason for the skip is 
immediately obvious (such as "Fink is Darwin only, so don't run this test 
anywhere else.")

-- c


More information about the parrot-dev mailing list