https://bugs.winehq.org/show_bug.cgi?id=53893
Bug ID: 53893 Summary: ws2_32:sock - test_WSASocket() gets an unexpected raw protocol name in French on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ws2_32:sock - test_WSASocket() gets an unexpected raw protocol name in French on Windows:
sock.c:2952: Test failed: got szProtocol L"TCP/IP MSAFD [RAW/IP]".
See: https://test.winehq.org/data/patterns.html#ws2_32:sock
The test only gets this protocol name when running in a French local which means it may actually be translated (though it's not obvious looking at it).
Could this mean that the "Some Win7 machines" case is also because of translations?
This failure started with the commit below:
commit 4c67e0fb7917025646725d2b6133e0778802afe1 Author: Paul Gofman pgofman@codeweavers.com Date: Tue Jul 5 11:33:51 2022 -0500
ws2_32: Add ipv4 raw socket protocol info.
Signed-off-by: Paul Gofman pgofman@codeweavers.com