Suppress snmp lib memory leak, xfail ASAN tests

I don't know enough about this library to fix those :(
This commit is contained in:
Ilija Tovilo 2023-03-24 10:13:25 +01:00
parent 11fbf3da35
commit be4db6b550
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A
11 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,3 @@
leak:acommon::DictInfoList::elements
leak:timer_create
leak:netsnmp_init_mib_internals

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--ENV--
MIBS=

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -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

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--ENV--
MIBS=

View File

@ -7,6 +7,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('xfail Timeouts under ASAN');
?>
--FILE--
<?php