15 May
2025
15 May
'25
2:52 a.m.
On Wed May 14 09:06:12 2025 +0000, Zhiyi Zhang wrote:
I don't see test failures on test-win10-21h2-32/64 for other MRs. Could you make sure it's not related to this MR? There are 5 commits in this MR, DeleteFileW(NULL) testing is a failure if without the last commit.
On windows 11, DeleteFileW(NULL) will return FALSE and last error is ERROR_PATH_NOT_FOUND, but in wine, DeleteFileW(NULL) will return TRUE if without the last commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_103464