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