X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f7598860019d4a0867ca37688461e16927cd7928..3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb:/test/runtest diff --git a/test/runtest b/test/runtest index 1b6eaabb0..8515e2f32 100755 --- a/test/runtest +++ b/test/runtest @@ -1154,6 +1154,9 @@ RESET_AFTER_EXTRA_LINE_READ: # remote port numbers vary s/(Connection request from 127.0.0.1 port) \d{1,5}/$1 sssss/; + # Platform-dependent error strings + s/Operation timed out/Connection timed out/; + # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; @@ -1212,6 +1215,7 @@ RESET_AFTER_EXTRA_LINE_READ: { $_ .= ; s/ \.\.\. >>> / ... /; + if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { $_ .= ; } s/Address family not supported by protocol family/Network Error/; s/Network is unreachable/Network Error/; } @@ -1222,7 +1226,7 @@ RESET_AFTER_EXTRA_LINE_READ: Connecting\ to\ [^ ]+\ [^ ]+(\ from\ [^ ]+)?)\ \.\.\. \ .*TFO\ mode\ (sendto,\ no\ data:\ EINPROGRESS # Linux - |connection\ attempt\ to\ [^,]+,\ 0\ data) # MacOS + |connection\ attempt\ to\ [^,]+,\ 0\ data) # MacOS & no-support $/x) { $_ = $1 . " ... " . ; @@ -1260,6 +1264,9 @@ RESET_AFTER_EXTRA_LINE_READ: # TLS resumption is not always supported by the build next if /in tls_resumption_hosts\?/; + # Platform differences in errno strings + s/ SMTP\(Operation timed out\)<