Skip to content

Commit aff0b77

Browse files
committed
Skip pcntl_sigwaitinfo() test under asan/msan
This test often fails under asan/msan with a timeout for unknown reasons.
1 parent 2bf880d commit aff0b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pcntl/tests/002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
66
elseif (!extension_loaded('posix')) die('skip posix extension not available');
77
elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip required functionality is not available');
88
elseif (!defined('CLD_EXITED')) die('skip CLD_EXITED not defined');
9+
elseif (getenv('SKIP_ASAN')) die('skip Fails intermittently under asan/msan');
910
?>
1011
--FILE--
1112
<?php

0 commit comments

Comments
 (0)