=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: comctl32/tests: Don' t dump successful sequences on Windows.

Alexandre Julliard julliard at winehq.org
Fri Apr 7 15:17:03 CDT 2017


Module: wine
Branch: master
Commit: 490d6f456b0a6869d5d044a842f00593021cc905
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=490d6f456b0a6869d5d044a842f00593021cc905

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Fri Apr  7 16:02:01 2017 +0200

comctl32/tests: Don't dump successful sequences on Windows.

Signed-off-by: Stefan Dösinger <stefan at codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/tests/msg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/tests/msg.h b/dlls/comctl32/tests/msg.h
index 3fa0fae..242d690 100644
--- a/dlls/comctl32/tests/msg.h
+++ b/dlls/comctl32/tests/msg.h
@@ -371,7 +371,7 @@ static void ok_sequence_(struct msg_sequence **seq, int sequence_index,
 
     if(todo && !failcount) /* succeeded yet marked todo */
     {
-        dump++;
+        if (!strcmp(winetest_platform, "wine")) dump++;
         todo_wine
         {
             ok_(file, line)(TRUE, "%s: marked \"todo_wine\" but succeeds\n", context);




More information about the wine-cvs mailing list