Title: [282620] trunk/LayoutTests
Revision
282620
Author
[email protected]
Date
2021-09-16 17:09:25 -0700 (Thu, 16 Sep 2021)

Log Message

Regression (r282484): [ iOS macOS ] imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https.html is failing
https://bugs.webkit.org/show_bug.cgi?id=230354

Patch by Alex Christensen <[email protected]> on 2021-09-16
Reviewed by Chris Dumez.

This test started failing on iOS, and this updates the expectations to make it pass again.
The test is flaky on WK2, but it is already marked as such, to be fixed in webkit.org/b/182341

* platform/ios-wk2/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282619 => 282620)


--- trunk/LayoutTests/ChangeLog	2021-09-16 23:42:36 UTC (rev 282619)
+++ trunk/LayoutTests/ChangeLog	2021-09-17 00:09:25 UTC (rev 282620)
@@ -1,3 +1,15 @@
+2021-09-16  Alex Christensen  <[email protected]>
+
+        Regression (r282484): [ iOS macOS ] imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=230354
+
+        Reviewed by Chris Dumez.
+
+        This test started failing on iOS, and this updates the expectations to make it pass again.
+        The test is flaky on WK2, but it is already marked as such, to be fixed in webkit.org/b/182341
+
+        * platform/ios-wk2/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt:
+
 2021-09-16  Ayumi Kojima  <[email protected]>
 
         [ MacOS EWS ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html is flaky failing

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt (282619 => 282620)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt	2021-09-16 23:42:36 UTC (rev 282619)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt	2021-09-17 00:09:25 UTC (rev 282620)
@@ -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)')"
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to