[Webkit-unassigned] [Bug 230551] [WebDriver] Update w3c and selenium tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 21:55:43 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230551

--- Comment #18 from Lauro Moura <lmoura at igalia.com> ---
(In reply to Lauro Moura from comment #16)
> 
> Working fine for GTK here.
> 
> For WPE, running the following test with Cog makes the test suite to hang.
> With MiniBrowser it timeouts without getting stuck, like GTK. As the tests
> currently are still run with MiniBrowser, this should not be a blocker.
> 
> 
>  *
> imported/w3c/webdriver/tests/forward/forward.py::
> test_cross_origin[capabilities0]

The issue with Cog is that during this test the WebDriver loses connection with the browser and retries to launch it during the test teardown. As the previous instance is still running, the newly created Cog's GApplication just returns normally. Somehow this early return is making the WebDriver/test suite to hang instead of timing out.

Tomorrow I'll open a detailed bug for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210924/3d22e1c1/attachment.htm>


More information about the webkit-unassigned mailing list