Bug 230354

Summary: Regression (r282484): [ iOS macOS ] imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https.html is failing
Product: WebKit Reporter: ayumi_kojima
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, ggaren, 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=230293
Attachments:
Description Flags
Patch none

Description ayumi_kojima 2021-09-16 09:23:55 PDT
imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https.html

Is failing on iOS. It is also flaky failing on macOS.

History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Fclients-matchall-client-types.https.html

Diff:

--- /Volumes/Data/worker/ios-simulator-14-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-actual.txt
@@ -1,4 +1,4 @@
 
 PASS Verify matchAll() with window client type
-FAIL Verify matchAll() with {window, sharedworker, worker} client types promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: SharedWorker"
+FAIL Verify matchAll() with {window, sharedworker, worker} client types promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'w.port.onmessage = _ => resolve(w)')"
Comment 1 Radar WebKit Bug Importer 2021-09-16 09:25:31 PDT
<rdar://problem/83200166>
Comment 2 Alex Christensen 2021-09-16 11:54:46 PDT
Created attachment 438379 [details]
Patch
Comment 3 Chris Dumez 2021-09-16 13:54:30 PDT
Comment on attachment 438379 [details]
Patch

Doesn't need a review but r+
Comment 4 EWS 2021-09-16 17:09:33 PDT
Committed r282620 (241778@main): <https://commits.webkit.org/241778@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 438379 [details].