Skip Menu |

This queue is for tickets about the IPC-Cmd CPAN distribution.

Report information
The Basics
Id: 49490
Status: resolved
Worked: 15 min
Priority: 0/
Queue: IPC-Cmd

People
Owner: BINGOS [...] cpan.org
Requestors: kane [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fwd: [PATCH] Fix IPC-Cmd test failure in blead on Win32 [was: RE: Smoke [5.11.0] blead-2161-g76ceeaf FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu)]
Date: Sun, 6 Sep 2009 17:06:07 +0000
To: bug-IPC-Cmd [...] rt.cpan.org
From: "Jos I. Boumans" <kane [...] cpan.org>
Begin forwarded message: Show quoted text
> From: "Steve Hay" <SteveHay@planit.com> > Date: 7 September 2009 15:02:42 GMT+00:00 > To: "Jos I. Boumans" <kane@cpan.org> > Cc: "George Greer" <perl@greerga.m-l.org>, "Perl 5 Porters" <perl5-porters@perl.org
> >
> Subject: [PATCH] Fix IPC-Cmd test failure in blead on Win32 [was: > RE: Smoke [5.11.0] blead-2161-g76ceeaf FAIL(F) MSWin32 Win2000 SP4 > (x86/1 cpu)] > > Hi Jos, > > As per George's email below, the attached patch fixes a test failure > in > IPC-Cmd on Win32. > > I think the failure has cropped up as a result of IPC-Cmd having been > moved from lib/ to ext/ and its tests now being run from its ext/ > folder > (from which 'perl' is not necessarily in the PATH) rather than than > the > t/ folder (which has a 'perl' in it). > > Please can you apply the patch or something similar, and release a new > IPC-Cmd on CPAN. > > Thanks, > Steve > > > George Greer wrote on 2009-09-06:
>> On Sat, 5 Sep 2009, George Greer wrote: >>
>>> Automated smoke report for 5.11.0 patch >>> 76ceeaf363116feb1175e75aaf20303d03cb286a blead-2161-g76ceeaf >>> perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~3038 MHz) (x86/1
>> cpu)
>>> on MSWin32 - Win2000 SP4 >>> using cl version 14.00.50727.42 >>> smoketime 3 hours 28 minutes (average 26 minutes 4 seconds)
>> [...]
>>> ../ext/IPC-Cmd/t/01_IPC-Cmd.t...............................FAILED >>> 13
>> >> This is: >> >> ok( can_run('perl'), q[Found 'perl' in your path] ); >> Everything else in the test file uses $^X but that uses 'perl' and it >> is the only failure. >> >> -- >> George Greer
>
Download ipc-cmd.pat
application/octet-stream 482b

Message body not shown because it is not plain text.

-- Jos Boumans "Never ask a man what computer he uses. If it's a Mac, he'll tell you. If it's not, why embarrass him?" - Tom Clancy
Fixed as of 0.50 and applied to blead. Changes for 0.50 Mon Sep 7 16:17:32 BST 2009 ================================================= * Apply patch from Steve Hay that fixes a test failure in core since the move from lib/ to ext/ [RT #49490] Cheers.