[PATCH] user32: Implement case of pointSize == 0x7fff.
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=59459 Your paranoid android. === build (build log) === ../../../../wine/dlls/user32/tests/dialog.c:1906:27: error: unknown type name ‘LOGFONT’ ../../../../wine/dlls/user32/tests/dialog.c:2010:9: error: expected ‘)’ before ‘lfStaticFont’ ../../../../wine/dlls/user32/tests/dialog.c:2014:9: error: expected ‘)’ before ‘lfStaticFont’ Makefile:383: recipe for target 'dialog.o' failed Makefile:7768: recipe for target 'dlls/user32/tests' failed Task: The exe32 Wine crossbuild failed Task errors: The build timed out === debian10 (build log) === ../../../../wine/dlls/user32/tests/dialog.c:1906:27: error: unknown type name ‘LOGFONT’; did you mean ‘LOGFONTW’? ../../../../wine/dlls/user32/tests/dialog.c:2009:57: error: expected ‘)’ before ‘lfStaticFont’ ../../../../wine/dlls/user32/tests/dialog.c:2013:55: error: expected ‘)’ before ‘lfStaticFont’ ../../../wine/dlls/user32/dialog.c:308:44: error: unknown type name ‘LOGFONT’ ../../../wine/dlls/user32/dialog.c:315:12: error: request for member ‘lfHeight’ in something not a structure or union ../../../wine/dlls/user32/dialog.c:317:27: error: request for member ‘lfHeight’ in something not a structure or union Task: The win32 build failed === debian10 (build log) === ../../../../wine/dlls/user32/tests/dialog.c:1906:27: error: unknown type name ‘LOGFONT’; did you mean ‘LOGFONTW’? ../../../../wine/dlls/user32/tests/dialog.c:2009:57: error: expected ‘)’ before ‘lfStaticFont’ ../../../../wine/dlls/user32/tests/dialog.c:2013:55: error: expected ‘)’ before ‘lfStaticFont’ ../../../wine/dlls/user32/dialog.c:308:44: error: unknown type name ‘LOGFONT’ ../../../wine/dlls/user32/dialog.c:315:12: error: request for member ‘lfHeight’ in something not a structure or union ../../../wine/dlls/user32/dialog.c:317:27: error: request for member ‘lfHeight’ in something not a structure or union Task: The wow64 build failed
participants (2)
-
katahiromz . -
Marvin