Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Pod-POM-View-HTML-Filter-0.09 v5.15.3 GNU/Linux
Date: 2011-12-25T01:20:26Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear BOOK,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9115. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
[MSG] [Sun Dec 25 01:19:57 2011] Building Pod-POM-View-HTML-Filter
[ERROR] [Sun Dec 25 01:19:58 2011] MAKE TEST failed:
# Testing Pod::POM::View::HTML::Filter 0.09
t/00load.t ........ ok
# Printing versions of relevant modules
# PPI not installed
# Syntax::Highlight::Engine::Kate not installed
# Text::WikiFormat not installed
# PPI::HTML not installed
# Syntax::Highlight::Shell not installed
# Perl::Tidy not installed
# Syntax::Highlight::HTML not installed
# Text::MediawikiFormat not installed
t/00versions.t .... ok
t/09utility.t ..... ok
t/10interface.t ... ok
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# baz
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# baz
# </body></html>
# '
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body></html>
# '
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# <p>para</p>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# <p>para</p>
# </body></html>
# '
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# <p>para</p>
# bar bar bar
# bar bar bar
# <p>para</p>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <p>para</p>
# bar bar bar
# bar bar bar
# <p>para</p>
# </body></html>
# '
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# [The options are:]<a b c>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# [The options are:]<a b c>
# </body></html>
# '
# Failed test 'Correct output'
# at t/11filters.t line 97.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> verbatim block
#
# verbatim textblock</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> verbatim block
#
# verbatim textblock</pre>
# </body></html>
# '
# Failed test 'Correct output the first time'
# at t/11filters.t line 114.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body></html>
# '
# Failed test 'Correct output the second time around'
# at t/11filters.t line 115.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> bar bar baz</pre>
# </body></html>
# '
# Looks like you failed 8 tests of 8.
t/11filters.t .....
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/8 subtests
# Failed test 'Default is simply naught (<pre>)'
# at t/12default.t line 28.
# got: '<html>
# <body bgcolor="#ffffff">
# <h1>Foo</h1>
#
# <p>The foo filter at work:</p>
# <pre> $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <h1>Foo</h1>
#
# <p>The foo filter at work:</p>
# <pre> $A++;</pre>
# </body></html>
# '
# Failed test 'Default is simply naught (<pre>)'
# at t/12default.t line 49.
# got: '<html>
# <body bgcolor="#ffffff">
# <h1>Foo</h1>
#
# <p>The foo filter at work:</p>
# <pre>$A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <h1>Foo</h1>
#
# <p>The foo filter at work:</p>
# <pre>$A++;</pre>
# </body></html>
# '
# Failed test 'Correct output'
# at t/12default.t line 74.
# got: '<html>
# <body bgcolor="#ffffff">
# bar bar bar
# baz
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# bar bar bar
# baz
# </body></html>
# '
# Failed test 'Correct output'
# at t/12default.t line 94.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>bar foo bar
# baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>bar foo bar
# baz</pre>
# </body></html>
# '
# Looks like you failed 4 tests of 6.
t/12default.t .....
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/6 subtests
# Failed test 'Correct output'
# at t/13stack.t line 45.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>ba! bar ba!</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>ba! bar ba!</pre>
# </body></html>
# '
# Failed test 'Correct output'
# at t/13stack.t line 45.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>ba! ba! ba!</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>ba! ba! ba!</pre>
# </body></html>
# '
# Failed test 'Correct output the first time'
# at t/13stack.t line 62.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> ba! ba! baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> ba! ba! baz</pre>
# </body></html>
# '
# Failed test 'Correct output the second time around'
# at t/13stack.t line 63.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> ba! ba! baz</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> ba! ba! baz</pre>
# </body></html>
# '
# Looks like you failed 4 tests of 4.
t/13stack.t .......
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests
# Failed test 'Options: '
# at t/14indent.t line 57.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> 1: CHOMP_CHOMP
# 2: SKWAPPO
# 3: PATWEEEE
# 4:
# 5: PLORTCH
# 6: WAP_WAP_WAP_WAP</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> 1: CHOMP_CHOMP
# 2: SKWAPPO
# 3: PATWEEEE
# 4:
# 5: PLORTCH
# 6: WAP_WAP_WAP_WAP</pre>
# </body></html>
# '
# Failed test 'Options: auto_unindent 0'
# at t/14indent.t line 57.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>1: CHOMP_CHOMP
# 2: SKWAPPO
# 3: PATWEEEE
# 4:
# 5: PLORTCH
# 6: WAP_WAP_WAP_WAP</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>1: CHOMP_CHOMP
# 2: SKWAPPO
# 3: PATWEEEE
# 4:
# 5: PLORTCH
# 6: WAP_WAP_WAP_WAP</pre>
# </body></html>
# '
# Looks like you failed 2 tests of 2.
t/14indent.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
# Failed test 't/pod/basic.src <>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <h1>accusantium sit doloremque</h1>
#
# <p>nostrum cumque irure temporibus adipisci culpa necessitatibus provident
# mollitia duis fugiat quibusdam est ullam maxime totam reprehenderit</p>
# <p>eveniet cum dolorum doloribus numquam voluptas quam dicta ipsam voluptates
# proident sit dignissimos quas natus</p>
# eiusmod voluptatibus aliqua <b>incididunt</b> excepturi
# do iusto omnis facilis iure
# <p>repudiandae sint ab eos recusandae sequi dolore quo quos quia incididunt</p>
# <hr />
#
# <p>quisquam voluptate proident cupidatat libero soluta optio</p>
# <p>doloremque adipisicing perspiciatis deleniti at provident alias qui itaque</p>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <h1>accusantium sit doloremque</h1>
#
# <p>nostrum cumque irure temporibus adipisci culpa necessitatibus provident
# mollitia duis fugiat quibusdam est ullam maxime totam reprehenderit</p>
# <p>eveniet cum dolorum doloribus numquam voluptas quam dicta ipsam voluptates
# proident sit dignissimos quas natus</p>
# <p>eiusmod voluptatibus aliqua <b>incididunt</b> excepturi
# do iusto omnis facilis iure</p>
# <p>repudiandae sint ab eos recusandae sequi dolore quo quos quia incididunt</p>
# <hr />
#
# <p>quisquam voluptate proident cupidatat libero soluta optio</p>
# <p>doloremque adipisicing perspiciatis deleniti at provident alias qui itaque</p>
# </body></html>
# '
# Failed test 't/pod/html_begin1.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre><b>escaped</b>
# B<bold></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre><b>escaped</b>
# B<bold></pre>
# </body></html>
# '
# Failed test 't/pod/html_begin2.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> <!-- now in verbatim -->
# <b>bold</b><i>italics</i></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> <!-- now in verbatim -->
# <b>bold</b><i>italics</i></pre>
# </body></html>
# '
# Failed test 't/pod/html_begin3.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> <!-- a longer piece of HTML -->
# <p>First paragraph</p>
#
# <p>another para</p>
#
# <p>End</p></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> <!-- a longer piece of HTML -->
# <p>First paragraph</p>
#
# <p>another para</p>
#
# <p>End</p></pre>
# </body></html>
# '
# Failed test 't/pod/html_begin4.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> <!-- a longer piece of HTML -->
# <p>First paragraph</p>
#
# <p>another para</p>
#
# <p>End</p></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> <!-- a longer piece of HTML -->
# <p>First paragraph</p>
#
# <p>another para</p>
#
# <p>End</p></pre>
# </body></html>
# '
# Failed test 't/pod/html_for.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre><b>bold</b>
# </pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre><b>bold</b>
# </pre>
# </body></html>
# '
# Failed test 't/pod/html_list.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> <p>This is a list:</p>
#
# <ul>
# <li>first item</li>
# <li>second
# item</li>
# </ul></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> <p>This is a list:</p>
#
# <ul>
# <li>first item</li>
# <li>second
# item</li>
# </ul></pre>
# </body></html>
# '
# Failed test 't/pod/html_nnn.src <-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre><p>line 1</p>
# <p>line 2</p>
#
# <p>line 4</p></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre><p>line 1</p>
# <p>line 2</p>
#
# <p>line 4</p></pre>
# </body></html>
# '
# Failed test 't/pod/kate_diff.src <-kate>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> Index: lib/Pod/POM/View/HTML/Filter.pm
# ===================================================================
# --- lib/Pod/POM/View/HTML/Filter.pm (revision 168)
# +++ lib/Pod/POM/View/HTML/Filter.pm (working copy)
# @@ -6,7 +6,7 @@
# use strict;
# use Carp;
#
# -our $VERSION = '0.06';
# +our $VERSION = '0.07';
#
# my %filter;
# my %builtin = (</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> Index: lib/Pod/POM/View/HTML/Filter.pm
# ===================================================================
# --- lib/Pod/POM/View/HTML/Filter.pm (revision 168)
# +++ lib/Pod/POM/View/HTML/Filter.pm (working copy)
# @@ -6,7 +6,7 @@
# use strict;
# use Carp;
#
# -our $VERSION = '0.06';
# +our $VERSION = '0.07';
#
# my %filter;
# my %builtin = (</pre>
# </body></html>
# '
# Failed test 't/pod/kate_fortran.src <-kate>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> ! Exemple de computed GO TO
# 10 PRINT *, 'Entrez un entier entre 1 et 8:'
# READ *, i
# GO TO (100,200,300,400,500,600,700,800) i
# PRINT *, 'Ce nombre ne correspond pas'
# GO TO 10 ! redemande un nombre, ad lib.</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> ! Exemple de computed GO TO
# 10 PRINT *, 'Entrez un entier entre 1 et 8:'
# READ *, i
# GO TO (100,200,300,400,500,600,700,800) i
# PRINT *, 'Ce nombre ne correspond pas'
# GO TO 10 ! redemande un nombre, ad lib.</pre>
# </body></html>
# '
# Failed test 't/pod/kate_fortran_for.src <-kate>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>10 PRINT *, 'Hello, world!'
# </pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>10 PRINT *, 'Hello, world!'
# </pre>
# </body></html>
# '
# Failed test 't/pod/kate_ldif.src <-kate>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # debut
# dn: dc=example,dc=com
# dc: example
# objectClass: top
# objectClass: domain
#
# dn: cn=Manager, dc=example,dc=com
# objectClass: organizationalRole
# cn: Manager
#
# # fin</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # debut
# dn: dc=example,dc=com
# dc: example
# objectClass: top
# objectClass: domain
#
# dn: cn=Manager, dc=example,dc=com
# objectClass: organizationalRole
# cn: Manager
#
# # fin</pre>
# </body></html>
# '
# Failed test 't/pod/perl_begin1.src <-perl>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/perl_begin2.src <-perl>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/perl_begin3.src <-perl>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/perl_for.src <-perl>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body></html>
# '
# Failed test 't/pod/perl_html.src <-perl-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> "hot cross buns" =~ /cross/;
# print "Matched: <$`> $& <$'>\n"; # Matched: <hot > cross < buns>
# print "Left: <$`>\n"; # Left: <hot >
# print "Match: <$&>\n"; # Match: <cross>
# print "Right: <$'>\n"; # Right: < buns></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> "hot cross buns" =~ /cross/;
# print "Matched: <$`> $& <$'>\n"; # Matched: <hot > cross < buns>
# print "Left: <$`>\n"; # Left: <hot >
# print "Match: <$&>\n"; # Match: <cross>
# print "Right: <$'>\n"; # Right: < buns></pre>
# </body></html>
# '
# Failed test 't/pod/perl_long.src <-perl>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # a longer piece of code
# use strict;
#
# my $A; # must declare
#
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # a longer piece of code
# use strict;
#
# my $A; # must declare
#
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/ppi_begin1.src <-ppi>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre># now in full colour!
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/ppi_begin2.src <-ppi>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/ppi_begin3.src <-ppi>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # now in verbatim
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/ppi_for.src <-ppi>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <p>foo</p>
# <pre>$A++; # this works too</pre>
# <p>bar</p>
# </body></html>
# '
# Failed test 't/pod/ppi_html.src <-ppi-html>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> "hot cross buns" =~ /cross/;
# print "Matched: <$`> $& <$'>\n"; # Matched: <hot > cross < buns>
# print "Left: <$`>\n"; # Left: <hot >
# print "Match: <$&>\n"; # Match: <cross>
# print "Right: <$'>\n"; # Right: < buns></pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> "hot cross buns" =~ /cross/;
# print "Matched: <$`> $& <$'>\n"; # Matched: <hot > cross < buns>
# print "Left: <$`>\n"; # Left: <hot >
# print "Match: <$&>\n"; # Match: <cross>
# print "Right: <$'>\n"; # Right: < buns></pre>
# </body></html>
# '
# Failed test 't/pod/ppi_long.src <-ppi>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> # a longer piece of code
# use strict;
#
# my $A; # must declare
#
# $A++;</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> # a longer piece of code
# use strict;
#
# my $A; # must declare
#
# $A++;</pre>
# </body></html>
# '
# Failed test 't/pod/shell_begin1.src <-shell>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> #!/bin/sh
# ps | /usr/lib/sendmail -t
# exit 0</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> #!/bin/sh
# ps | /usr/lib/sendmail -t
# exit 0</pre>
# </body></html>
# '
# Failed test 't/pod/shell_begin2.src <-shell>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre> #!/bin/sh
# ps | /usr/lib/sendmail -t
# exit 0</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre> #!/bin/sh
# ps | /usr/lib/sendmail -t
# exit 0</pre>
# </body></html>
# '
# Failed test 't/pod/shell_for.src <-shell>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>echo "foo"
# </pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>echo "foo"
# </pre>
# </body></html>
# '
# Failed test 't/pod/wiki_begin1.src <-wiki>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# [let the Sun shine|AnExtendedLink]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# 1. ordered one
# 2. ordered two
# a. nested one
# b. nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# [let the Sun shine|AnExtendedLink]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# 1. ordered one
# 2. ordered two
# a. nested one
# b. nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body></html>
# '
# Failed test 't/pod/wiki_begin2.src <-wiki>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# [let the Sun shine|AnExtendedLink]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# 1. ordered one
# 2. ordered two
# a. nested one
# b. nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# [let the Sun shine|AnExtendedLink]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# 1. ordered one
# 2. ordered two
# a. nested one
# b. nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body></html>
# '
# Failed test 't/pod/wiki_for.src <-wiki>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>A NormalLink
# [let the Sun shine|AnExtendedLink]</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>A NormalLink
# [let the Sun shine|AnExtendedLink]</pre>
# </body></html>
# '
# Failed test 't/pod/wikimedia_begin1.src <-wikimedia>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# [[A NormalLink]]
# [[let the Sun shine|AnExtendedLink]]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# # ordered one
# # ordered two
# ## nested one
# ## nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# [[A NormalLink]]
# [[let the Sun shine|AnExtendedLink]]
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# # ordered one
# # ordered two
# ## nested one
# ## nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body></html>
# '
# Failed test 't/pod/wikimedia_begin2.src <-wikimedia>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# AnExtendedLink
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# # ordered one
# # ordered two
# ## nested one
# ## nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>= my interesting text =
#
# A NormalLink
# AnExtendedLink
#
# == my interesting lists ==
#
# * unordered one
# * unordered two
#
# # ordered one
# # ordered two
# ## nested one
# ## nested two
#
# code one
# code two
#
# The first line of a normal paragraph.
# The second line of a normal paragraph. Whee.</pre>
# </body></html>
# '
# Failed test 't/pod/wikimedia_for.src <-wikimedia>'
# at t/20builtins.t line 19.
# got: '<html>
# <body bgcolor="#ffffff">
# <pre>A NormalLink
# [[let the Sun shine|AnExtendedLink]]</pre>
# </body>
# </html>
# '
# expected: '<html><body bgcolor="#ffffff">
# <pre>A NormalLink
# [[let the Sun shine|AnExtendedLink]]</pre>
# </body></html>
# '
# Looks like you failed 33 tests of 105.
t/20builtins.t ....
Dubious, test returned 33 (wstat 8448, 0x2100)
Failed 33/105 subtests
(less 72 skipped subtests: 0 okay)
t/30perltidy.t .... skipped: Don't know perl
t/distchk.t ....... skipped: Test::Distribution required for checking distribution
t/pod-coverage.t .. skipped: Test::Pod::Coverage 0.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD
t/portfs.t ........ skipped: Test::Portability::Files required for testing filenames portability
Test Summary Report
-------------------
t/11filters.t (Wstat: 2048 Tests: 8 Failed: 8)
Failed tests: 1-8
Non-zero exit status: 8
t/12default.t (Wstat: 1024 Tests: 6 Failed: 4)
Failed tests: 3-6
Non-zero exit status: 4
t/13stack.t (Wstat: 1024 Tests: 4 Failed: 4)
Failed tests: 1-4
Non-zero exit status: 4
t/14indent.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/20builtins.t (Wstat: 8448 Tests: 105 Failed: 33)
Failed tests: 1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31
34, 37, 40, 43, 46, 53, 56, 59, 62, 65
68, 75, 78, 81, 84, 87, 90, 93, 96, 99
102, 105
Non-zero exit status: 33
Files=14, Tests=154, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.46 cusr 0.06 csys = 0.59 CPU)
Result: FAIL
Failed 5/14 test programs. 51/154 subtests failed.
BEGIN failed--compilation aborted at -e line 1.
[MSG] [Sun Dec 25 01:19:58 2011] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Pod::POM 0.27 0.17
Test::More 0.98 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9115
CPANPLUS::Dist::Build 0.60
Cwd 3.37
ExtUtils::CBuilder 0.280204
ExtUtils::Command 1.17
ExtUtils::Install 1.57
ExtUtils::MakeMaker 6.62
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.08
File::Spec 3.34
Module::Build 0.39_01
Test::Harness 3.23
Test::More 0.98
version 0.95
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.66.
Powered by minismokebox version 0.54
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/java/bin:/usr/lib64/qt/bin:/usr/share/texmf/bin:.
PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/arch:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/arch:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 22803
PERL5_CPANPLUS_IS_VERSION = 0.9115
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.15.3
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.15.3/bin/perl5.15.3
UID: $< = 1001
EUID: $> = 1001
GID: $( = 100 100
EGID: $) = 100 100
-------------------------------
--
Summary of my perl5 (revision 5 version 15 subversion 3) configuration:
Platform:
osname=linux, osvers=2.6.33.4, archname=x86_64-linux
uname='linux slack64 2.6.33.4 #3 smp wed may 12 23:13:09 cdt 2010 x86_64 intel(r) xeon(r) cpu e5520 @ 2.27ghz genuineintel gnulinux '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.15.3 -Dusedevel'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.4', 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='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Sep 24 2011 11:18:22
%ENV:
PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/arch:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/arch:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="22803"
PERL5_CPANPLUS_IS_VERSION="0.9115"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.15.3"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/lib
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/File-Slurp-9999.19/blib/arch
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/lib
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-0.27/blib/arch
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/lib
/home/cpan/pit/bare/conf/perl-5.15.3/.cpanplus/5.15.3/build/Pod-POM-View-HTML-Filter-0.09/blib/arch
/home/cpan/pit/bare/perl-5.15.3/lib/site_perl/5.15.3/x86_64-linux
/home/cpan/pit/bare/perl-5.15.3/lib/site_perl/5.15.3
/home/cpan/pit/bare/perl-5.15.3/lib/5.15.3/x86_64-linux
/home/cpan/pit/bare/perl-5.15.3/lib/5.15.3
.