Huw Davies : riched32/tests: Add a todo_wine for a test that has always failed.

Alexandre Julliard julliard at winehq.org
Tue Mar 9 14:55:18 CST 2021


Module: wine
Branch: master
Commit: 8dbc40be14367f360db6d340382b42fa39f15812
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8dbc40be14367f360db6d340382b42fa39f15812

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Mar  8 13:45:47 2021 +0000

riched32/tests: Add a todo_wine for a test that has always failed.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list