[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pod-Simple-Texinfo.t failing (with perl 5.18.0?)
From: |
Karl Berry |
Subject: |
Pod-Simple-Texinfo.t failing (with perl 5.18.0?) |
Date: |
Fri, 9 Aug 2013 18:04:05 GMT |
Patrice,
For a while Pod-Simple-Texinfo.t has been failing for me. The
test-suite.log is below.
This is with perl 5.18.0 (installed from the original source); perhaps
it gets different results for some of these tests than earlier versions.
Help?
Thanks,
Karl
========================================================
GNU Texinfo 5.1: Pod-Simple-Texinfo/test-suite.log
========================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
. contents:: :depth: 2
FAIL: prove.sh
==============
+ test z. = z
+ tpdir=./../tp
+ prove -I ./../tp -I ./../tp/maintain/lib/Unicode-EastAsianWidth/lib/ -I
./../tp/maintain/lib/libintl-perl/lib -I
./../tp/maintain/lib/Text-Unidecode/lib/ -I ./lib ./t/Pod-Simple-Texinfo.t
# Failed test 'index in head node'
# at ./t/Pod-Simple-Texinfo.t line 36.
# got: '@node NAME
# @section NAME
# @cindex aaa
#
# '
# expected: '@node NAME aaa NAME
# @section NAME
# @cindex aaa
#
# '
# Failed test 'ref in item'
# at ./t/Pod-Simple-Texinfo.t line 36.
# got: '@table @asis
# @item @ref{somewhere}
# @anchor{somewhere}
#
# @end table
#
# @chapter POD ERRORS
# @anchor{POD ERRORS}
#
# Hey! @strong{The above document had some coding errors, which are explained
below:}
#
# @table @asis
# @item Around line 1:
# @anchor{Around line 1:}
#
# =over without closing =back
#
# @end table
#
# '
# expected: '@table @asis
# @item @ref{somewhere}
# @anchor{somewhere}
#
# @end table
#
# '
# Failed test 'duplicate anchors ref'
# at ./t/Pod-Simple-Texinfo.t line 36.
# got: '@table @asis
# @item a @ref{, pod2text,, pod2text}
# @anchor{a pod2text}
#
# @item a @ref{, pod2latex,, pod2latex}
# @anchor{a pod2latex}
#
# @end table
#
# @chapter POD ERRORS
# @anchor{POD ERRORS}
#
# Hey! @strong{The above document had some coding errors, which are explained
below:}
#
# @table @asis
# @item Around line 1:
# @anchor{Around line 1:}
#
# =over without closing =back
#
# @end table
#
# '
# expected: '@table @asis
# @item a @ref{, pod2text,, pod2text}
# @anchor{a pod2text}
#
# @item a @ref{, pod2latex,, pod2latex}
# @anchor{a pod2latex}
#
# @end table
#
# '
# Looks like you failed 3 tests of 17.
./t/Pod-Simple-Texinfo.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/17 subtests
Test Summary Report
-------------------
./t/Pod-Simple-Texinfo.t (Wstat: 768 Tests: 17 Failed: 3)
Failed tests: 3, 7, 11
Non-zero exit status: 3
Files=1, Tests=17, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.59 cusr 0.00
csys = 0.61 CPU)
Result: FAIL
- Pod-Simple-Texinfo.t failing (with perl 5.18.0?),
Karl Berry <=