https://bugs.winehq.org/show_bug.cgi?id=55562
Bug ID: 55562 Summary: ntdll:info - test_query_process_vm() fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:info - test_query_process_vm() fails on macOS:
info.c:1909: Test failed: Expected a WorkingSetSize > 0 info.c:1910: Test failed: Expected a PagefileUsage > 0
See https://test.winehq.org/data/patterns.html#ntdll:info
The failures are systematic and only happen on macOS (see Remi's rbernon-macos-* cloud test machines).
It looks like the reason is that get_process_vm_counters() is effectively unimplemented since HAVE_LIBPROCSTAT is not defined on macOS and the /proc filesystem is not present.
https://bugs.winehq.org/show_bug.cgi?id=55562
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase