Bug 217412
Summary: | REGRESSION(iOS 14): http/wpt/cache-storage/cache-quota.any.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ben_schwartz, rackler, 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=184787 |
Hector Lopez
http/wpt/cache-storage/cache-quota.any.html
Test is a flaky failure according to history on iOS. First occurrence of failure coincides with the start of testing on iOS 14. Test is not a flaky failure on iOS 13. Of note also is that there is a test expectation for [this test as listed here:
LayoutTests/platform/ios-simulator-wk2/TestExpectations:48:http/wpt/cache-storage/cache-quota.any.html [ Slow ]
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fcache-storage%2Fcache-quota.any.html&platform=ios
Diff:
--- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-expected.txt
+++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-actual.txt
@@ -1,9 +1,10 @@
CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
-CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
+
+Harness Error (TIMEOUT), message = null
PASS Testing synthetic response body size padding
PASS Testing non opaque response body size padding
PASS Testing opaque response body size padding
PASS Hitting cache quota for non opaque responses
-PASS Hitting cache quota for padded responses
+TIMEOUT Hitting cache quota for padded responses Test timed out
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70021168>
Hector Lopez
Test expectation while investigated:
https://trac.webkit.org/changeset/268081/webkit
Karl Rackler
Move test expectations from ios-wk2 to ios-simulator-wk2
https://trac.webkit.org/changeset/268186/webkit
Ben Schwartz
This test hasn't failed since March 18, 2023 (iOS 16). Is it safe to say this is resolved?