Skip to content

Commit 128dddc

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Mark gh9259_003.phpt as xfail with ASAN
2 parents 0771ef8 + e9a0d21 commit 128dddc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/tests/gh9259_003.phpt

Lines changed: 4 additions & 0 deletions
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)