Skip Menu |

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

Report information
The Basics
Id: 94000
Status: resolved
Priority: 0/
Queue: Test-Compile

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: v1.0.1



Subject: v1.0.0 fails tests
Date: Wed, 19 Mar 2014 09:54:05 +0000
To: bug-Test-Compile [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
I get these test failures from Test-Compile-v1.0.0, where Test-Compile-0.24 was fine: t/100-internal-all-pl-files.t ...... ok t/100-internal-all-pm-files.t ...... 1/? # Failed test 'Found correct number of modules in t/scripts' # at t/100-internal-all-pm-files.t line 19. # got: '2' # expected: '3' # Failed test 'Found module: Module2.pm' # at t/100-internal-all-pm-files.t line 20. # 't/scripts/Module.pm' # doesn't match '(?^:t.scripts.LethalImport.pm)' # Failed test 'Found module: Module.pm' # at t/100-internal-all-pm-files.t line 21. # 't/scripts/Module2.pm' # doesn't match '(?^:t.scripts.Module.pm)' # Failed test 'Found module: Module2.pm' # at t/100-internal-all-pm-files.t line 22. # undef # doesn't match '(?^:t.scripts.Module2.pm)' # Looks like you failed 4 tests of 7. t/100-internal-all-pm-files.t ...... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/7 subtests t/100-internal-basic.t ............. ok t/100-internal-is-in-taint-mode.t .. ok t/100-internal-pl-file-compiles.t .. ok t/100-internal-pm-file-compiles.t .. 1/? # Failed test 'Does not call import() routines' # at t/100-internal-pm-file-compiles.t line 23. # Looks like you failed 1 test of 4. t/100-internal-pm-file-compiles.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/100-internal-verbose.t ........... ok t/200-basic.t ...................... ok t/200-lib.t ........................ t/scripts/lib.pl syntax OK t/200-lib.t ........................ ok t/200-pl-file-ok-vms.t ............. ok t/200-pl-file-ok.t ................. ok t/200-taint.t ...................... ok -zefram
I had left a file out of the MANIFEST, so that tests failed for everyone on the planet - except me! It should be all good now (in v1.0.1). Thanks for your report.