From b2700811f3fa701a14701fc1a9e629f468e7d8a1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 15 Oct 2020 10:40:23 +0200 Subject: [PATCH] Skip arginfo test under msan Msan is missing interceptors for some functions that result in false positives. --- Zend/tests/arginfo_zpp_mismatch.phpt | 4 ++++ azure-pipelines.yml | 2 +- run-tests.php | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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--