Module: wine Branch: master Commit: 27b22fedde802f71101d1025c731d555fb107287 URL: https://gitlab.winehq.org/wine/wine/-/commit/27b22fedde802f71101d1025c731d55...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 7 20:49:19 2024 +0100
d3d10_1/tests: Mark a failing test as todo.
Triggered by the vkd3d 1.11 import.
---
dlls/d3d10_1/tests/d3d10_1.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/d3d10_1/tests/d3d10_1.c b/dlls/d3d10_1/tests/d3d10_1.c index e3cd3943594..105a7d46dfb 100644 --- a/dlls/d3d10_1/tests/d3d10_1.c +++ b/dlls/d3d10_1/tests/d3d10_1.c @@ -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); }