From: Nikita Popov Date: Thu, 15 Oct 2020 08:40:23 +0000 (+0200) Subject: Skip arginfo test under msan X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2700811f3fa701a14701fc1a9e629f468e7d8a1;p=php Skip arginfo test under msan Msan is missing interceptors for some functions that result in false positives. --- diff --git a/Zend/tests/arginfo_zpp_mismatch.phpt b/Zend/tests/arginfo_zpp_mismatch.phpt index cd37fbf33a..2a9522a6de 100644 --- a/Zend/tests/arginfo_zpp_mismatch.phpt +++ b/Zend/tests/arginfo_zpp_mismatch.phpt @@ -1,5 +1,9 @@ --TEST-- Test that there is no arginfo/zpp mismatch +--SKIPIF-- + --FILE--