Am 06.05.25 um 16:20 schrieb Joe Orton:
On Tue, May 06, 2025 at 03:09:05PM +0200, Rainer Jung wrote:
Hi there,
I observed a new failure in httpd units tests, namely in t/apache/pr64339.t:
# Failed test 12 in t/apache/pr64339.t at line 45 fail #4
# testing : content test for /doc.isohtml
# expected: '<html><body><p>fóó
# </p></body></html>'
# received: '<html><body>fóó
# </body></html>'
not ok 12
Note, that "<p>" and "</p>" are missing from the result. The test class
contains the following test definition:
...
The failure happens for 2.4.63 builds, although I didn't notice it during
the release vote. It is due to my update of libxml2 from 2.13.5 to 2.14.2. I
can reproduce the change with the accompanying xmllint:
Thanks a lot for diagnosing it - does the attached pass for you with the
new version of libxml2?
Yes, it works (test passes) with the new libxml2. I can also run a
retest using the old version later.
Thanks a bunch for the quick test fix!
Regards,
Rainer