Module: wine Branch: master Commit: 3cb90b60a56156da735e717acdd2a172ecbc2797 URL: https://gitlab.winehq.org/wine/wine/-/commit/3cb90b60a56156da735e717acdd2a17...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Thu Oct 12 01:18:15 2023 -0400
windows.media.mediacontrol/tests: Remove flakey ref count test.
---
dlls/windows.media.mediacontrol/tests/mediacontrol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dlls/windows.media.mediacontrol/tests/mediacontrol.c b/dlls/windows.media.mediacontrol/tests/mediacontrol.c index a714cb84b44..275527333f8 100644 --- a/dlls/windows.media.mediacontrol/tests/mediacontrol.c +++ b/dlls/windows.media.mediacontrol/tests/mediacontrol.c @@ -146,8 +146,7 @@ static void test_MediaControlStatics(void) ok( hr == S_OK, "got hr %#lx.\n", hr ); ok( value == FALSE, "got value %d.\n", value );
- ref = ISystemMediaTransportControls_Release( media_control_statics ); - ok( ref == 1 || broken(ref == 3) /* Win10 1507 */ || broken(ref == 2) /* Win10 1607 */, "got ref %ld.\n", ref ); + ISystemMediaTransportControls_Release( media_control_statics ); done: DestroyWindow( window ); ref = ISystemMediaTransportControlsInterop_Release( media_control_interop_statics );