Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Script CPAN distribution.

Report information
The Basics
Id: 94685
Status: resolved
Priority: 0/
Queue: Test-Script

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc: CHORNY [...] cpan.org
AdminCc:

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



Subject: t/03_compiles_bad.t fails after upgrading IPC::Run to 0.048
Checking dependencies from MYMETA.json ...
Checking if you have Test::Builder 0.32 ... Yes (1.001003)
Checking if you have Test::Builder::Tester 1.02 ... Yes (1.23_003)
Checking if you have Test::More 0.62 ... Yes (1.001003)
Checking if you have Probe::Perl 0.01 ... Yes (0.03)
Checking if you have IPC::Run3 0.034 ... Yes (0.048)
Checking if you have blib 0 ... Yes (1.06)
Checking if you have File::Spec 0.80 ... Yes (3.40)
Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (6.86)
Building and testing Test-Script-1.07 ... cp lib/Test/Script.pm blib\lib\Test\Script.pm
D:\strawberry32\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t
t/01_compile.t ........ ok
t/02_compiles_good.t .. ok
t/03_compiles_bad.t ... 1/5  at C:\Users\kmx\.cpanm\work\1397396137.13076\Test-Script-1.07\blib\lib/Test/Script.pm line 120.
t/03_compiles_bad.t ... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 4/5 subtests
t/04_runs_good.t ...... ok
t/05_runs_bad.t ....... ok
t/97_meta.t ........... skipped: Author tests not required for installation
t/98_pod.t ............ skipped: Author tests not required for installation
t/99_pmv.t ............ skipped: Author tests not required for installation

Test Summary Report
-------------------
t/03_compiles_bad.t (Wstat: 2304 Tests: 1 Failed: 0)
  Non-zero exit status: 9
  Parse errors: Bad plan.  You planned 5 tests but ran 1.
Files=8, Tests=16,  4 wallclock secs ( 0.00 usr +  0.05 sys =  0.05 CPU)
Result: FAIL
Seen on 5.18.2 (MS Windows 32 bit)
I was not able to replicate this error on 5.14.0, 5.18.0, 5.18.2 with IPC::Run3 0.048. Can you send detailed output? -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #94685] t/03_compiles_bad.t fails after upgrading IPC::Run to 0.048
Date: Wed, 16 Apr 2014 22:53:48 +0200
To: bug-Test-Script [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Attaching log from strawberry perl 5.18.2.2 build (where I ignore the failure). I was able to reproduce the trouble like this: - download clean strawberry perl 5.18.2.1 - run: cpanm Test::Script -f -v (it goes fine) - run: cpanm IPC::Run3 (do upgrade) - run: cpanm Test::Script -f -v (it FAILS) -- kmx

Message body is not shown because sender requested not to inline it.

Note that this appears to be a windows specific bug. I am not able to reproduce it on Linux or OS X. I am able to reproduce it with Strawberry Perl. I'm moving to the project's GitHub issue tracker. Please follow this issue here hence forth: https://github.com/plicease/Test-Script/issues/1