https://bugs.winehq.org/show_bug.cgi?id=53146
Bug ID: 53146 Summary: kernel32:process - test_handle_list_attribute() has a rare failure on Windows 10 1607+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:process - test_handle_list_attribute() has a rare failure on Windows 10 1607+:
On Windows 10 1607: process.c:4288: Test failed: Unexpected return value, error 127.
where 127 == ERROR_PROC_NOT_FOUND
And on Windows 10 1709+: process.c:4288: Test failed: Unexpected return value, error 203.
203 == ERROR_ENVVAR_NOT_FOUND which is a bit strange
https://test.winehq.org/data/patterns.html#kernel32:process
The failure rate is about 5.3%.
https://bugs.winehq.org/show_bug.cgi?id=53146
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase