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.