mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
||||
--EXTENSIONS--
|
||||
dom
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN') && LIBXML_VERSION < 20911) die('xleak leaks under libxml2 versions older than 2.9.11');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue