Bug 216268

Summary: REGRESSION(r266697): [GTK] Several API tests are failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, vjaquez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-09-08 03:15:38 PDT
The following tests are consistently failing since r266697:

Unexpected failures (7)
    /WebKit2Gtk/TestWebKitWebView
        /webkit/WebKitWebView/ephemeral
        /webkit/WebKitWebView/can-show-mime-type
    /WebKit2Gtk/TestWebsiteData
        /webkit/WebKitWebsiteData/service-worker-registrations
        /webkit/WebKitWebsiteData/databases
        /webkit/WebKitWebsiteData/storage
        /webkit/WebKitWebsiteData/cookies
        /webkit/WebKitWebsiteData/itp

See: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/15691/steps/API%20tests/logs/stdio
Comment 1 Víctor M. Jáquez L. 2020-09-08 03:22:22 PDT
There's a follow up patch to fix this:

https://bugs.webkit.org/attachment.cgi?id=408220&action=edit
Comment 2 Víctor M. Jáquez L. 2020-09-08 07:34:04 PDT
This should be already fixed since the second patch of https://bugs.webkit.org/show_bug.cgi?id=204673 was already merged
Comment 3 Diego Pino 2020-09-10 07:40:02 PDT
Fixed by r266721. Removed passing tests from test expectations in r266823.