mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Suppress snmp lib memory leak, xfail ASAN tests
I don't know enough about this library to fix those :(
This commit is contained in:
parent
11fbf3da35
commit
be4db6b550
1
.github/lsan-suppressions.txt
vendored
1
.github/lsan-suppressions.txt
vendored
@ -1,2 +1,3 @@
|
||||
leak:acommon::DictInfoList::elements
|
||||
leak:timer_create
|
||||
leak:netsnmp_init_mib_internals
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--ENV--
|
||||
MIBS=
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -8,6 +8,7 @@ snmp
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (PHP_OS_FAMILY === "Windows") die("xfail fails on Windows for unknown reasons");
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--ENV--
|
||||
MIBS=
|
||||
|
@ -7,6 +7,7 @@ snmp
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user