Commit 2da42cec authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

user32/tests: Delete a faulty test.

I prefer not to delete any tests, but I see no way to preserve this one while accounting for the possibility of an ignored message coming in during the 100 ms wait, and for the most part it seems redundant with other tests. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53435
parent 43f01a2f
......@@ -19688,11 +19688,6 @@ static void test_SendMessage_other_thread(int thread_n)
/* intentionally yield */
MsgWaitForMultipleObjects(0, NULL, FALSE, 100, qs_all_input);
ret = GetQueueStatus(QS_SENDMESSAGE|QS_POSTMESSAGE);
/* FIXME: remove once Wine is fixed */
todo_wine_if (thread_n == 2)
ok(ret == 0, "wrong status %08lx\n", ret);
if (winetest_debug > 1) trace("main: call PeekMessage\n");
ok(!PeekMessageA(&msg, 0, 0, 0, PM_REMOVE), "PeekMessage should fail\n");
ok_sequence(WmEmptySeq, "SendMessage from other thread 5", thread_n == 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment