mirror of
https://github.com/php/php-src.git
synced 2026-04-15 20:11:02 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Skip bug46024.phpt under asan
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
--TEST--
|
||||
Bug #46024 stream_select() doesn't return the correct number
|
||||
--SKIPIF--
|
||||
<?php if (!getenv('TEST_PHP_EXECUTABLE')) die("skip TEST_PHP_EXECUTABLE not defined"); ?>
|
||||
<?php
|
||||
if (!getenv('TEST_PHP_EXECUTABLE')) die("skip TEST_PHP_EXECUTABLE not defined");
|
||||
// Terminating the process may cause a bailout while writing out the phpinfo,
|
||||
// which may leak a temporary hash table. This does not seems worth fixing.
|
||||
if (getenv('SKIP_ASAN')) die("skip Test may leak");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$php = realpath(getenv('TEST_PHP_EXECUTABLE'));
|
||||
|
||||
Reference in New Issue
Block a user