[PATCH 0/1] MR11735: mfplat/tests: Remove todo on now succeeding test.
This one was fixed by d3d11 changes e980a920092d5f16aa75bb4a5c6d8a3bb8d32cfc. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11735
From: Nikolay Sivov <nsivov@codeweavers.com> This one was fixed by d3d11 changes e980a920092d5f16aa75bb4a5c6d8a3bb8d32cfc. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> --- dlls/mfplat/tests/mfplat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mfplat/tests/mfplat.c b/dlls/mfplat/tests/mfplat.c index 65f28419bf0..c3fd10e869e 100644 --- a/dlls/mfplat/tests/mfplat.c +++ b/dlls/mfplat/tests/mfplat.c @@ -12639,7 +12639,6 @@ static void test_sample_allocator_d3d11(void) hr = IMFVideoSampleAllocatorEx_InitializeSampleAllocatorEx(allocatorex, 0, 0, attributes, video_type); if (sharing[i] == (D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX | D3D11_RESOURCE_MISC_SHARED)) { - todo_wine ok(hr == E_INVALIDARG, "%u: Unexpected hr %#lx.\n", i, hr); IMFVideoSampleAllocatorEx_Release(allocatorex); continue; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11735
participants (2)
-
Nikolay Sivov -
Nikolay Sivov (@nsivov)