Title: [286854] trunk/LayoutTests
Revision
286854
Author
[email protected]
Date
2021-12-10 09:07:12 -0800 (Fri, 10 Dec 2021)

Log Message

[ Monterey ] http/tests/workers/service/serviceworker-websocket.https.html (layout-test) is constant text failure
https://bugs.webkit.org/show_bug.cgi?id=233665
<rdar://problem/85888177>

Reviewed by Alex Christensen.

Allow all SSL certificates.

* http/tests/workers/service/serviceworker-websocket.https.html:
* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (286853 => 286854)


--- trunk/LayoutTests/ChangeLog	2021-12-10 16:56:55 UTC (rev 286853)
+++ trunk/LayoutTests/ChangeLog	2021-12-10 17:07:12 UTC (rev 286854)
@@ -1,3 +1,16 @@
+2021-12-10  Youenn Fablet  <[email protected]>
+
+        [ Monterey ] http/tests/workers/service/serviceworker-websocket.https.html (layout-test) is constant text failure
+        https://bugs.webkit.org/show_bug.cgi?id=233665
+        <rdar://problem/85888177>
+
+        Reviewed by Alex Christensen.
+
+        Allow all SSL certificates.
+
+        * http/tests/workers/service/serviceworker-websocket.https.html:
+        * platform/mac-wk2/TestExpectations:
+
 2021-12-10  Patrick Griffis  <[email protected]>
 
         CSP: Allow external scripts with SRI hashes matching CSP

Modified: trunk/LayoutTests/http/tests/workers/service/serviceworker-websocket.https.html (286853 => 286854)


--- trunk/LayoutTests/http/tests/workers/service/serviceworker-websocket.https.html	2021-12-10 16:56:55 UTC (rev 286853)
+++ trunk/LayoutTests/http/tests/workers/service/serviceworker-websocket.https.html	2021-12-10 17:07:12 UTC (rev 286854)
@@ -8,6 +8,9 @@
 var activeWorker;
 var scope = "/workers/service/resources/WebSocket/";
 
+if (window.testRunner)
+    testRunner.setAllowsAnySSLCertificate(true);
+
 promise_test(async (test) => {
     var registration = await navigator.serviceWorker.getRegistration(scope);
     if (registration && registration.scope === scope)

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (286853 => 286854)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-12-10 16:56:55 UTC (rev 286853)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-12-10 17:07:12 UTC (rev 286854)
@@ -1679,5 +1679,3 @@
 webkit.org/b/232492 [ BigSur Debug ] webrtc/video-receivers.html [ Pass Crash ]
 
 webkit.org/b/232497 [ BigSur Debug ] media/media-source/media-source-istypesupported-case-sensitive.html [ Pass Crash ]
-
-webkit.org/b/233665 [ Monterey+ ] http/tests/workers/service/serviceworker-websocket.https.html [ Failure ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to