Am Montag, 24. Jänner 2022, 14:06:12 EAT schrieb Florian Will:
There is a Testbot failure for "32 bit Chinese:China" for my patch, but it seems unrelated to my change? The failing test is in font.c, line 888:
status = GdipCreateFontFamilyFromName(L"MS Shell Dlg", NULL, &family); expect(Ok, status);
This is a preexisting failure, see e.g. http://test.winehq.org/data/ c09a5da157585d171ad896e9862db00d505e4363/linux_newtb-debian11-win32-zh-CN/ gdiplus:font.html . The patch is marked as "success" in source.winehq.org/ patches. If there are new failures, or you are unlucky enough to stumble across a preexisting random failure, the testbot will send a mail to the mailing list.
I can't comment on the merits of your patch though...