10 Oct
2022
10 Oct
'22
7:12 a.m.
Jacek Caban (@jacek) commented about dlls/ieframe/tests/webbrowser.c:
if(client) { DWORD count = pSetQueryNetSessionCount(SESSION_QUERY); + flaky ok(count == session_count + 1, "count = %lu expected %lu\n", count, session_count + 1);
You could probably use ">=" instead of exact comparison to make the test more reliable. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/993#note_10105