Bug 194034 - [GTK] REGRESSION(rr240243): http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html is timing out
Summary: [GTK] REGRESSION(rr240243): http/tests/websocket/connection-refusal-in-frame-...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-30 12:47 PST by Alicia Boya García
Modified: 2019-01-30 14:14 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-01-30 12:47:11 PST
The following test is timing out in GTK since r240242:r240244. Other platforms are fine.

http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html

Probable cause: r240243

commit 1e8cac6ff06394917230f4a4058ea252beef133d
Author: bfulgham@apple.com <bfulgham@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 21 22:28:04 2019 +0000

    Implement message handlers for NetworkProcess-based ResourceLoadStatistics
    https://bugs.webkit.org/show_bug.cgi?id=193556
    <rdar://problem/47368501>
    
    Reviewed by Alex Christensen.
    
    Source/WebCore:
    
    This patch adds a new observer callback used to message the NetworkProcess when
    user interaction events are received. This is needed when the ResourceLoadStatistics
    data is not being managed by the UIProcess.
    
    Tested by existing ResourceLoadStatistics and storageAccess tests.
Comment 1 Michael Catanzaro 2019-01-30 14:14:27 PST
Should be skipped right under:

# No support for resource load statistics yet
http/tests/resourceLoadStatistics/ [ Skip ]