Subject: | test failures with 5.22.0 |
...
Configuring G/GF/GFUJI/Data-Util-0.63.tar.gz with Makefile.PL
Writing ppport.h
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Data::Util
Writing MYMETA.yml and MYMETA.json
GFUJI/Data-Util-0.63.tar.gz
/usr/local/perl-forge/v/5.22.0/bin/perl Makefile.PL -- OK
Running make for G/GF/GFUJI/Data-Util-0.63.tar.gz
...
DataUtil.xs: In function ‘S_nv_is_integer’:
DataUtil.xs:107: warning: ignoring return value of ‘gcvt’, declared with attribu
te warn_unused_result <--- probably not relevant for the failure, but just noted
...
PERL_DL_NONLAZY=1 "/usr/local/perl-forge/v/5.22.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Testing Data::Util 0.63 (XS)
t/00_load.t .................. ok
# Testing XS
t/01_refs.t .................. ok
t/02_inst.t .................. ok
t/03_gen.t ................... ok
t/04_overloaded.t ............ ok
t/05_get_stash.t ............. ok
t/06_subroutine.t ............ ok
t/08_mgvars.t ................ ok
Can't locate package A for @Bar::ISA during global destruction.
Can't locate package A for @Bar::ISA during global destruction.
t/09_paranoia.t .............. ok
t/10_neat.t .................. ok
t/11_fail_handler.t .......... ok
t/12_in_attr_handler.t ....... skipped: This test is for old perls
t/13_optlist.t ............... ok
Constant subroutine f1 uninstalled at t/14_uninst_subr.t line 51.
Constant subroutine f3 uninstalled at t/14_uninst_subr.t line 51.
Constant subroutine f4 uninstalled at t/14_uninst_subr.t line 51.
# Failed test 'specify an unmatched subr (not uninstalled)'
# at t/14_uninst_subr.t line 60.
# Looks like you failed 1 test of 23.
t/14_uninst_subr.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests
t/15_curry.t ................. ok
t/16_modify.t ................ ok
t/17_nsclean.t ............... ok
t/18_is_value.t .............. ok
t/19_multiple_modifiers.t .... ok
t/20_lexical_sub.t ........... ok
t/21_get_code_ref.t .......... ok
t/22_install2.t .............. ok
t/23_largeargs.t ............. ok
t/24_eval_in_modifiers.t ..... ok
t/pp00_load.t ................ ok
# Testing PurePerl
t/pp01_refs.t ................ ok
t/pp02_inst.t ................ ok
t/pp03_gen.t ................. ok
t/pp04_overloaded.t .......... ok
t/pp05_get_stash.t ........... ok
t/pp06_subroutine.t .......... ok
t/pp08_mgvars.t .............. ok
t/pp10_neat.t ................ ok
t/pp11_fail_handler.t ........ ok
t/pp12_in_attr_handler.t ..... skipped: This test is for old perls
t/pp13_optlist.t ............. ok
Constant subroutine f3 uninstalled at t/14_uninst_subr.t line 51.
Constant subroutine f4 uninstalled at t/14_uninst_subr.t line 51.
Constant subroutine f1 uninstalled at t/14_uninst_subr.t line 51.
# Failed test 'specify an unmatched subr (not uninstalled)'
# at t/14_uninst_subr.t line 60.
# Looks like you failed 1 test of 23.
t/pp14_uninst_subr.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests
t/pp15_curry.t ............... ok
t/pp16_modify.t .............. ok
t/pp17_nsclean.t ............. ok
t/pp18_is_value.t ............ ok
t/pp19_multiple_modifiers.t .. ok
t/pp20_lexical_sub.t ......... ok
t/pp21_get_code_ref.t ........ ok
t/pp22_install2.t ............ ok
t/pp23_largeargs.t ........... ok
t/pp24_eval_in_modifiers.t ... ok
Test Summary Report
-------------------
t/14_uninst_subr.t (Wstat: 256 Tests: 23 Failed: 1)
Failed test: 12
Non-zero exit status: 1
t/pp14_uninst_subr.t (Wstat: 256 Tests: 23 Failed: 1)
Failed test: 12
Non-zero exit status: 1
Files=47, Tests=1141, 2 wallclock secs ( 0.29 usr 0.08 sys + 2.25 cusr 0.24 csys = 2.86 CPU)
Result: FAIL
Failed 2/47 test programs. 2/1141 subtests failed.
make: *** [test_dynamic] Error 255
GFUJI/Data-Util-0.63.tar.gz
/usr/bin/make test -- NOT OK