Commit 27b22fed authored by Alexandre Julliard's avatar Alexandre Julliard

d3d10_1/tests: Mark a failing test as todo.

Triggered by the vkd3d 1.11 import.
parent 1edd53f0
......@@ -1074,6 +1074,7 @@ static void test_compile_effect(void)
/* Compilation fails due to 10.1 feature incompatibility with fx_4_0 profile. */
hr = D3D10CompileEffectFromMemory(bs_source2, strlen(bs_source2), NULL, NULL, NULL,
0, 0, &blob, NULL);
todo_wine
ok(hr == E_FAIL, "Unexpected hr %#lx.\n", hr);
}
......
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