Nikolay Sivov : dxva2/tests: Remove a test failing on system with hw dxva devices support.

Alexandre Julliard julliard at winehq.org
Wed Jun 9 16:43:05 CDT 2021


Module: wine
Branch: master
Commit: 37c6790fb75ea5de61a83bd5441c2a7a2d624184
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=37c6790fb75ea5de61a83bd5441c2a7a2d624184

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Jun  9 08:59:52 2021 +0300

dxva2/tests: Remove a test failing on system with hw dxva devices support.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dxva2/tests/dxva2.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/dxva2/tests/dxva2.c b/dlls/dxva2/tests/dxva2.c
index 80749b81f12..4b09e93e87a 100644
--- a/dlls/dxva2/tests/dxva2.c
+++ b/dlls/dxva2/tests/dxva2.c
@@ -378,9 +378,6 @@ static void test_device_manager(void)
         hr = IDirectXVideoProcessorService_GetVideoProcessorRenderTargets(proc_service, &DXVA2_VideoProcSoftwareDevice,
                 &video_desc, &count, &formats);
         ok(hr == E_FAIL, "Unexpected hr %#x, format %d.\n", hr, rt_unsupported_formats[i]);
-
-        hr = IDirectXVideoProcessorService_GetVideoProcessorDeviceGuids(proc_service, &video_desc, &count, &guids);
-        ok(hr == E_FAIL, "Unexpected hr %#x.\n", hr);
     }
 
     IDirectXVideoProcessorService_Release(proc_service);




More information about the wine-cvs mailing list