On Wed Oct 11 08:28:43 2023 +0000, Hans Leidekker wrote:
The tests don't crash anymore according to the patterns page.
Right. I wanted to check out the remaining failures on macOS but I don't have a Mac. So I compiled Wine using --without-krb5 instead and I got a crash on line 486 because LsaCallAuthenticationPackage() failed and set resp to NULL.
So the failures on Remi's macOS machines is different but I think this crash is worth fixing anyway.
So you would prefer something more like test_kerberos(): an ok() that says skip and a return?