[v2 PATCH] mfplat/tests: Remove a test crashing on XP/Vista.

Nikolay Sivov nsivov at codeweavers.com
Mon Mar 11 06:44:18 CDT 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

v2: another attempt

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

diff --git a/dlls/mfplat/tests/mfplat.c b/dlls/mfplat/tests/mfplat.c
index ae9d3b5719..3fa729b50e 100644
--- a/dlls/mfplat/tests/mfplat.c
+++ b/dlls/mfplat/tests/mfplat.c
@@ -873,9 +873,6 @@ static HRESULT WINAPI testcallback_Invoke(IMFAsyncCallback *iface, IMFAsyncResul
 
         IMFMediaEvent_Release(event);
 
-        hr = IMFMediaEventQueue_EndGetEvent(queue, result, &event);
-        ok(hr == E_FAIL, "Unexpected result, hr %#x.\n", hr);
-
         IMFMediaEventQueue_Release(queue);
 
         SetEvent(callback->event);
-- 
2.20.1




More information about the wine-devel mailing list