[PATCH 3/5] riched32/tests: Add a todo_wine for a test that has always failed.

Huw Davies huw at codeweavers.com
Mon Mar 8 07:45:47 CST 2021


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/riched32/tests/editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched32/tests/editor.c b/dlls/riched32/tests/editor.c
index f361d49478e..f4f6ebeb709 100644
--- a/dlls/riched32/tests/editor.c
+++ b/dlls/riched32/tests/editor.c
@@ -155,7 +155,7 @@ static void test_WM_GETTEXTLENGTH(void)
     {
         SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)text3);
         result = SendMessageA(hwndRichEdit, WM_GETTEXTLENGTH, 0, 0);
-        ok(result == 8, "WM_GETTEXTLENGTH returned %d, expected 8\n", result);
+        todo_wine ok(result == 8, "WM_GETTEXTLENGTH returned %d, expected 8\n", result);
     }
 
     DestroyWindow(hwndRichEdit);
-- 
2.23.0




More information about the wine-devel mailing list