https://bugs.winehq.org/show_bug.cgi?id=55721
Bug ID: 55721 Summary: ntdll:info - The 64-bit test_query_process_vm() unexpectedly succeeds on Debian 12 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntdll:info - The 64-bit test_query_process_vm() unexpectedly succeeds on Debian 12:
info.c:1928: Test succeeded inside todo block: Expected to be greater than 335220736, got 336269312 info.c:1945: Test succeeded inside todo block: Expected to be greater than 336269312, got 336269312
See https://test.winehq.org/data/patterns.html#ntdll:info
An unexpected success may be better than an unexpected failure but it's treated as a failure regardless.
This started on 2023-09-28 so it may be related to the low address space reservation changes commits made on that day. This is systematic but only impacts some test configurations so it would be interesting to understand why: * fgtb-debian12-wow64 -> unexpected success * fgtb-debian12-x86-64 -> unexpected success * newtb-debian12-wow64 -> unexpected success * gitlab-debian-64 -> todo as expected (despite being Debian 12 too!) * fgtb-debian11-* -> todo as expected * newtb-debian11-* -> todo as expected * newtb-debiant-* -> todo as expected (post-Debian 12 Debian Testing)