[PATCH 0/1] MR985: mshtml/tests: Mark tests failing randomly on Windows as flaky.
From: Francois Gouget <fgouget(a)codeweavers.com> Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53509 --- dlls/mshtml/tests/script.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c index 14e3a148239..9b8e2656698 100644 --- a/dlls/mshtml/tests/script.c +++ b/dlls/mshtml/tests/script.c @@ -3219,6 +3219,7 @@ static void report_data(ProtocolHandler *This) ok(hres == S_OK, "ReportData failed: %08lx\n", hres); hres = IInternetProtocolSink_ReportResult(This->sink, S_OK, 0, NULL); + flaky ok(hres == S_OK, "ReportResult failed: %08lx\n", hres); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/985
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 full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=124675 Your paranoid android. === w10pro64_ja (64 bit report) === mshtml: script.c:3223: Test marked flaky: ReportResult failed: 80ef0001 Report validation errors: mshtml:script has unaccounted for failure messages mshtml:script returned success despite having failures
This merge request was closed by Jacek Caban. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/985
participants (4)
-
Francois Gouget -
Francois Gouget (@fgouget) -
Jacek Caban (@jacek) -
Marvin