Bug 181929 - [GTK] Test /webkit/WebKitWebsiteData/resource-load-statistics is failing since r227223
Summary: [GTK] Test /webkit/WebKitWebsiteData/resource-load-statistics is failing sinc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2018-01-22 02:37 PST by Carlos Garcia Campos
Modified: 2018-01-22 06:03 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.95 KB, patch)
2018-01-22 02:38 PST, Carlos Garcia Campos
mcatanzaro: review+
ews-watchlist: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews107 for mac-sierra-wk2 (2.80 MB, application/zip)
2018-01-22 03:57 PST, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2018-01-22 02:37:49 PST
The test is checking that the resource load stats file is deleted after clearing website data. Since r227223, the website data completion callback is not called immediately, and a new file is created when the operation finishes. We need to check that the file was removing after calling clear.
Comment 1 Carlos Garcia Campos 2018-01-22 02:38:55 PST
Created attachment 331908 [details]
Patch
Comment 2 EWS Watchlist 2018-01-22 03:57:05 PST
Comment on attachment 331908 [details]
Patch

Attachment 331908 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/6167388

New failing tests:
media/video-main-content-autoplay.html
Comment 3 EWS Watchlist 2018-01-22 03:57:06 PST
Created attachment 331914 [details]
Archive of layout-test-results from ews107 for mac-sierra-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107  Port: mac-sierra-wk2  Platform: Mac OS X 10.12.6
Comment 4 Carlos Garcia Campos 2018-01-22 06:03:40 PST
Committed r227289: <https://trac.webkit.org/changeset/227289>