18 Jul
2024
18 Jul
'24
1:21 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/ddraw/tests/ddraw2.c:
ok(SUCCEEDED(hr), "Failed to end scene, hr %#lx.\n", hr);
color = get_surface_color(rt, 5, 5); - ok(compare_color(color, 0x00000000, 2), "Got unexpected color 0x%08x.\n", color); + todo_wine ok(compare_color(color, 0x00000000, 2), "Got unexpected color 0x%08x.\n", color);
As Zeb pointed out. This error should be fixed by MR6080. Please remove this commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5909#note_76493