Subject: | Failed tests in live/back and local/overload |
I'm getting multiple errors running "make test" on version 1.16 of W:M. I'm running perl 5.8.7 on debian testing. Here are the snippets that are failing:
t/live/back.............ok 3/32
# Failed test 'Followed OK'
t/live/back.............NOK 4# in t/live/back.t at line 20.
t/live/back.............ok 28/32# Looks like you failed 1 test of 32.
t/live/back.............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/32 tests, 96.88% okay
t/local/overload........ok 1/11# Started http://localhost:33172/
Use of uninitialized value in pattern match (m//) at t/local/overload.t line 69, <$server> line 1.
# Failed test 'Standard mech chokes on bogus HTML'
# in t/local/overload.t at line 69.
# undef
# doesn't match '(?i-xsm:bad.*select)'
t/local/overload........ok 5/11# Looks like you failed 1 test of 11.
t/local/overload........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/11 tests, 90.91% okay