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.