On Mon, Mar 23, 2026 at 10:49:48AM +0100, Bruno Haible via Bug reports for the GNU Texinfo documentation system wrote: > The multi-platform CI, today, shows an error that was not there last week:
I think that this is not new, it seems to me that I explained it here: https://lists.gnu.org/archive/html/bug-texinfo/2026-03/msg00045.html There was a new failure, however, on cygwin, which uses --enable-using-c-texi2any. I just did a commit that should fix it as I tested that setup too. I think that it would be good to keep --enable-using-c-texi2any for at least one platform (could be another one than cygwin, though). > > On mingw: > > ERROR: t/Pod-Simple-Texinfo.t - missing test plan > > Here is the Pod-Simple-Texinfo/test-suite.log: > > > ==================================================================== > GNU Texinfo 7.3.20260323dev: Pod-Simple-Texinfo/test-suite.log > ==================================================================== > > # TOTAL: 30 > # PASS: 29 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 0 > # XPASS: 0 > # ERROR: 1 > > .. contents:: :depth: 2 > > ERROR: t/Pod-Simple-Texinfo > =========================== > > 1..26 > ok 1 - modules loading > PASS: t/Pod-Simple-Texinfo.t 1 - modules loading > ok 2 - index in head > PASS: t/Pod-Simple-Texinfo.t 2 - index in head > ok 3 - index in head node > PASS: t/Pod-Simple-Texinfo.t 3 - index in head node > ok 4 - protected characters > PASS: t/Pod-Simple-Texinfo.t 4 - protected characters > ok 5 - index in paragaph > PASS: t/Pod-Simple-Texinfo.t 5 - index in paragaph > ok 6 - index in item-text > PASS: t/Pod-Simple-Texinfo.t 6 - index in item-text > ok 7 - ref in item > PASS: t/Pod-Simple-Texinfo.t 7 - ref in item > ok 8 - double ref > PASS: t/Pod-Simple-Texinfo.t 8 - double ref > ok 9 - head with new line > PASS: t/Pod-Simple-Texinfo.t 9 - head with new line > ok 10 - ref in section > PASS: t/Pod-Simple-Texinfo.t 10 - ref in section > ok 11 - duplicate anchors ref > PASS: t/Pod-Simple-Texinfo.t 11 - duplicate anchors ref > ok 12 - comma in head1 > PASS: t/Pod-Simple-Texinfo.t 12 - comma in head1 > ok 13 - comma in refs > PASS: t/Pod-Simple-Texinfo.t 13 - comma in refs > ok 14 - node beginning with a parenthesis > PASS: t/Pod-Simple-Texinfo.t 14 - node beginning with a parenthesis > ok 15 - colon and dot in node name > PASS: t/Pod-Simple-Texinfo.t 15 - colon and dot in node name > ok 16 - code in reference > PASS: t/Pod-Simple-Texinfo.t 16 - code in reference > ok 17 - link to external module > PASS: t/Pod-Simple-Texinfo.t 17 - link to external module > ok 18 - link to external module external pod as url > PASS: t/Pod-Simple-Texinfo.t 18 - link to external module external pod as url > ok 19 - cpp lines > PASS: t/Pod-Simple-Texinfo.t 19 - cpp lines > ok 20 - cpp lines in verbatim > PASS: t/Pod-Simple-Texinfo.t 20 - cpp lines in verbatim > ok 21 - cpp lines in formats > PASS: t/Pod-Simple-Texinfo.t 21 - cpp lines in formats > ok 22 - protected - > PASS: t/Pod-Simple-Texinfo.t 22 - protected - > ok 23 - protected - external pod as url > PASS: t/Pod-Simple-Texinfo.t 23 - protected - external pod as url > ok 24 - end of line in L > PASS: t/Pod-Simple-Texinfo.t 24 - end of line in L > ok 25 - end of line in L external pod as url > PASS: t/Pod-Simple-Texinfo.t 25 - end of line in L external pod as url > ok 26 - empty head2 > PASS: t/Pod-Simple-Texinfo.t 26 - empty head2 > ERROR: t/Pod-Simple-Texinfo.t - missing test plan > > > > >
