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.