This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

  CPAN.pm: Going to build C/CO/CORION/Test-HTML-Content-0.07.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::HTML::Content
cp lib/Test/HTML/Content.pm blib/lib/Test/HTML/Content.pm
cp lib/Test/HTML/Content/XPathExtensions.pm 
blib/lib/Test/HTML/Content/XPathExtensions.pm
cp lib/Test/HTML/Content/NoXPath.pm blib/lib/Test/HTML/Content/NoXPath.pm
Manifying blib/man3/Test::HTML::Content.3
Manifying blib/man3/Test::HTML::Content::XPathExtensions.3
Manifying blib/man3/Test::HTML::Content::NoXPath.3
  /usr/local/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/00-prerequisites..............................ok                           
t/01-fallback-libxml............................XML/XPath.pm did not return a true 
value at 
/disk1/src/PERL/.cpan/build/Test-HTML-Content-0.07/blib/lib/Test/HTML/Content.pm line 
552.
t/01-fallback-libxml............................ok                           
t/01-fallback-pureperl..........................XML/XPath.pm did not return a true 
value at 
/disk1/src/PERL/.cpan/build/Test-HTML-Content-0.07/blib/lib/Test/HTML/Content.pm line 
552.
XML/XPath.pm did not return a true value at 
/disk1/src/PERL/.cpan/build/Test-HTML-Content-0.07/blib/lib/Test/HTML/Content.pm line 
552.
t/01-fallback-pureperl..........................ok                           
t/01-fallback-xpath.............................NOK 3#     Failed test 
(t/01-fallback-xpath.t at line 20)
#          got: 'No such method textContent in XML::XPath::Node::ElementImpl at 
/disk1/src/PERL/.cpan/build/Test-HTML-Content-0.07/blib/lib/Test/HTML/Content.pm line 
277
# '
#     expected: ''
Use of uninitialized value in string eq at t/01-fallback-xpath.t line 21.
Use of uninitialized value in numeric eq (==) at t/01-fallback-xpath.t line 21.
t/01-fallback-xpath.............................NOK 4#     Failed test 
(t/01-fallback-xpath.t at line 21)
Use of uninitialized value in concatenation (.) or string at t/01-fallback-xpath.t 
line 21.
# Expected 'skip' or '1', but got ''
# Looks like you failed 2 tests of 4.
t/01-fallback-xpath.............................dubious                      
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-4
        Failed 2/4 tests, 50.00% okay
t/01-internal-api...............................ok                           
t/01-xpath-query-builder........................ok                           
t/02-tags.......................................ok                           
t/03-links......................................ok                           
t/04-comments...................................ok                           
t/05-doctype....................................ok                           
t/06-text.......................................ok                           
t/07-errors.link................................ok                           
t/08-errors.comment.............................ok                           
t/09-errors.declaration.........................ok                           
t/09-errors.xpath...............................NOK 2#     Failed test 
(t/09-errors.xpath.t at line 42)
# STDERR is:
# #     Failed test (t/09-errors.xpath.t at line 41)
# # Got
# #   <p foo="bar" />
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# not:
# #     Failed test (t/09-errors.xpath.t at line 41)
# # Got
# #   <p foo="bar"/>
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# as expected
t/09-errors.xpath...............................NOK 4#     Failed test 
(t/09-errors.xpath.t at line 57)
# STDERR is:
# #     Failed test (t/09-errors.xpath.t at line 56)
# # Got
# #   <p foo="bar" />
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# not:
# #     Failed test (t/09-errors.xpath.t at line 56)
# # Got
# #   <p foo="bar"/>
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# as expected
t/09-errors.xpath...............................NOK 5#     Failed test 
(t/09-errors.xpath.t at line 66)
# STDERR is:
# #     Failed test (t/09-errors.xpath.t at line 65)
# # Got
# #   <p foo="bar" />
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# not:
# #     Failed test (t/09-errors.xpath.t at line 65)
# # Got
# #   <p foo="bar"/>
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# as expected
t/09-errors.xpath...............................NOK 6#     Failed test 
(t/09-errors.xpath.t at line 75)
# STDERR is:
# #     Failed test (t/09-errors.xpath.t at line 74)
# # Got
# #   <p foo="bar" />
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# not:
# #     Failed test (t/09-errors.xpath.t at line 74)
# # Got
# #   <p foo="bar"/>
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# as expected
t/09-errors.xpath...............................NOK 7#     Failed test 
(t/09-errors.xpath.t at line 84)
# STDERR is:
# #     Failed test (t/09-errors.xpath.t at line 83)
# # Got
# #   <p foo="bar" />
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# not:
# #     Failed test (t/09-errors.xpath.t at line 83)
# # Got
# #   <p foo="bar"/>
# #   <p foo="foo">1</p>
# #   <p foo="baz">2</p>
# 
# as expected
t/09-errors.xpath...............................FAILED tests 2, 4-7          
        Failed 5/7 tests, 28.57% okay
t/10-errors.text................................ok                           
t/12-title-fallback.............................ok                           
        6/13 skipped: XML::LibXML or XML::XPath not loaded
t/12-title......................................ok 1/7No such method textContent in 
XML::XPath::Node::ElementImpl at 
/disk1/src/PERL/.cpan/build/Test-HTML-Content-0.07/blib/lib/Test/HTML/Content.pm line 
277
# Looks like you planned 7 tests but only ran 1.
# Looks like your test died just after 1.
t/12-title......................................dubious                      
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-7
        Failed 6/7 tests, 14.29% okay
t/13-xpath-gracefull-errors.....................ok 6/7                       
no element found at line 1, column 69, byte 69:
<!-- hidden massage --><!-- hidden massage --><!-- hidden massage -->
====================================================================^
 at /usr/local/lib/perl5/site_perl/5.8.2/sun4-solaris/XML/Parser.pm line 187
t/13-xpath-gracefull-errors.....................ok                           
        2/7 skipped: XML::XPath or XML::LibXML required
t/99-manifest...................................ok                           
t/99-Pod........................................ok                           
t/99-todo.......................................ok                           
t/99-unix-text..................................ok                           
t/embedded-Test-HTML-Content-NoXPath............ok                           
t/embedded-Test-HTML-Content-XPathExtensions....ok                           
t/embedded-Test-HTML-Content....................ok                           
Failed Test           Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01-fallback-xpath.t    2   512     4    2  50.00%  3-4
t/09-errors.xpath.t                  7    5  71.43%  2 4-7
t/12-title.t           255 65280     7   12 171.43%  2-7
8 subtests skipped.
Failed 3/26 test scripts, 88.46% okay. 13/448 subtests failed, 97.10% okay.
make: *** [test_dynamic] Error 29
  /usr/local/bin/make test -- NOT OK

--

Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris
    uname='sunos copper 5.8 generic_108528-22 sun4u sparc sunw,sun-fire-v250 '
    config_args='-des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -I/opt/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/local/include -I/opt/local/include'
    ccversion='', gccversion='3.0.3', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib -L/opt/local/lib '
    libpth=/usr/local/lib /opt/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldb -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-E'
    cccdlflags='-fPIC', lddlflags=' -Wl,-E -G -L/usr/local/lib -L/opt/local/lib'

Reply via email to