Zhiyi Zhang (@zhiyi) commented about dlls/taskschd/tests/scheduler.c:
/* Delete the folder and recreate it to prevent a crash on w1064v1507 */ hr = ITaskFolder_DeleteFolder(root, Wine, 0);
Assignment to hr can be deleted. Or maybe we can allow hr to be HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND).