Merge branch 'PHP-8.3'

* PHP-8.3:
  [skip ci] Avoid running asan tests that timeout
This commit is contained in:
Ilija Tovilo 2023-10-02 16:58:05 +02:00
commit 41ea14b154
No known key found for this signature in database
GPG key ID: A4F5D403F118200A
10 changed files with 10 additions and 10 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -8,7 +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');
if (getenv('SKIP_ASAN')) die('skip Timeouts under ASAN');
?>
--FILE--
<?php

View file

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

View file

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

View file

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