19 Jan
2026
19 Jan
'26
10:44 p.m.
Alfred Agrell (@Alcaro) commented about dlls/kernel32/tests/process.c:
break; case ProcessCookie: if (is_current) + { ok(status == STATUS_SUCCESS || status == STATUS_INVALID_PARAMETER /* before win8 */, "for info %lu got %08lx (ret_len %lu)\n", i, status, ret_len); + if (!status) + ok( *(ULONG *)buf, "got 0.\n" );
Took me a few attempts to read this line correctly. I'd add a !=0. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9926#note_127366