summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-15 10:40:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-15 10:40:23 +0200
commitb2700811f3fa701a14701fc1a9e629f468e7d8a1 (patch)
tree3ac99d2afc31062edf81d44cfce9139d7e192a55 /Zend
parent682cc42900aa2f9705d6d04c586a2aa47e99be43 (diff)
downloadphp-git-b2700811f3fa701a14701fc1a9e629f468e7d8a1.tar.gz
Skip arginfo test under msan
Msan is missing interceptors for some functions that result in false positives.
Diffstat (limited to 'Zend')
-rw-r--r--Zend/tests/arginfo_zpp_mismatch.phpt4
1 files changed, 4 insertions, 0 deletions
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--
+<?php
+if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
+?>
--FILE--
<?php