Diff
Modified: trunk/LayoutTests/ChangeLog (266107 => 266108)
--- trunk/LayoutTests/ChangeLog 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/ChangeLog 2020-08-25 08:11:32 UTC (rev 266108)
@@ -1,3 +1,19 @@
+2020-08-25 Diego Pino Garcia <[email protected]>
+
+ [GLIB] Unreviewed test gardening. Updated hybi baselines after r266057.
+
+ * platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-expected.txt.
+ * platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt:
+ * platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt:
+ * platform/gtk/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt: Removed.
+ * platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt: Removed.
+ * platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt: Removed.
+ * platform/gtk/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt: Removed.
+ * platform/wpe/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt: Removed.
+ * platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt: Removed.
+ * platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-expected.txt: Removed.
+ * platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt: Removed.
+
2020-08-24 Diego Pino Garcia <[email protected]>
[GLIB] Unreviewed test gardening. Reintroduce several WPT css-content failing tests removed in r266094.
Copied: trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (from rev 266104, trunk/LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-on-unload-expected.txt) (0 => 266108)
--- trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/close-and-server-script-exception-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -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...
+PASS closedSocket is "Closed without exception"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Modified: trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -3,23 +3,19 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Testing query: "max_window_bits=8"
-FAIL ws.extensions.search('x-webkit-deflate-frame') != -1 should be true. Was false.
-FAIL ws.extensions.search('max_window_bits=8') != -1 should be true. Was false.
+PASS testResult is true
PASS event.data is firstMessage
PASS event.data is secondMessage
onclose() was called.
PASS closeEvent.wasClean is true
Testing query: "no_context_takeover"
-FAIL ws.extensions.search('x-webkit-deflate-frame') != -1 should be true. Was false.
-FAIL ws.extensions.search('no_context_takeover') != -1 should be true. Was false.
+PASS testResult is true
PASS event.data is firstMessage
PASS event.data is secondMessage
onclose() was called.
PASS closeEvent.wasClean is true
Testing query: "max_window_bits=8&no_context_takeover"
-FAIL ws.extensions.search('x-webkit-deflate-frame') != -1 should be true. Was false.
-FAIL ws.extensions.search('max_window_bits=8') != -1 should be true. Was false.
-FAIL ws.extensions.search('no_context_takeover') != -1 should be true. Was false.
+PASS testResult is true
PASS event.data is firstMessage
PASS event.data is secondMessage
onclose() was called.
Modified: trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -7,7 +7,7 @@
Check if the value is read only:
PASS ws.extensions = 'foo'; ws.extensions is ""
Check the value after the connection is established:
-FAIL ws.extensions should be x-webkit-deflate-frame. Was permessage-deflate.
+PASS hasDeflateExtension is true
PASS successfullyParsed is true
TEST COMPLETE
Deleted: trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-navigate-new-location-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -1,12 +0,0 @@
-Test if Web Socket is closed when navigating to new location.
-
-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. navigate to new location. expect receiving 'socket1' on ws...
-FAIL closedSocket should be socket1. Was socket1: receive next message.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -1,12 +0,0 @@
-Test if Web Socket is closed on unload and not crashed if garbage collected
-
-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 and force garbage collection. expect receiving 'socket1' on ws and no crash...
-FAIL closedSocket should be socket1. Was socket1: receive next message.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -1,12 +0,0 @@
-Test if Web Socket is closed on unload
-
-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 socket1. Was socket1: receive next message.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Deleted: trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt (266107 => 266108)
--- trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt 2020-08-25 08:06:48 UTC (rev 266107)
+++ trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent-expected.txt 2020-08-25 08:11:32 UTC (rev 266108)
@@ -1,14 +0,0 @@
-Test if Web Socket opened in iframe but referred in parent document is closed on unloading the frame.
-
-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 document.childWebSocket is non-null.
-PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
-FAIL closedSocket should be socket1. Was socket1: receive next message.
-PASS document.childWebSocket.readyState is 3
-PASS successfullyParsed is true
-
-TEST COMPLETE
-