Skip Menu |

This queue is for tickets about the HTML-Tree CPAN distribution.

Report information
The Basics
Id: 89820
Status: open
Priority: 0/
Queue: HTML-Tree

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: chwagner [...] gmti.gannett.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tests fail on Cygwin 64bit Perl 5.14.4
Date: Mon, 28 Oct 2013 14:14:15 -0400
To: "bug-HTML-Tree [...] rt.cpan.org" <bug-HTML-Tree [...] rt.cpan.org>
From: "Wagner, Christopher" <chwagner [...] gmti.gannett.com>
chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ perl Build.PL Checking prerequisites... recommends: * HTML::FormatText is not installed HTML::FormatText is only required if you want to use HTML::Element's "format" method, which converts HTML to formatted plain text. If you install this module later, you do NOT need to reinstall HTML-Tree. ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'HTML-Tree' version '5.03' chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ Build Building HTML-Tree chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ Build test t/00-all_prereqs.t .. ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/00system.t ........ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/assubs.t .......... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/attributes.t ...... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/body.t ............ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/building.t ........ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/children.t ........ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/clonei.t .......... ok t/construct_tree.t .. 1/75 Use of uninitialized value in subroutine entry at /home/chwagner/.cpan/build/HTML-Tree-5.03-0suNFd/blib/lib/HTML/TreeBuilder.pm line 136. # Failed test 'found www.sn.no link' # at t/construct_tree.t line 160. # '<html> # <head> # </head> # <body> # </body> # </html>' # doesn't match '(?^:www\.sn\.no)' # Failed test 'found Gisle' # at t/construct_tree.t line 172. # '<html> # <head> # </head> # <body> # </body> # </html>' # doesn't match '(?^:Gisle)' Use of uninitialized value in subroutine entry at /home/chwagner/.cpan/build/HTML-Tree-5.03-0suNFd/blib/lib/HTML/TreeBuilder.pm line 136. # Failed test 'found www.sn.no link' # at t/construct_tree.t line 160. # '<html> # <head> # </head> # <body> # </body> # </html>' # doesn't match '(?^:www\.sn\.no)' # Failed test 'found Gisle' # at t/construct_tree.t line 172. # '<html> # <head> # </head> # <body> # </body> # </html>' # doesn't match '(?^:Gisle)' # Looks like you failed 4 tests of 75. t/construct_tree.t .. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/75 subtests (2 TODO tests unexpectedly succeeded) Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/doctype.t ......... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/escape.t .......... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/leaktest.t ........ skipped: Test::LeakTrace required for testing memory leaks Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/oldparse.t ........ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/parents.t ......... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/parse.t ........... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/parsefile.t ....... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/refloop.t ......... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/split.t ........... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/subclass.t ........ ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/tag-rendering.t ... ok Use of uninitialized value in split at /usr/lib/perl5/5.14/TAP/Parser/SourceHandler/Perl.pm line 170. t/unicode.t ......... ok t/whitespace.t ...... ok Test Summary Report ------------------- t/construct_tree.t (Wstat: 1024 Tests: 75 Failed: 4) Failed tests: 34, 37, 41, 44 TODO passed: 35, 42 Non-zero exit status: 4 Files=22, Tests=963, 9 wallclock secs ( 2.08 usr 0.12 sys + 1.93 cusr 2.70 csys = 6.83 CPU) Result: FAIL Failed 1/22 test programs. 4/963 subtests failed. chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ perl -v This is perl 5, version 14, subversion 4 (v5.14.4) built for cygwin-thread-multi (with 7 registered patches, see perl -V for more detail) Copyright 1987-2013, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ perl -V Summary of my perl5 (revision 5 version 14 subversion 4) configuration: Platform: osname=cygwin, osvers=1.7.18(0.26353), archname=cygwin-thread-multi uname='cygwin_nt-6.1 yaakov04 1.7.18(0.26353) 2013-03-07 19:25 x86_64 cygwin ' config_args='-d -e -Dprefix=/usr -Dmksymlinks -Dusethreads -Darchname=x86_64-cygwin-threads -Dlibperl=cygperl5_14.dll -Dcc=gcc -Dld=g++' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector', optimize='-O3', cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector' ccversion='', gccversion='4.8.0 20130307 (experimental)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector' libpth=/usr/lib /lib libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat perllibs=-ldl -lcrypt libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_14.dll gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Locally applied patches: Bug#55162 File::Spec::case_tolerant performance CYG07 $vendorarch/auto/.rebase CYG15 static Win32CORE CYG17 cyg-1.7 paths-utf8 0c612ce82 Fix building static extensions on cygwin, -UUSEIMPORTLIB 1bac5ecc1 Fix 64-bit threading sv.c: S_anonymise_cv_maybe Cygwin::sync_winenv added Built under cygwin Compiled at Mar 11 2013 18:25:23 @INC: /usr/lib/perl5/site_perl/5.14/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.14 /usr/lib/perl5/vendor_perl/5.14/x86_64-cygwin-threads /usr/lib/perl5/vendor_perl/5.14 /usr/lib/perl5/5.14/x86_64-cygwin-threads /usr/lib/perl5/5.14 . chwagner@GMTI-CVG-10523 ~/.cpan/build/HTML-Tree-5.03-0suNFd $ uname -a CYGWIN_NT-6.1 GMTI-CVG-10523 1.7.25(0.270/5/3) 2013-08-31 20:37 x86_64 Cygwin