Hi,
Running the texinfo test suite on a Linux system with Perl-5.18.1
installed results in the attached failures. I browsed the mailing list
archives and couldn't see this having been reported before. If you need
any further info/debugging, I'm happy to help.
Kind Regards,
Matt.
========================================================
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, 4 wallclock secs ( 0.05 usr 0.00 sys + 1.90 cusr 0.04 csys = 1.99 CPU)
Result: FAIL