We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e26234a + 682357c commit 2e09709Copy full SHA for 2e09709
ext/standard/tests/streams/bug46024.phpt
@@ -1,7 +1,12 @@
1
--TEST--
2
Bug #46024 stream_select() doesn't return the correct number
3
--SKIPIF--
4
-<?php if (!getenv('TEST_PHP_EXECUTABLE')) die("skip TEST_PHP_EXECUTABLE not defined"); ?>
+<?php
5
+if (!getenv('TEST_PHP_EXECUTABLE')) die("skip TEST_PHP_EXECUTABLE not defined");
6
+// Terminating the process may cause a bailout while writing out the phpinfo,
7
+// which may leak a temporary hash table. This does not seems worth fixing.
8
+if (getenv('SKIP_ASAN')) die("skip Test may leak");
9
+?>
10
--FILE--
11
<?php
12
$php = realpath(getenv('TEST_PHP_EXECUTABLE'));
0 commit comments