Subject: | test 16large failed - End tag mismatch |
OS: Red Hat Linux release 9 (Shrike)
perl -v:
This is perl, v5.8.0 built for i386-linux-thread-multi
Module: XML-SAX-0.13
# make test
...
t/16large........End tag mismatch ( != TEST) [Ln: 81, Col: 55]
t/16large........dubious
Test returned status 255 (wstat 65280, 0xff00)
...
After this i see a testfiles/xmltest.xml in 81 line
There good XML code
BUT </TEST> is located ~ 4146 byte position from begining of document. I think anywhere in PurePerl is bug with buffer 4096 - after this position PurePerl cannot parse this file in such OS (RedHat 9.x)
If i use CentOS release 3.4 (final) /a next RH after 9.x/ with same perl 5.8.0 i see fine tests
I don't know how this resolve. I can force to install and use other parser (for example XML::SAX::ExpatXS) but i don't like this failed test :(