https://bugs.winehq.org/show_bug.cgi?id=55339
Bug ID: 55339 Summary: d3d9:visual - add_dirty_rect_test() fails on w11pro64_nv Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3d9:visual - add_dirty_rect_test() fails on w11pro64_nv:
visual.c:19792: Test failed: Got unexpected color 0x00adbeef.
See https://test.winehq.org/data/patterns.html#d3d9:visual
This failure goes back to at least 2022-11-23, is systematic and specific to w11pro64_nv, the TestBot's only NVidia test configuration.
https://bugs.winehq.org/show_bug.cgi?id=55339
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3d9:visual - |d3d9:visual - |add_dirty_rect_test() fails |add_dirty_rect_test() fails |on w11pro64_nv |on w11pro64_amd and | |w11pro64_nv
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The same line fails on w11pro64_amd but it gets a different value:
visual.c:19792: Test failed: Got unexpected color 0x0000ff00.
This failure goes back to at least 2022-11-23 and is also systematic. However in 10 to 20% of the runs it happens on w11pro64_nv which then gets the above value instead of the NVidia-specific one.
https://bugs.winehq.org/show_bug.cgi?id=55339
--- Comment #2 from François Gouget fgouget@codeweavers.com --- See bug 55388 for the Nvidia case with the 0x0000ff00 value.
https://bugs.winehq.org/show_bug.cgi?id=55339
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase