On Tue Mar 19 12:39:20 2024 +0000, Gijs Vermeulen wrote:
Everything after WinXP seems to return `STATUS_INVALID_HANDLE`. Wine, however, still returns STATUS_ACCESS_VIOLATION consistently in this case for other classes. It's also done like this in other tests in this file, so maybe we should leave it as-is?
We no longer test on WinXP reguarly. It doesn't make sense to allow behavior not exhibited by any actively tested Windows version. I'd suggest we leave this as todo_wine.
```suggestion:-0+0 todo_wine ok(status == STATUS_INVALID_HANDLE, ```
Other classes would need similar treatment (but not in this MR).