Title: [291173] trunk/LayoutTests
Revision
291173
Author
don.olmst...@sony.com
Date
2022-03-11 09:31:51 -0800 (Fri, 11 Mar 2022)

Log Message

Platforms implementing WebSocketTask pass hybi/close-and-server-script-exception-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=237727

Reviewed by Alex Christensen.

The root expected.txt had a line with FAIL but all platforms that implement WebSocketTask
PASS the test fully. Make this the default and remove redundant expectations and add a
FAIL for Apple WebKitLegacy ports which don't implement WebSocketTask.

* http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt:
* platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
* platform/ios-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
* platform/mac-wk1/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt.
* platform/mac-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
* platform/win/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (291172 => 291173)


--- trunk/LayoutTests/ChangeLog	2022-03-11 17:16:52 UTC (rev 291172)
+++ trunk/LayoutTests/ChangeLog	2022-03-11 17:31:51 UTC (rev 291173)
@@ -1,3 +1,21 @@
+2022-03-11  Don Olmstead  <don.olmst...@sony.com>
+
+        Platforms implementing WebSocketTask pass hybi/close-and-server-script-exception-expected.txt
+        https://bugs.webkit.org/show_bug.cgi?id=237727
+
+        Reviewed by Alex Christensen.
+
+        The root expected.txt had a line with FAIL but all platforms that implement WebSocketTask
+        PASS the test fully. Make this the default and remove redundant expectations and add a
+        FAIL for Apple WebKitLegacy ports which don't implement WebSocketTask.
+
+        * http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt:
+        * platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
+        * platform/ios-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
+        * platform/mac-wk1/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt.
+        * platform/mac-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Removed.
+        * platform/win/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt.
+
 2022-03-11  Alan Bujtas  <za...@apple.com>
 
         [IFC][Integration] Add support for inline table

Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (291172 => 291173)


--- trunk/LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:16:52 UTC (rev 291172)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -5,7 +5,7 @@
 PASS ws on master document is ready.
 PASS insert a iframe, where open ws called 'socket1'
 PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
-FAIL closedSocket should be Closed without exception. Was Closed by exception.
+PASS closedSocket is "Closed without exception"
 PASS successfullyParsed is true
 
 TEST COMPLETE

Deleted: trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (291172 => 291173)


--- trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:16:52 UTC (rev 291172)
+++ trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -1,12 +0,0 @@
-Test how closing a connection triggers an exception in the python web socket server script or not
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS ws on master document is ready.
-PASS insert a iframe, where open ws called 'socket1'
-PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
-PASS closedSocket is "Closed without exception"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/ios-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (291172 => 291173)


--- trunk/LayoutTests/platform/ios-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:16:52 UTC (rev 291172)
+++ trunk/LayoutTests/platform/ios-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -1,12 +0,0 @@
-Test how closing a connection triggers an exception in the python web socket server script or not
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS ws on master document is ready.
-PASS insert a iframe, where open ws called 'socket1'
-PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
-PASS closedSocket is "Closed without exception"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Copied: trunk/LayoutTests/platform/mac-wk1/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (from rev 291172, trunk/LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt) (0 => 291173)


--- trunk/LayoutTests/platform/mac-wk1/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -0,0 +1,12 @@
+Test how closing a connection triggers an exception in the python web socket server script or not
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS ws on master document is ready.
+PASS insert a iframe, where open ws called 'socket1'
+PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
+FAIL closedSocket should be Closed without exception. Was Closed by exception.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Deleted: trunk/LayoutTests/platform/mac-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (291172 => 291173)


--- trunk/LayoutTests/platform/mac-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:16:52 UTC (rev 291172)
+++ trunk/LayoutTests/platform/mac-wk2/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -1,12 +0,0 @@
-Test how closing a connection triggers an exception in the python web socket server script or not
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS ws on master document is ready.
-PASS insert a iframe, where open ws called 'socket1'
-PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
-PASS closedSocket is "Closed without exception"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Copied: trunk/LayoutTests/platform/win/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (from rev 291172, trunk/LayoutTests/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt) (0 => 291173)


--- trunk/LayoutTests/platform/win/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt	2022-03-11 17:31:51 UTC (rev 291173)
@@ -0,0 +1,12 @@
+Test how closing a connection triggers an exception in the python web socket server script or not
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS ws on master document is ready.
+PASS insert a iframe, where open ws called 'socket1'
+PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
+FAIL closedSocket should be Closed without exception. Was Closed by exception.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to