Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623188 - <dev-perl/XML-DOM-XPath-0.140.0-r2 fails tests on perl 5.26 (The encoding pragma is no longer supported at t/test_non_ascii.t)
Summary: <dev-perl/XML-DOM-XPath-0.140.0-r2 fails tests on perl 5.26 (The encoding pra...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on: 657200
Blocks: perl-5.26
  Show dependency tree
 
Reported: 2017-06-30 19:25 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-06-17 04: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 2017-06-30 19:25:06 UTC
* 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/1.t ................................. ok 
t/test_bugs.t ......................... ok  
t/test_non_ascii.t .................... The encoding pragma is no longer supported at t/test_non_ascii.t line 10.
BEGIN failed--compilation aborted at t/test_non_ascii.t line 10.
# Looks like your test exited with 2 before it could output anything.
t/test_non_ascii.t .................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
t/test_xml_xpath_and_xml_dom_xpath.t .. ok 
t/xmlxpath_01basic.t .................. ok 
t/xmlxpath_02descendant.t ............. ok 
t/xmlxpath_03star.t ................... ok 
t/xmlxpath_04pos.t .................... ok 
t/xmlxpath_05attrib.t ................. ok 
t/xmlxpath_06attrib_val.t ............. ok 
t/xmlxpath_07count.t .................. ok 
t/xmlxpath_08name.t ................... ok 
t/xmlxpath_09a_string_length.t ........ ok 
t/xmlxpath_09string_length.t .......... ok 
t/xmlxpath_10pipe.t ................... ok 
t/xmlxpath_12axisdescendant.t ......... ok 
t/xmlxpath_13axisparent.t ............. ok 
t/xmlxpath_14axisancestor.t ........... ok 
t/xmlxpath_15axisfol_sib.t ............ ok 
t/xmlxpath_16axisprec_sib.t ........... ok 
t/xmlxpath_17axisfollowing.t .......... ok 
t/xmlxpath_18axispreceding.t .......... ok 
t/xmlxpath_19axisd_or_s.t ............. ok 
t/xmlxpath_20axisa_or_s.t ............. ok 
t/xmlxpath_21allnodes.t ............... ok  
t/xmlxpath_22name_select.t ............ ok 
t/xmlxpath_23func.t ................... ok 
t/xmlxpath_24namespaces.t ............. ok  
t/xmlxpath_25scope.t .................. ok 
t/xmlxpath_26predicate.t .............. ok 
t/xmlxpath_28ancestor2.t .............. ok 
t/xmlxpath_29desc_with_predicate.t .... ok 
t/xmlxpath_30lang.t ................... ok 

Test Summary Report
-------------------
t/test_non_ascii.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
Files=33, Tests=181,  4 wallclock secs ( 0.10 usr  0.04 sys +  3.92 cusr  0.35 csys =  4.41 CPU)
Result: FAIL
Comment 1 Larry the Git Cow gentoo-dev 2018-03-26 04:26:53 UTC
The bug has been referenced in the following commit(s):

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

commit 97c46e16b94d1274c0b69624619a3a43972aeeb1
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-03-26 04:25:34 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-03-26 04:26:37 +0000

    dev-perl/XML-DOM-XPath: Fix encoding.pm tests failing bug #623188
    
    Bug: https://bugs.gentoo.org/623188
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../XML-DOM-XPath/XML-DOM-XPath-0.140.0-r2.ebuild  | 22 ++++++++++++++++++
 .../files/XML-DOM-XPath-0.14-encoding.patch        | 27 ++++++++++++++++++++++
 dev-perl/XML-DOM-XPath/metadata.xml                |  7 ------
 3 files changed, 49 insertions(+), 7 deletions(-)}
Comment 2 Larry the Git Cow gentoo-dev 2018-06-17 04:36:05 UTC
The bug has been closed via the following commit(s):

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

commit b9cc1e65f76af58e5f05797d614931993ab50d4a
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-06-17 04:29:12 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-06-17 04:35:40 +0000

    dev-perl/XML-DOM-XPath: Cleanup old re bug #623188
    
    Closes: https://bugs.gentoo.org/623188
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild  | 26 ----------------------
 1 file changed, 26 deletions(-)