Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615582 - dev-perl/Data-ShowTable fails tests without '.' in @INC (do "t/calls.pl" failed, '.' is no longer in @INC )
Summary: dev-perl/Data-ShowTable fails tests without '.' in @INC (do "t/calls.pl" fail...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-15 05:20 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-10-07 06:32 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 2017-04-15 05:20:22 UTC
>>> Test phase: dev-perl/Data-ShowTable-4.600.0
 * Removing un-needed t/list-wrap.t
 * Fixing Manifest
make -j3 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
t/box-calls.t ......... do "t/calls.pl" failed, '.' is no longer in @INC at t/box-calls.t line 28.
t/box-calls.t ......... No subtests run
t/box-scaling.t ....... do "t/scaling.pl" failed, '.' is no longer in @INC at t/box-scaling.t line 28.
t/box-scaling.t ....... No subtests run
t/box-showtable.t ..... do "t/showtable.pl" failed, '.' is no longer in @INC at t/box-showtable.t line 28.
t/box-showtable.t ..... No subtests run
t/box-widths.t ........ do "t/widths.pl" failed, '.' is no longer in @INC at t/box-widths.t line 28.
t/box-widths.t ........ No subtests run
t/box-wrap.t .......... do "t/wrap.pl" failed, '.' is no longer in @INC at t/box-wrap.t line 28.
t/box-wrap.t .......... No subtests run
t/html-calls.t ........ do "t/calls.pl" failed, '.' is no longer in @INC at t/html-calls.t line 28.
t/html-calls.t ........ No subtests run
t/html-fmt.t .......... ok  
t/html-scaling.t ...... do "t/scaling.pl" failed, '.' is no longer in @INC at t/html-scaling.t line 28.
t/html-scaling.t ...... No subtests run
t/html-showtable.t .... do "t/showtable.pl" failed, '.' is no longer in @INC at t/html-showtable.t line 28.
t/html-showtable.t .... No subtests run
t/html-widths.t ....... do "t/widths.pl" failed, '.' is no longer in @INC at t/html-widths.t line 28.
t/html-widths.t ....... No subtests run
t/html-wrap.t ......... do "t/wrap.pl" failed, '.' is no longer in @INC at t/html-wrap.t line 28.
t/html-wrap.t ......... No subtests run
t/list-calls.t ........ do "t/calls.pl" failed, '.' is no longer in @INC at t/list-calls.t line 28.
t/list-calls.t ........ No subtests run
t/list-scaling.t ...... do "t/scaling.pl" failed, '.' is no longer in @INC at t/list-scaling.t line 28.
t/list-scaling.t ...... No subtests run
t/list-showtable.t .... do "t/showtable.pl" failed, '.' is no longer in @INC at t/list-showtable.t line 28.
t/list-showtable.t .... No subtests run
t/list-widths.t ....... do "t/widths.pl" failed, '.' is no longer in @INC at t/list-widths.t line 28.
t/list-widths.t ....... No subtests run
t/simple-calls.t ...... do "t/calls.pl" failed, '.' is no longer in @INC at t/simple-calls.t line 28.
t/simple-calls.t ...... No subtests run
t/simple-scaling.t .... do "t/scaling.pl" failed, '.' is no longer in @INC at t/simple-scaling.t line 28.
t/simple-scaling.t .... No subtests run
t/simple-showtable.t .. do "t/showtable.pl" failed, '.' is no longer in @INC at t/simple-showtable.t line 28.
t/simple-showtable.t .. No subtests run
t/simple-widths.t ..... do "t/widths.pl" failed, '.' is no longer in @INC at t/simple-widths.t line 28.
t/simple-widths.t ..... No subtests run
t/simple-wrap.t ....... do "t/wrap.pl" failed, '.' is no longer in @INC at t/simple-wrap.t line 28.
t/simple-wrap.t ....... No subtests run
t/test-showtable.t .... ok
Comment 1 Larry the Git Cow gentoo-dev 2017-10-07 06:32:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ac6cd2cf934ed317f541a7ff651c90c9474c47

commit e6ac6cd2cf934ed317f541a7ff651c90c9474c47
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-07 06:30:25 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-07 06:32:21 +0000

    dev-perl/Data-ShowTable: Fix test failure without '.' in @INC bug #615582
    
    - Fix parallel testing and enable it
    - Restore disabled test which I cannot make fail.
    
    Bug: https://bugs.gentoo.org/403881
    Closes: https://bugs.gentoo.org/615582
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Data-ShowTable/Data-ShowTable-4.600.0.ebuild   |  15 +-
 .../files/Data-ShowTable-4.600.0-parallel.patch    |  32 +++
 .../files/Data-ShowTable-4.600.0-perl526.patch     | 236 +++++++++++++++++++++
 3 files changed, 274 insertions(+), 9 deletions(-)