From 682357c5b488e5e57bd0272abd74a1512fc7e452 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 27 Oct 2020 10:33:59 +0100 Subject: [PATCH] Skip bug46024.phpt under asan There is a legitimate leak here, but I don't think it's worthwhile to fix it. It involves a process terminated while printing phpinfo. --- ext/standard/tests/streams/bug46024.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/standard/tests/streams/bug46024.phpt b/ext/standard/tests/streams/bug46024.phpt index 145e66c1bd..5a712dcb6b 100644 --- a/ext/standard/tests/streams/bug46024.phpt +++ b/ext/standard/tests/streams/bug46024.phpt @@ -1,7 +1,12 @@ --TEST-- Bug #46024 stream_select() doesn't return the correct number --SKIPIF-- - + --FILE--