Nikolay Sivov : mfplat/tests: Remove a test crashing on XP/Vista.

Alexandre Julliard julliard at winehq.org
Mon Mar 11 16:29:53 CDT 2019


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar 11 14:44:18 2019 +0300

mfplat/tests: Remove a test crashing on XP/Vista.

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

---

 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 1bf7ebb..7e8968b 100644
--- a/dlls/mfplat/tests/mfplat.c
+++ b/dlls/mfplat/tests/mfplat.c
@@ -874,9 +874,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);




More information about the wine-cvs mailing list