d3d10_1/tests: Mark a failing test as todo.
Triggered by the vkd3d 1.11 import.
This commit is contained in:
parent
1edd53f00f
commit
27b22fedde
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue