Subject: | tests fail with 5.19.5 |
Date: | Tue, 29 Oct 2013 09:53:29 -0700 |
To: | bug-Test-File [...] rt.cpan.org |
From: | John SJ Anderson <genehack [...] genehack.org> |
% make test
9:51:29
PERL_DL_NONLAZY=1 /opt/plenv/versions/5.19.5/bin/perl5.19.5
"-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef
*Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/ar
ch')" t/*.t
t/dm_skeleton.t ............... 1/19 # MSWin32
t/dm_skeleton.t ............... ok
t/file_contains.t ............. ok
t/file_sizes.t ................ ok
t/line_counters.t ............. 1/30
# Failed test at t/line_counters.t line 187.
# STDERR is:
# # Expected a line count between [3] and [4] in [min_file], but got [2] lines!
# # Failed test 'min_file line count is between [3] and [4] lines'
# # at t/line_counters.t line 186.
#
# not:
# # Expected a line count between [3] and [4] in [min_file], but got [2] lines!
# # Failed test 'min_file line count is between [3] and [4] lines'
# # at t/line_counters.t line 185.
#
# as expected
t/line_counters.t ............. Failed 1/30 subtests
t/link_counts.t ............... ok
t/links.t ..................... ok
t/load.t ...................... ok
t/normalize.t ................. ok
t/obviously_non_multi_user.t .. ok
t/owner.t ..................... ok
t/pod.t ....................... skipped: Test::Pod 1.00 required for testing POD
t/pod_coverage.t .............. skipped: Test::Pod::Coverage required
for testing POD
t/prereq.t .................... skipped: Test::Prereq required to test
dependencies
t/test_dirs.t ................. ok
t/test_files.t ................ ok
t/win32.t ..................... ok
Test Summary Report
-------------------
t/line_counters.t (Wstat: 0 Tests: 30 Failed: 1)
Failed test: 30
Files=16, Tests=228, 1 wallclock secs ( 0.14 usr 0.03 sys + 0.44
cusr 0.02 csys = 0.63 CPU)
Result: FAIL
Failed 1/16 test programs. 1/228 subtests failed.
make: *** [test_dynamic] Error 255