Bug 226949
Summary: | REGRESSION (r278754): [iOS] 5 TestWebKitAPI.WKWebView.SnapshotImage* tests consistently timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=226257 |
Ryan Haddad
The following API tests are consistently timing out on iOS simulator bots:
TestWebKitAPI.WKWebView.SnapshotImageUninitializedConfiguration
TestWebKitAPI.WKWebView.SnapshotImageLargeAsyncDecoding
TestWebKitAPI.WKWebView.SnapshotImageScale
TestWebKitAPI.WKWebView.SnapshotImageNilConfiguration
TestWebKitAPI.WKWebView.SnapshotImageUninitializedSnapshotWidth
https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.WKWebView.SnapshotImageLargeAsyncDecoding&test=TestWebKitAPI.WKWebView.SnapshotImageNilConfiguration&test=TestWebKitAPI.WKWebView.SnapshotImageScale&test=TestWebKitAPI.WKWebView.SnapshotImageUninitializedConfiguration&test=TestWebKitAPI.WKWebView.SnapshotImageUninitializedSnapshotWidth
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/79230181>
Ryan Haddad
Based on test history, it looks like https://commits.webkit.org/238715@main is the mostly likely cause of this regression.
Ryan Haddad
This is causing iOS API test EWS to retry all patches.
Ryan Haddad
Reverted r278754 for reason:
Caused 5 TestWebKitAPI.WKWebView.SnapshotImage* tests to time out on iOS
Committed r278807 (238764@main): <https://commits.webkit.org/238764@main>