https://bugs.winehq.org/show_bug.cgi?id=56187
Bug ID: 56187 Summary: windows.ui:uisettings fails on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
windows.ui:uisettings fails on Windows 11:
uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 0 value.G == 120 value.B == 212 (type = 5) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 0 value.G == 103 value.B == 192 (type = 4) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 0 value.G == 62 value.B == 146 (type = 3) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 0 value.G == 26 value.B == 104 (type = 2) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 0 value.G == 145 value.B == 248 (type = 6) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 76 value.G == 194 value.B == 255 (type = 7) uisettings.c:141: Test failed: got unexpected value.A == 255 value.R == 153 value.G == 235 value.B == 255 (type = 8)
See https://test.winehq.org/data/patterns.html#windows.ui:uisettings
The failures are systematic and started on 2023-11-16 and the failing test was introduced by the commit below on the same day:
commit 3448a84cac437f66bf7bdd833a6ce5026fddd4cc Author: Myah Caron qsniyg@protonmail.com Date: Fri Sep 22 20:41:23 2023 +0000
windows.ui: Support accent colors in uisettings3_GetColorValue.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55640 Signed-off-by: Myah Caron qsniyg@protonmail.com