Bug 229573
Summary: | [iOS] 3 service worker tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
Component: | Service Workers | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ehutchison, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Hutchison
imported/w3c/web-platform-tests/service-workers/service-worker/getregistrations.https.html
imported/w3c/web-platform-tests/service-workers/service-worker/register-default-scope.https.html
imported/w3c/web-platform-tests/service-workers/service-worker/http-to-https-redirect-and-register.https.html
are flaky failures on iOS14.
History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Fgetregistrations.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Fhttp-to-https-redirect-and-register.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Fregister-default-scope.https.html
Results: https://build.webkit.org/results/Apple-iPadOS-14-Simulator-Release-WK2-Tests/r277485%20(989)/results.html; https://build.webkit.org/results/Apple-iOS-14-Simulator-Release-WK2-Tests/r278445%20(1837)/results.html; https://build.webkit.org/results/Apple-iOS-14-Simulator-Release-WK2-Tests/r281058%20(2773)/results.html
Diff:
404 Not Found
----------------------
--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/register-default-scope.https-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/register-default-scope.https-actual.txt
@@ -1,5 +1,7 @@
-PASS default scope
-PASS undefined scope
-PASS null scope
+Harness Error (TIMEOUT), message = null
+TIMEOUT default scope Test timed out
+NOTRUN undefined scope
+NOTRUN null scope
+
-----------------------
--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/http-to-https-redirect-and-register.https-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/http-to-https-redirect-and-register.https-actual.txt
@@ -1,4 +1,6 @@
+
+Harness Error (TIMEOUT), message = null
PASS register on a secure page after redirect from an non-secure url
-FAIL register on a non-secure page after redirect from an non-secure url assert_equals: expected "FAIL: navigator.serviceWorker is undefined" but got "OK"
+TIMEOUT register on a non-secure page after redirect from an non-secure url Test timed out
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82396454>
Eric Hutchison
Updated test expectations at https://trac.webkit.org/changeset/281634/webkit
Eric Hutchison
Removed test expectations: https://trac.webkit.org/changeset/282422/webkit.