[skip ci] Add xleak to xml test due to libxml2 bug

This commit is contained in:
Ilija Tovilo 2023-11-14 18:42:00 +01:00
parent 9f7148ece5
commit c3e98092df
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -2,6 +2,10 @@
DOM\XMLDocument::createFromString 04 DOM\XMLDocument::createFromString 04
--EXTENSIONS-- --EXTENSIONS--
dom dom
--SKIPIF--
<?php
if (getenv('SKIP_ASAN') && LIBXML_VERSION < 20911) die('xleak leaks under libxml2 versions older than 2.9.11');
?>
--FILE-- --FILE--
<?php <?php