20 Sep
2025
20 Sep
'25
7:54 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/tests/file.c:
DeleteFileA(source); }
+static void test_create_wait_completion_packet(void) +{ + UNICODE_STRING name = RTL_CONSTANT_STRING(L"\\BaseNamedObjects\\test_create_waitcompletionpacket"); + HANDLE handle, handle2; + OBJECT_ATTRIBUTES attr; + NTSTATUS status; + + if (!pNtCreateWaitCompletionPacket) + { + todo_wine
`win_skip()` does not recognize `todo_wine`. You're looking for `skip()`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6911#note_116508