From: Francois Gouget fgouget@codeweavers.com
--- dlls/riched20/tests/editor.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c index ab741f23035..d0c696d6cfa 100644 --- a/dlls/riched20/tests/editor.c +++ b/dlls/riched20/tests/editor.c @@ -5731,6 +5731,7 @@ static void test_EM_FORMATRANGE(void) SIZE stringsize; int len;
+ winetest_push_context("%d:", i); SendMessageA(hwndRichEdit, WM_SETTEXT, 0, (LPARAM)fmtstrings[i].string);
gtl.flags = GTL_NUMCHARS | GTL_PRECISE; @@ -5787,6 +5788,7 @@ static void test_EM_FORMATRANGE(void) todo_wine { ok(r == len, "Expected %d, got %d\n", len, r); } + winetest_pop_context(); }
ReleaseDC(NULL, hdc);
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=129451
Your paranoid android.
=== w10pro64_en_AE_u8 (64 bit report) ===
riched20: editor.c:5783: Test failed: 0:: Expected < 9, got 10