Skip to content

Commit 2d883a6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ function run_test(string $php, $file, array $env): string
28342834

28352835
function error_may_be_retried(string $output): bool
28362836
{
2837-
return preg_match('((timed out)|(connection refused))i', $output) === 1;
2837+
return preg_match('((timed out)|(connection refused)|(404: page not found)|(address already in use)|(mailbox already exists))i', $output) === 1;
28382838
}
28392839

28402840
function expectf_to_regex(?string $wanted): string

0 commit comments

Comments
 (0)