Skip to content

Commit cad0ce5

Browse files
committed
CI disable leak sanitizer on two libedit tests temporarily.
the libedit dependency has a leak on wcsdup call on ubuntu focal close GH-15279
1 parent aa709dc commit cad0ce5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ext/readline/tests/libedit_callback_handler_install_001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
readline_callback_handler_install(): Basic test
3+
lsan disabled due to a leak on ubuntu focal only.
34
--EXTENSIONS--
45
readline
56
--SKIPIF--
@@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
89
?>
910
--INI--
1011
zend.signal_check=0
12+
--ENV--
13+
LSAN_OPTIONS=detect_leaks=0
1114
--FILE--
1215
<?php
1316

ext/readline/tests/libedit_callback_handler_remove_001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--TEST--
22
readline_callback_handler_remove(): Basic test
3+
lsan disabled due to a leak on ubuntu focal only.
34
--EXTENSIONS--
45
readline
56
--SKIPIF--
@@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
89
?>
910
--INI--
1011
zend.signal_check=0
12+
--ENV--
13+
LSAN_OPTIONS=detect_leaks=0
1114
--FILE--
1215
<?php
1316

0 commit comments

Comments
 (0)