Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-HTMLLint CPAN distribution.

Report information
The Basics
Id: 119732
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-HTMLLint

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Tests fail (with newest HTML::Lint?)
The test suite started to fail on my smoker systems: ... # Failed test 'should be error about unknow attr' # at t/basic.t line 26. # Failed test 'should be error about never closed div' # at t/basic.t line 30. # Looks like you failed 2 tests of 8. t/basic.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/8 subtests ... I guess the problem is caused by recent HTML::Lint versions. See https://metacpan.org/source/PETDANCE/HTML-Lint-2.26/Changes#L9 for a list of changes.
On 2017-01-06 03:15:49, SREZIC wrote: Show quoted text
> The test suite started to fail on my smoker systems: > > ... > # Failed test 'should be error about unknow attr' > # at t/basic.t line 26. > > # Failed test 'should be error about never closed div' > # at t/basic.t line 30. > # Looks like you failed 2 tests of 8. > t/basic.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/8 subtests > ... > > I guess the problem is caused by recent HTML::Lint versions. See > https://metacpan.org/source/PETDANCE/HTML-Lint-2.26/Changes#L9 for a > list of changes.
Statistical analysis also things that the problem is caused by HTML::Lint: **************************************************************** Regression 'mod:HTML::Lint' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 57249835083999416.00 [1='eq_2.22'] 0.0000 0.0000 6.31 [2='eq_2.24'] 0.0000 0.0000 1.04 [3='eq_2.26'] -1.0000 0.0000 -38597830939675688.00 R^2= 1.000, N= 95, K= 4 ****************************************************************
Thank you. Fixed.