Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525140 - dev-perl/Want-0.230.0 version bump ( 0.210.0 fails tests on perl 5.20 )
Summary: dev-perl/Want-0.230.0 version bump ( 0.210.0 fails tests on perl 5.20 )
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:
 
Reported: 2014-10-12 12:34 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2014-10-17 20:30 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 2014-10-12 12:34:18 UTC
make --jobs=4 --load-average=1.0 test TEST_VERBOSE=0
Running Mkbootstrap for Want ()
chmod 644 Want.bs
PERL_DL_NONLAZY=1 /usr/bin/perl5.20.1 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/all.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/70 subtests 
Want panicked: Unexpected op in slice (null)
t/assign.t .... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/10 subtests 
t/boolean.t ... ok     
t/damian.t .... ok     
Died at t/assign.t line 42.
t/err.t ....... ok   
t/methcall.t .. ok   
t/object.t .... ok   
t/threads.t ... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/all.t     (Wstat: 65280 Tests: 48 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 70 tests but ran 48.
/assign.t  (Wstat: 65280 Tests: 6 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 6.
t/threads.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=8, Tests=120,  0 wallclock secs ( 0.08 usr  0.01 sys +  0.25 cusr  0.05 csys =  0.39 CPU)
Result: FAIL
Makefile:975: recipe for target 'test_dynamic' failed
#   Failed test 'No destruct error'
#   at t/threads.t line 10.
#          got: 'Can't return undef from lvalue subroutine at t/threads.p line 24.
# '
#     expected: ''
# Looks like you failed 1 test of 1.
Failed 3/8 test programs. 1/120 subtests failed.
make: *** [test_dynamic] Error 1


Fortunately, upstream looks to be a VERY straight forward bump, just move the numbers and you're good.

https://metacpan.org/diff/file?target=ROBIN/Want-0.23/&source=ROBIN/Want-0.21/#Want.pm
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2014-10-17 20:30:21 UTC
In CVS.