Commit 5b97dbdb authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d10core/tests: Mark a test as no longer todo.

This was fixed by ef290846. I misremembered when writing that commit's message; we don't actually invalidate STATE_SAMPLER when binding an SRV. Hence the code was not just "fragile" but in fact already broken.
parent dcee5182
......@@ -14186,7 +14186,7 @@ static void test_unbind_shader_resource_view(void)
ID3D10Device_PSSetShaderResources(device, 1, 1, &srv2);
ID3D10Device_ClearRenderTargetView(device, test_context.backbuffer_rtv, white);
draw_quad(&test_context);
todo_wine_if (!damavand) check_texture_color(test_context.backbuffer, 0x00000000, 1);
check_texture_color(test_context.backbuffer, 0x00000000, 1);
ID3D10PixelShader_Release(ps);
ID3D10ShaderResourceView_Release(srv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment