mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
CI disable leak sanitizer on two libedit tests temporarily.
the libedit dependency has a leak on wcsdup call on ubuntu focal close GH-15279
This commit is contained in:
parent
aa709dc05b
commit
cad0ce5382
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
readline_callback_handler_install(): Basic test
|
readline_callback_handler_install(): Basic test
|
||||||
|
lsan disabled due to a leak on ubuntu focal only.
|
||||||
--EXTENSIONS--
|
--EXTENSIONS--
|
||||||
readline
|
readline
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
|
@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
|
||||||
?>
|
?>
|
||||||
--INI--
|
--INI--
|
||||||
zend.signal_check=0
|
zend.signal_check=0
|
||||||
|
--ENV--
|
||||||
|
LSAN_OPTIONS=detect_leaks=0
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
readline_callback_handler_remove(): Basic test
|
readline_callback_handler_remove(): Basic test
|
||||||
|
lsan disabled due to a leak on ubuntu focal only.
|
||||||
--EXTENSIONS--
|
--EXTENSIONS--
|
||||||
readline
|
readline
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
|
@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
|
||||||
?>
|
?>
|
||||||
--INI--
|
--INI--
|
||||||
zend.signal_check=0
|
zend.signal_check=0
|
||||||
|
--ENV--
|
||||||
|
LSAN_OPTIONS=detect_leaks=0
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue