Jeffrey Smith (@whydoubt) commented about dlls/d3drm/tests/d3drm.c:
ok(compare_color(ret_color, 0x00ffffff, 1), "Got unexpected color 0x%08lx.\n", ret_color); CHECK_REFCOUNT(frame3, 1);
- hr = IDirect3DRMViewport2_Render(viewport2, frame3);
- ok(SUCCEEDED(hr), "Cannot Render, hr %#lx\n", hr);
- ret_color = get_surface_color(surface, 320, 240);
- ok(compare_color(ret_color, 0x00ffffff, 1), "Got unexpected color 0x%08lx.\n", ret_color);
Same comment as above.