[PATCH 1/6] comctl32/tests: Don't dump successful sequences on Windows.

Stefan Dösinger stefan at codeweavers.com
Wed Apr 5 02:15:39 CDT 2017


---
 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..b30b5d8 100644
--- a/dlls/comctl32/tests/msg.h
+++ b/dlls/comctl32/tests/msg.h
@@ -369,7 +369,7 @@ static void ok_sequence_(struct msg_sequence **seq, int sequence_index,
             context, expected->message, actual->message);
     }
 
-    if(todo && !failcount) /* succeeded yet marked todo */
+    if(todo && !failcount && !broken(TRUE)) /* succeeded yet marked todo */
     {
         dump++;
         todo_wine
-- 
2.10.2




More information about the wine-patches mailing list