On Mon Dec 2 10:29:56 2024 +0000, eric pouech wrote:
> question: do you need both calls to test_NtQueryDirectoryFile_mask to
> invalidate a platform?
Given that the key behaviour we're testing involves the reuse of a handle, we need at least two calls. I could change it so we only verify the results of the second call, and not the first, if that would be preferable?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6904#note_89654
On Mon Dec 2 10:29:56 2024 +0000, eric pouech wrote:
> tracing GetLastError() is pointless here (you're testing ntdll APIs,
> while GetLastError() reflects kernel32/kernelbase API results)
Excellent point, I'll report the `status` instead
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6904#note_89652