On Thursday 19 February 2009 02:55:23 [email protected] 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 _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
