Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 908731

Summary: dev-perl/B-Keywords-1.240.0 fails tests with perl-5.38
Product: Gentoo Linux Reporter: Andreas K. Hüttel <dilfridge>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://rt.cpan.org/Public/Bug/Display.html?id=148705
See Also: https://github.com/rurban/b-keywords/pull/8
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 908724    

Description Andreas K. Hüttel archtester gentoo-dev 2023-06-17 22:30:53 UTC
* Test::Harness Jobs=9
make -j9 test TEST_VERBOSE=0 
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
^M===(       1;0  1/7  0/?  0/? )=========================================^M                                                                        ^Mt/10basic.t ..... ok
^M===(       7;0  0/?  0/? )==============================================^M===(       8;0  0/?  1/7 )==============================================^M                                                                        ^Mt/export.t ...... ok
t/11keywords.t .. ^Mt/11keywords.t .. 1/? 
#   Failed test 'keyword: ADJUST'
#   at t/11keywords.t line 71.
# 

#   Failed test 'keyword: class'
#   at t/11keywords.t line 71.
# 

#   Failed test 'keyword: field'
#   at t/11keywords.t line 71.
# 

#   Failed test 'keyword: method'
#   at t/11keywords.t line 71.
# 
# Looks like you failed 4 tests of 547.
^M                         ^Mt/11keywords.t .. Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/547 subtests 

Test Summary Report
-------------------
t/11keywords.t (Wstat: 1024 (exited 4) Tests: 547 Failed: 4)
  Failed tests:  8, 34, 70, 136
  Non-zero exit status: 4
Files=3, Tests=561,  0 wallclock secs ( 0.08 usr  0.00 sys +  0.21 cusr  0.04 csys =  0.33 CPU)
Result: FAIL
Failed 1/3 test programs. 4/561 subtests failed.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-22 05:02:59 UTC
Typo'd the bug number...

commit 0160533004289a4ac047b16f1e5335fb1402600b
Author: Sam James <sam@gentoo.org>
Date:   Wed Jun 21 07:55:37 2023 +0100

    dev-perl/B-Keywords: add 1.260.0

    Closes: https://bugs.gentoo.org/9087313
    Signed-off-by: Sam James <sam@gentoo.org>