On Tue Mar 19 13:03:32 2024 +0000, Jinoh Kang wrote:
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.
todo_wine ok(status == STATUS_INVALID_HANDLE,
Other classes would need similar treatment (but not in this MR).
If we're "breaking consistency" anyway, wouldn't it make more sense to just return the correct value for this class?