Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614632 - <dev-perl/IO-All-0.870.0 fails tests without '.' in @INC (do "t/output__file_subclass/dump2" failed)
Summary: <dev-perl/IO-All-0.870.0 fails tests without '.' in @INC (do "t/output__file_...
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://github.com/ingydotnet/io-all-...
Whiteboard:
Keywords: TESTFAILURE
Depends on: 643268
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-04 13:40 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-03-24 07:22 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-04 13:40:22 UTC
t/file_spec.t ............ ok                                           
===(     202;3  1/5  0/?  0/? )=========================================do "t/output__file_subclass/dump2" failed, '.' is no longer in @INC at t/file_subclass.t line 19.

#   Failed test at t/file_subclass.t line 21.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x2497c60)
# Looks like you failed 1 test of 5.
t/file_subclass.t ........ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/fileno.t ............... ok                                           
t/glob.t ................. ok                                           
t/head.t ................. ok                                           
t/import_flags.t ......... ok                                           
t/in-place.t ............. ok                                           
===(     238;3  1/5  0/?  0/? )=========================================do "t/output__inline_subclass/dump1" failed, '.' is no longer in @INC at t/inline_subclass.t line 38.

#   Failed test at t/inline_subclass.t line 40.
#     Structures begin differing at:
#          $got = undef
#     $expected = HASH(0x1739df8)
# Looks like you failed 1 test of 5.
t/inline_subclass.t ...... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/input.t ................ ok                                           
t/link.t ................. ok
Comment 1 Larry the Git Cow gentoo-dev 2017-10-25 23:35:12 UTC
The bug has been referenced in the following commit(s):

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

commit 1f04a009ef204c73ac34ff99137c003d7f362721
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-25 23:34:36 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-25 23:34:41 +0000

    dev-perl/IO-All: Bump to version 0.870.0 re bug #614632
    
    - EAPI6
    
    Upstream:
    - Fix '.' in @INC failures
    - Fix io($dir)->all with unicode-named files
    - Don't trample $!
    - Add cmp overload
    
    Bug: https://bugs.gentoo.org/614632
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/IO-All/IO-All-0.870.0.ebuild | 23 +++++++++++++++++++++++
 dev-perl/IO-All/Manifest              |  1 +
 2 files changed, 24 insertions(+)}
Comment 2 Larry the Git Cow gentoo-dev 2018-03-24 07:21:28 UTC
The bug has been closed via the following commit(s):

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

commit 7c15b43903ead4d4e2430c3c6409e0fdad62d8b4
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-03-24 07:20:44 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-03-24 07:21:16 +0000

    dev-perl/IO-All: Cleanup old re bug #614632
    
    Closes: https://bugs.gentoo.org/614632
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/IO-All/IO-All-0.860.0.ebuild | 25 -------------------------
 dev-perl/IO-All/Manifest              |  1 -
 2 files changed, 26 deletions(-)