Skip to content

Commit c3e9809

Browse files
committed
[skip ci] Add xleak to xml test due to libxml2 bug
1 parent 9f7148e commit c3e9809

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/dom/tests/modern/xml/XMLDocument_fromString_04.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
DOM\XMLDocument::createFromString 04
33
--EXTENSIONS--
44
dom
5+
--SKIPIF--
6+
<?php
7+
if (getenv('SKIP_ASAN') && LIBXML_VERSION < 20911) die('xleak leaks under libxml2 versions older than 2.9.11');
8+
?>
59
--FILE--
610
<?php
711

0 commit comments

Comments
 (0)