File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
dl(): Loaded extensions properly unregister their ini settings
3
3
--SKIPIF--
4
- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
4
+ <?php
5
+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
6
+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
7
+ ?>
5
8
--FILE--
6
9
<?php
7
10
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ dl(): Extensions compiled against zend_register_ini_entries() are supported
3
3
--ENV--
4
4
PHP_DL_TEST_USE_OLD_REGISTER_INI_ENTRIES=1
5
5
--SKIPIF--
6
- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
6
+ <?php
7
+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
8
+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
9
+ ?>
7
10
--FILE--
8
11
<?php
9
12
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
dl(): Loaded extensions support ini_set()
3
3
--SKIPIF--
4
- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
4
+ <?php
5
+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
6
+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
7
+ ?>
5
8
--FILE--
6
9
<?php
7
10
You can’t perform that action at this time.
0 commit comments