Skip to content

Commit e9a0d21

Browse files
committedSep 11, 2022
Mark gh9259_003.phpt as xfail with ASAN
The tests reports memory leaks.
1 parent 08b7539 commit e9a0d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎ext/opcache/tests/gh9259_003.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug GH-9259 003 (Setting opcache.interned_strings_buffer to a very high value leads to corruption of shm)
33
--EXTENSIONS--
44
opcache
5+
--SKIPIF--
6+
<?php
7+
if (getenv('SKIP_ASAN')) die('xfail Leaks memory with ASAN');
8+
?>
59
--INI--
610
opcache.interned_strings_buffer=500
711
opcache.enable_cli=1

0 commit comments

Comments
 (0)