Skip to content

Commit 4a188b5

Browse files
iluuu1994jorgsowa
authored andcommitted
Switch asan build to Ubuntu 23.04 in Docker
Closes phpGH-12034
1 parent 383be5d commit 4a188b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sapi/cli/tests/ext_loading.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
Extension loading
33
--SKIPIF--
44
<?php
5-
if (getenv('SKIP_ASAN')) {
6-
die('xleak LSAN bug on Clang 14 crashes this test');
7-
}
85
$extDir = ini_get('extension_dir');
96
if (!file_exists($extDir . '/opcache.so') && !file_exists($extDir . '/php_opcache.dll')) {
107
die('skip Opcache shared object not found in extension_dir');

0 commit comments

Comments
 (0)