https://bugs.winehq.org/show_bug.cgi?id=55689
Bug ID: 55689 Summary: rpcrt4:rpc - test_RpcServerInqDefaultPrincName() fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
rpcrt4:rpc - test_RpcServerInqDefaultPrincName() fails on macOS:
rpc.c:938: Test failed: got 1747 rpc.c:948: Test failed: got 1747 rpc.c:272: Test failed: RpcBindingSetAuthInfo failed (1747) rpc.c:280: Test failed: RpcBindingInqAuthInfo failed (1746) rpc.c:281: Test failed: expected NULL identity, got 00000000DEADBEEF rpc.c:282: Test failed: expected valid principal, got 00000000DEADBEEF rpc.c:283: Test failed: expected RPC_C_AUTHN_LEVEL_PKT_PRIVACY, got 0 rpc.c:284: Test failed: expected RPC_C_AUTHN_WINNT, got 0
See https://test.winehq.org/data/patterns.html#rpcrt4:rpc
This set of failures first appeared on 2023-09-29. However they may have been hidden by the crash that was happening up until 2023-09-27 so having these failures is probably progress.
https://bugs.winehq.org/show_bug.cgi?id=55689
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55689
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These failures were indeed present at least as far back as 2023-07-04 and there is no test result before then. So they were just hidden by the crash for a while but may be very old.
https://bugs.winehq.org/show_bug.cgi?id=55689
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- (In reply to François Gouget from comment #0)
rpcrt4:rpc - test_RpcServerInqDefaultPrincName() fails on macOS:
rpc.c:938: Test failed: got 1747 rpc.c:948: Test failed: got 1747 rpc.c:272: Test failed: RpcBindingSetAuthInfo failed (1747) rpc.c:280: Test failed: RpcBindingInqAuthInfo failed (1746) rpc.c:281: Test failed: expected NULL identity, got 00000000DEADBEEF rpc.c:282: Test failed: expected valid principal, got 00000000DEADBEEF rpc.c:283: Test failed: expected RPC_C_AUTHN_LEVEL_PKT_PRIVACY, got 0 rpc.c:284: Test failed: expected RPC_C_AUTHN_WINNT, got 0
1747 = RPC_S_UNKNOWN_AUTHN_SERVICE. It's because ntlm_auth is missing on the test machines.