tests/common-pattern.py
changeset 40881 8695fbe17f7c
parent 39722 4bd6e444c76f
child 42329 c7652f7440d9
--- a/tests/common-pattern.py	Sun Nov 04 16:57:05 2018 +0900
+++ b/tests/common-pattern.py	Mon Dec 10 10:21:08 2018 +0100
@@ -143,6 +143,12 @@
         br'Only one usage of each socket address'
         br' \(protocol/network address/port\) is normally permitted',
     ),
+    br'$EADDRNOTAVAIL$': (
+        # strerror()
+        br'Cannot assign requested address',
+
+        # FormatMessage(WSAEADDRNOTAVAIL)
+    )
 }
 
 for replace, msgs in _errors.items():