On Wed May 14 17:44:31 2025 +0000, Mohamad Al-Jaf wrote:
Regardless, IMO it's clear their intention was to return an `E_POINTER`, as evidenced in the Windows 11 test. I don't think `broken()` is appropriate here. It's usually used when a small percentage of VMs differ in their behavior and the test fails as a result. In this case, all the Windows 10 VMs that support `CreateDispatcherQueueController()` return this specific `HRESULT`. Changing the comment to `win10 22h2` is fine by me if @rbernon approves.
`win10 22h2` would be better as a comment yes, so we know which Windows versions this is supposed to address. I don't mind either way wrt `broken` usage.