2009/10/11 Craig A. Berry <craig.a.berry@gmail.com>:
> On Sun, Oct 11, 2009 at 1:52 PM, Nicholas Clark <nick@ccl4.org> wrote:
>> On Sun, Oct 11, 2009 at 10:57:00AM -0400, George Greer wrote:
>>> Automated smoke report for 5.11.0 patch 1b40bf739e6ca5afa221cbd023637688b5c254a5 v5.11.0-126-g1b40bf7
>>> perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2490 MHz) (x86/1 cpu)
>>> on MSWin32 - Win2000 SP4
>>> using cl version 14.00.50727.42
>>> smoketime 4 hours 1 minute (average 30 minutes 14 seconds)
>>
>>> ../t/comp/opsubs.t..........................................FAILED
>>> 22
>>
>> Why that could fail makes no sense to me. Test 22 is just like any other:
>
> It fails on VMS too:
>
> ok 20 - &qw() is func
> ok 21 - main->can('qx')
> Undefined subroutine &main::skip called at [.comp]opsubs.t line 127.
>
> Well, did fail before:
>
> http://perl5.git.perl.org/perl.git/commitdiff/b590cc3
>
> When you removed the require you also removed the skip and TODO infrastructure.
>
I hacked in some basic TODO support for the sake of the test 22 on Win32:
http://perl5.git.perl.org/perl.git/commit/fdec873
I'd seen this test failing several times lately, but somehow that fact
hadn't quite registered in my mind. Thanks to Nicholas for drawing
attention to it.
Thread Previous