Skip to content

Commit f735543

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Add more patterns to run-tests.php retry list
2 parents 350e449 + f249958 commit f735543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,7 @@ function run_test(string $php, $file, array $env): string
28082808

28092809
function error_may_be_retried(string $output): bool
28102810
{
2811-
return preg_match('((timed out)|(connection refused))i', $output) === 1;
2811+
return preg_match('((timed out)|(connection refused)|(404: page not found)|(address already in use)|(mailbox already exists))i', $output) === 1;
28122812
}
28132813

28142814
/**

0 commit comments

Comments
 (0)