Commit 9b6f65cc authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

user32/tests: Do not dump the message sequence when a todo succeeds on Windows.

parent b5958a78
...@@ -2914,7 +2914,7 @@ static void ok_sequence_(const struct message *expected_list, const char *contex ...@@ -2914,7 +2914,7 @@ static void ok_sequence_(const struct message *expected_list, const char *contex
context, count, expected->message, actual->message); context, count, expected->message, actual->message);
} }
} }
if( todo && !failcount) /* succeeded yet marked todo */ if (todo && !failcount && !strcmp(winetest_platform, "wine")) /* succeeded yet marked todo */
todo_wine { todo_wine {
dump++; dump++;
ok_( file, line)( TRUE, "%s: marked \"todo_wine\" but succeeds\n", context); ok_( file, line)( TRUE, "%s: marked \"todo_wine\" but succeeds\n", context);
......
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