19 Mar
2024
19 Mar
'24
1:03 p.m.
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). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5269#note_65329