Skip Menu |

This queue is for tickets about the App-xml_grep2 CPAN distribution.

Report information
The Basics
Id: 131511
Status: new
Priority: 0/
Queue: App-xml_grep2

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



Subject: t/01-options.t started to fail (with newest XML::LibXML2?)
The test suite started to fail: ... # Failed test 'malformed XML' # at t/01-options.t line 149. # 'xml_grep2: t/malformed.xml:2: parser error : EndTag: '</' not found # # ^ # t/test.xml:1 # ' # doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : Premature end of data in tag doc line 1\n)' # Failed test '-v on malformed data' # at t/01-options.t line 160. # 'xml_grep2: t/malformed.xml:2: parser error : EndTag: '</' not found # # ^ # ' # doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : Premature end of data in tag doc line 1)' # Failed test '-C' # at t/01-options.t line 183. # # got: ' # ' # expected: 'entity c # ' # # Looks like you failed 3 tests of 90. # t/01-options.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/90 subtests ... Possible reason: this change in XML::LibXML: https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5
On 2020-01-18 17:10:38, SREZIC wrote: Show quoted text
> The test suite started to fail: > > ... > # Failed test 'malformed XML' > # at t/01-options.t line 149. > # 'xml_grep2: t/malformed.xml:2: parser error : > EndTag: '</' not found > # > # ^ > # t/test.xml:1 > # ' > # doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : > Premature end of data in tag doc line 1\n)' > > # Failed test '-v on malformed data' > # at t/01-options.t line 160. > # 'xml_grep2: t/malformed.xml:2: parser error : > EndTag: '</' not found > # > # ^ > # ' > # doesn't match '(?^:xml_grep2: t/malformed.xml:2: parser error : > Premature end of data in tag doc line 1)' > > # Failed test '-C' > # at t/01-options.t line 183. > # > # got: ' > # ' > # expected: 'entity c > # ' > # > # Looks like you failed 3 tests of 90. > # > t/01-options.t .. > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/90 subtests > ... > > Possible reason: this change in XML::LibXML: > https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5
On some system the test log output is shorter: ... # Failed test '-C' # at t/01-options.t line 183. # # got: ' # ' # expected: 'entity c # ' # # Looks like you failed 1 test of 90. # t/01-options.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/90 subtests ...