Bug 185028
Summary: | Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Service Workers | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jonlee, youennf |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
The following layout test is failing on iOS and macOS
imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html
Probable cause:
https://trac.webkit.org/changeset/231000/webkit
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Ffetch-request-redirect.https.html
--- /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt
+++ /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-actual.txt
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: Response served by service worker is opaque redirect
-CONSOLE MESSAGE: XMLHttpRequest cannot load https://localhost:9443/service-workers/service-worker/resources/redirect.py?Redirect=%2Fservice-workers%2Fservice-worker%2Fresources%2Fsimple.txt due to access control checks.
-CONSOLE MESSAGE: Response served by service worker has redirections
PASS Verify redirect mode of Fetch API and ServiceWorker FetchEvent.
PASS Verify redirected of Response(Fetch API) and ServiceWorker FetchEvent.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
After being rebaselined, this test is failing consistently. It was previously marked as flaky on macOS as pert of https://bugs.webkit.org/show_bug.cgi?id=181750, so EWS didn't catch the failure.
Youenn, can you take a look?
Ryan Haddad
Marked test as failing as part of https://trac.webkit.org/changeset/231127/webkit
Jon Lee
*** This bug has been marked as a duplicate of bug 236680 ***