Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 89316
Status: rejected
Priority: 0/
Queue: Test-File

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

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



Subject: test failure on 5.19.4
The following happens on 5.19.4 but has no issue on 5.18.1: 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
I've seen these failures, but I typically wait for a release version. I suspect the problem is actually Test::Builder::Tester or Test::More.