[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] [php-src] master: Merge branch 'PHP-8.2'
From:       Ilija Tovilo <noreply () php ! net>
Date:       2023-05-27 17:35:58
Message-ID: taW7nflqa88hH2fuMmEcq3FXCA47VvfETidnGlrM () main ! php ! net
[Download RAW message or body]

Author: Ilija Tovilo (iluuu1994)
Date: 2023-05-27T19:22:07+02:00

Commit: https://github.com/php/php-src/commit/2d883a6ff09bfc588e5d714a392a1f0e89a09926
 Raw diff: https://github.com/php/php-src/commit/2d883a6ff09bfc588e5d714a392a1f0e89a09926.diff


Merge branch 'PHP-8.2'

* PHP-8.2:
  [skip ci] Add more patterns to run-tests.php retry list

Changed paths:
  M  run-tests.php


Diff:

diff --git a/run-tests.php b/run-tests.php
index 0d0b683becd7..a112e8f5347f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -2834,7 +2834,7 @@ function run_test(string $php, $file, array $env): string
 
 function error_may_be_retried(string $output): bool
 {
-    return preg_match('((timed out)|(connection refused))i', $output) === 1;
+    return preg_match('((timed out)|(connection refused)|(404: page not \
found)|(address already in use)|(mailbox already exists))i', $output) === 1;  }
 
 function expectf_to_regex(?string $wanted): string

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic