mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Skip arginfo_zpp_mismatch on asan
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Test that there is no arginfo/zpp mismatch
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
|
||||
if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
Test that there is no arginfo/zpp mismatch in strict mode
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
|
||||
if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user