mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Add xleak to xml test due to libxml2 bug
This commit is contained in:
parent
9f7148ece5
commit
c3e98092df
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue