# HG changeset patch # User Matt Harbison # Date 1701496357 18000 # Node ID e2632d9d1b6e369a08d64bf0ab10d7c54e493a5a # Parent 1dd01023649df67396ad15fbb38c45400c471206 tests: fill in the Windows pattern for `$EADDRNOTAVAIL$` matching This fixes test-https.t on Windows. It looks like the real error translation is "Cannot assign requested address.", and the message here is the start of a longer description, so I'm not sure why this part is emitted. But it's not worth digging into, as it's evidently the same failure. diff -r 1dd01023649d -r e2632d9d1b6e tests/common-pattern.py --- a/tests/common-pattern.py Sat Dec 02 00:34:44 2023 -0500 +++ b/tests/common-pattern.py Sat Dec 02 00:52:37 2023 -0500 @@ -170,6 +170,7 @@ br'Cannot assign requested address', br'Can\'t assign requested address', # FormatMessage(WSAEADDRNOTAVAIL) + br'The requested address is not valid in its context', ), }