From 5286bab392f64519c83979b5562cd0c72559f89c Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 11 Sep 2023 11:32:34 +0200 Subject: [PATCH] [skip ci] Skip arginfo_zpp_mismatch on asan These tests intermittently crash asan. It might be due to some function invoking dl(), which is known to crash lsan. It might also be something else, the version of asan shipped with ubuntu 22.04 is flaky. --- Zend/tests/arginfo_zpp_mismatch.phpt | 1 + Zend/tests/arginfo_zpp_mismatch_strict.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/Zend/tests/arginfo_zpp_mismatch.phpt b/Zend/tests/arginfo_zpp_mismatch.phpt index f5df2994300..d7aefc6f374 100644 --- a/Zend/tests/arginfo_zpp_mismatch.phpt +++ b/Zend/tests/arginfo_zpp_mismatch.phpt @@ -2,6 +2,7 @@ Test that there is no arginfo/zpp mismatch --SKIPIF-- --FILE-- diff --git a/Zend/tests/arginfo_zpp_mismatch_strict.phpt b/Zend/tests/arginfo_zpp_mismatch_strict.phpt index 8e77af9fb4d..ddee0bd29cf 100644 --- a/Zend/tests/arginfo_zpp_mismatch_strict.phpt +++ b/Zend/tests/arginfo_zpp_mismatch_strict.phpt @@ -2,6 +2,7 @@ Test that there is no arginfo/zpp mismatch in strict mode --SKIPIF-- --FILE--