On Tue May 13 08:45:47 2025 +0000, Zhiyi Zhang wrote:
"kernel32:file file.c:1114 Test failed: Expected ERROR_INVALID_PARAMETER for DeleteFileW(NULL), but got error 3". These Gitlab CI failures seem related. Please address them.
On Windows 11, DeleteFileW(NULL) return ERROR_PATH_NOT_FOUND(3), not ERROR_INVALID_PARAMETER, I will fixed it in tests.