Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543938 - dev-perl/Class-Std-0.11.0-r1 fails tests ( t/pod.t )
Summary: dev-perl/Class-Std-0.11.0-r1 fails tests ( t/pod.t )
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-testfailure
  Show dependency tree
 
Reported: 2015-03-20 16:47 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2015-03-21 22:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-03-20 16:47:21 UTC
Another example of bogus author tests failing for no good reason.

Recommended fix:

PERL_RM_FILES=(
  t/pod.t
  t/pod-coverage.t
)

---
t/00.load.t ............ ok   
# Testing Class::Std 0.011
t/access.t ............. ok    
t/access_automethod.t .. ok   
t/access_name.t ........ ok    
t/automethod.t ......... ok    
t/begin-coercion.t ..... ok   
t/can.t ................ ok   
t/coercions.t .......... ok    
t/cumulative.t ......... ok     
t/dump.t ............... ok   
t/perlattrs.t .......... ok   
t/pod-coverage.t ....... ok   
t/pod.t ................ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

#   Failed test 'POD test for blib/lib/Class/Std.pm'
#   at /usr/lib64/perl5/vendor_perl/5.20.1/Test/Pod.pm line 186.
# blib/lib/Class/Std.pm (1512): Non-ASCII character seen before =encoding in ':key�value�'. Assuming ISO8859-1
# Looks like you failed 1 test of 1.
t/runtime.t ............ ok     
t/simple.t ............. ok    
t/start.t .............. ok   

Test Summary Report
-------------------
t/pod.t              (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=16, Tests=277,  1 wallclock secs ( 0.17 usr  0.04 sys +  1.67 cusr  0.17 csys =  2.05 CPU)
Result: FAIL
Failed 1/16 test programs. 1/277 subtests failed.


---
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-03-21 22:38:18 UTC
Fix added, thanks!