Skip Menu |

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

Report information
The Basics
Id: 87518
Status: resolved
Priority: 0/
Queue: Test-Kwalitee

People
Owner: ether [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.11
Fixed in: 1.12



Subject: Horrendous breakage after upgrade to Module-CPANTS-Analyse-0.88
Building and testing Test-Kwalitee-1.11 ... cp lib/Test/Kwalitee.pm blib/lib/Test/Kwalitee.pm
cp script/kwalitee-metrics blib/script/kwalitee-metrics
t/00-check-deps.t .... ok    
t/00-compile.t ....... ok   
t/01-kwalitee-tb2.t .. skipped: These tests are only for Test::Builder 1.005+
t/01-kwalitee.t ...... 1/?
Show quoted text
#   Failed test 'our expected tests do run'
#   at t/01-kwalitee.t line 34.
# Comparing $data as a SuperBag
# Missing: 2 references
# Looks like you failed 1 test of 2.
t/01-kwalitee.t ...... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/02-include.t ....... ok    
t/03-exclude.t ....... ok   
t/04-selftest.t ...... 1/? ran 5 tests; expected 7! at t/04-selftest.t line 21.
Show quoted text
# Looks like your test exited with 255 just after 5.
t/04-selftest.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
All 5 subtests passed
t/05-failure.t ....... ok   

Test Summary Report
-------------------
t/01-kwalitee.t    (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/04-selftest.t    (Wstat: 65280 Tests: 5 Failed: 0)
  Non-zero exit status: 255
version 1.12 no longer tries to run the metrics that were removed in MCA 0.88/0.90_01, and tests have been rewritten slightly to make it more visible what things failed. thanks for the report!