Dec. 9, 2022
4:30 a.m.
On Thu Dec 8 11:16:31 2022 +0000, Rémi Bernon wrote:
In this specific commit, your `IsSupportedAsync` is still stub, so the call returns E_NOTIMPL and a NULL bool_async pointer. This then quickly crashes on the next tests. I thought it was good practice to add tests prior to implementations but in this case I suppose it's better to add it after.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1714#note_19270