From e54499219ff87b3135032cf0e37cb5e86ecfb83d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 4 Jan 2021 10:43:16 +0100 Subject: Skip tests under asan When PDO firebird is loaded and these posix tests are run with parallelism, LeakSanitizer will occasionally segfault. I was not able to root cause this issue, as I failed to reproduce it in simpler circumstances. I don't think it's an issue on our side though. --- ext/posix/tests/posix_getgrgid_error.phpt | 3 ++- ext/posix/tests/posix_getpwuid_error.phpt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'ext/posix') diff --git a/ext/posix/tests/posix_getgrgid_error.phpt b/ext/posix/tests/posix_getgrgid_error.phpt index 46314f9aa4..9b01abc350 100644 --- a/ext/posix/tests/posix_getgrgid_error.phpt +++ b/ext/posix/tests/posix_getgrgid_error.phpt @@ -2,7 +2,8 @@ Test posix_getgrgid() function : error conditions --SKIPIF-- --FILE-- --FILE--