[Webkit-unassigned] [Bug 204065] New: [GTK] WebDriver: fullscreen tests are failing in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 04:12:10 PST 2019


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

            Bug ID: 204065
           Summary: [GTK] WebDriver: fullscreen tests are failing in the
                    bots
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

For some reason they fail only in the WebKit bot. They all pass for me locally and they pass in wfi too (see https://staging.wpt.fyi/results/webdriver/tests/fullscreen_window?label=master&label=experimental&product=webkitgtk&aligned).

It's the same error in all the cases, the atom script is timing out.

_______________________________ test_fullscreen ________________________________

session = <Session b8f78c62-f427-41d4-9a06-b93a86984b0f>

    def test_fullscreen(session):
        response = fullscreen(session)
>       assert_success(response)

response   = <Response status=408 error=<ScriptTimeoutException http_status=408>>
session    = <Session b8f78c62-f427-41d4-9a06-b93a86984b0f>

WebDriverTests/imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py:17: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response status=408 error=<ScriptTimeoutException http_status=408>>
value = None

    def assert_success(response, value=None):
        """
        Verify that the provided webdriver.Response instance described
        a valid error response as defined by `dfn-send-an-error` and
        the provided error code.

        :param response: ``webdriver.Response`` instance.
        :param value: Expected value of the response body, if any.
        """
>       assert response.status == 200, str(response.error)
E       AssertionError: script timeout (408): 
E         
E       assert 408 == 200
E        +  where 408 = <Response status=408 error=<ScriptTimeoutException http_status=408>>.status

response   = <Response status=408 error=<ScriptTimeoutException http_status=408>>
value      = None

WebDriverTests/imported/w3c/webdriver/tests/support/asserts.py:66: AssertionError
_________________________________ test_payload _________________________________

session = <Session b8f78c62-f427-41d4-9a06-b93a86984b0f>

    def test_payload(session):
        response = fullscreen(session)

>       assert response.status == 200
E       assert 408 == 200
E        +  where 408 = <Response status=408 error=<ScriptTimeoutException http_status=408>>.status

response   = <Response status=408 error=<ScriptTimeoutException http_status=408>>
session    = <Session b8f78c62-f427-41d4-9a06-b93a86984b0f>

WebDriverTests/imported/w3c/webdriver/tests/fullscreen_window/fullscreen.py:25: AssertionError

-- 
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/20191111/b8c256b2/attachment.htm>


More information about the webkit-unassigned mailing list