dmime/tests: Remove some unnecessary and spuriously failing waits.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55637
This commit is contained in:
Rémi Bernon 2023-12-15 12:12:49 +01:00 committed by Alexandre Julliard
parent 3ad341b603
commit 930776022d

View file

@ -3296,8 +3296,6 @@ static void test_notification_pmsg(void)
hr = IDirectMusicPerformance_FreePMsg(performance, msg);
ok(hr == S_OK, "got %#lx\n", hr);
ret = test_tool_wait_message(tool, 50, &msg);
ok(ret == WAIT_TIMEOUT, "got %#lx\n", ret);
ret = test_tool_wait_message(tool, 500, &msg);
ok(!ret, "got %#lx\n", ret);
check_dmus_dirty_pmsg(msg, music_time + length);
@ -3534,9 +3532,6 @@ static void test_notification_pmsg(void)
hr = IDirectMusicPerformance_FreePMsg(performance, msg);
ok(hr == S_OK, "got %#lx\n", hr);
ret = test_tool_wait_message(tool, 500, &msg);
ok(ret == WAIT_TIMEOUT, "got %#lx\n", ret);
IDirectMusicSegmentState_Release(state);
IDirectMusicSegment_Release(segment);