[svn:parrot] r36876 - trunk/languages/dotnet/t
Will Coleda
will at coleda.com
Thu Feb 19 20:46:17 UTC 2009
On Thu, Feb 19, 2009 at 2:11 PM, chromatic <chromatic at wgz.org> wrote:
> 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
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>
This should not be true for anything in languages/ that is getting
ripped out before 1.0
In fact, why are we patching this /at all/ ? Just remove it, and the
maintainer can do what they want in their own repo.
--
Will "Coke" Coleda
More information about the parrot-dev
mailing list