https://bugs.winehq.org/show_bug.cgi?id=54516
Bug ID: 54516 Summary: d3d9:visual - clip_planes_test() fails on Debian Testing Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
d3d9:visual - clip_planes_test() fails on Debian Testing:
visual.c:17064: Test failed: Expected color 0x00ff0000, 0x00ff7f00, 0x00ff0000 or 0x00ff7f00 for instruction "def2", got 0x00ffff00. visual.c:17064: Test failed: Expected color 0x00ff00ff, 0x00ff7f00, 0x00ff00ff or 0x00ff7f00 for instruction "def3", got 0x00ffffff.
See https://test.winehq.org/data/patterns.html#d3d9:visual
What's notable is that this failure: * Does not happen on Windows. * Does not happen on Debian 11. * Started happening on Debian Testing after the 2023-01-15 upgrade.
So it may be that some Debian library is in the wrong.
https://bugs.winehq.org/show_bug.cgi?id=54516
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3d9:visual - |d3d9:visual - |clip_planes_test() fails on |fp_special_test() fails on |Debian Testing |Debian Testing Keywords| |source, testcase
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Sorry, it's fp_special_test() which fails, not clip_planes_test() (I missed the function start when scrolling).
https://bugs.winehq.org/show_bug.cgi?id=54516
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3d9:visual - |d3d9:visual - |fp_special_test() fails on |fp_special_test() fails on |Debian Testing |gitlab-debian (12) and | |debiant
https://bugs.winehq.org/show_bug.cgi?id=54516
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Some new information: * This still happens on Debian 12. In particular this is systematic on the GitLab CI (see gitlab-debian-64). * This stopped happening on Debian Testing once it was upgraded past Debian 12. So this looks really specific to some Debian 12 library.
https://bugs.winehq.org/show_bug.cgi?id=54516
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3d9:visual - |d3d9:visual - |fp_special_test() fails on |fp_special_test() fails on |gitlab-debian (12) and |Debian 12 & GitLab CI |debiant |
https://bugs.winehq.org/show_bug.cgi?id=54516
--- Comment #3 from François Gouget fgouget@codeweavers.com --- *** Bug 55702 has been marked as a duplicate of this bug. ***