https://bugs.winehq.org/show_bug.cgi?id=53245
Bug ID: 53245 Summary: user32:sysparams: test_SPI_SETNONCLIENTMETRICS() fails on Windows 10 1709+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
user32:sysparams: test_SPI_SETNONCLIENTMETRICS() fails on Windows 10 1709+:
sysparams.c:1488: testing SPI_{GET,SET}NONCLIENTMETRICS sysparams.c:2823: Test failed: GetSystemMetrics(SM_CXSMICON): expected 16 actual 4 sysparams.c:2824: Test failed: GetSystemMetrics(SM_CYSMICON): expected 16 actual 4
https://test.winehq.org/data/patterns.html#user32:sysparams
The failure actually happens in test_GetSystemMetrics() which is called from test_SPI_SETNONCLIENTMETRICS(). However there are 3 call locations and the traces make it impossible to know which one fails which is another test bug in its own right.
https://bugs.winehq.org/show_bug.cgi?id=53245
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase