5 Oct
2023
5 Oct
'23
10:43 a.m.
Jacek Caban (@jacek) commented about dlls/ieframe/tests/ie.c:
ok(!strcmp(buf, "IEFrame"), "Unexpected class name %s\n", buf); }
-static void test_navigate(IWebBrowser2 *wb, const WCHAR *url) +static void CALLBACK navigate_timeout(HWND hwnd, UINT msg, UINT_PTR timer, DWORD time) +{ + win_skip("Navigation timed out, skipping tests...\n");
This timeout is weird, do you know why do we hit it? Would using something like test.winehq.org:1234 instead of localhost avoid the problem? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4016#note_47677