Bug 217462 - REGRESSION (iOS 14): [ iOS wk2 ] imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-add.https.html is a flaky failure
Summary: REGRESSION (iOS 14): [ iOS wk2 ] imported/w3c/web-platform-tests/service-work...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-07 18:40 PDT by Karl Rackler
Modified: 2023-03-20 08:47 PDT (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 Karl Rackler 2020-10-07 18:40:29 PDT
Description:
imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-add.https.html

The first iOS 14 failure that I see this on the dashboard was 09/29/20 at r267773, but does not appear to be relevant to what would have caused this.

The test appears to be a flaky failure since introduction with iOS 14.

History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fcache-storage%2Fserviceworker%2Fcache-add.https.html&limit=50000&platform=ios

Diff Log:
--- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt
+++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-add.https-actual.txt
@@ -14,7 +14,7 @@
 PASS Cache.addAll with no arguments
 PASS Cache.addAll with a mix of valid and undefined arguments
 PASS Cache.addAll with an empty array
-PASS Cache.addAll with string URL arguments
+FAIL Cache.addAll with string URL arguments assert_class_string: Cache.addAll should put a resource in the cache. expected "[object Response]" but got "[object Undefined]"
 PASS Cache.addAll with Request arguments
 PASS Cache.addAll with a mix of succeeding and failing requests
 PASS Cache.addAll called with the same Request object specified twice
Comment 1 Radar WebKit Bug Importer 2020-10-07 18:40:58 PDT
<rdar://problem/70074683>
Comment 2 Karl Rackler 2020-10-07 18:53:05 PDT
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/268167/webkit
Comment 3 youenn fablet 2023-03-20 07:24:38 PDT
This test is now passing consistently.
Comment 4 youenn fablet 2023-03-20 07:30:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11709
Comment 5 EWS 2023-03-20 08:46:58 PDT
Committed 261872@main (d5115edec886): <https://commits.webkit.org/261872@main>

Reviewed commits have been landed. Closing PR #11709 and removing active labels.