Title: [281366] trunk/LayoutTests
Revision
281366
Author
commit-qu...@webkit.org
Date
2021-08-20 23:10:53 -0700 (Fri, 20 Aug 2021)

Log Message

Unreviewed, reverting r281343.
https://bugs.webkit.org/show_bug.cgi?id=229362

caused iOS test failure

Reverted changeset:

"Update baseline for http/tests/websocket/tests/hybi/close-
code-and-reason.html."
https://commits.webkit.org/r281343

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281365 => 281366)


--- trunk/LayoutTests/ChangeLog	2021-08-21 05:58:38 UTC (rev 281365)
+++ trunk/LayoutTests/ChangeLog	2021-08-21 06:10:53 UTC (rev 281366)
@@ -1,3 +1,16 @@
+2021-08-20  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, reverting r281343.
+        https://bugs.webkit.org/show_bug.cgi?id=229362
+
+        caused iOS test failure
+
+        Reverted changeset:
+
+        "Update baseline for http/tests/websocket/tests/hybi/close-
+        code-and-reason.html."
+        https://commits.webkit.org/r281343
+
 2021-08-20  Zalan Bujtas  <za...@apple.com>
 
         [IFC][Integration] Enable inline level boxes with relative (min/max)width and (min/max)height values

Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt (281365 => 281366)


--- trunk/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt	2021-08-21 05:58:38 UTC (rev 281365)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt	2021-08-21 06:10:53 UTC (rev 281366)
@@ -39,43 +39,43 @@
 WebSocketTest.onopen() was called with testId = 3.
 WebSocketTest.onclose() was called with testId = 3.
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1005.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
 PASS closeEvent.reason is ''
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1005.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
 PASS closeEvent.reason is ''
 WebSocketTest.onopen() was called with testId = 4.
 WebSocketTest.onclose() was called with testId = 4.
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1005.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
 PASS closeEvent.reason is ''
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1005.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
 PASS closeEvent.reason is ''
 WebSocketTest.onopen() was called with testId = 5.
 WebSocketTest.onclose() was called with testId = 5.
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1015.
-FAIL closeEvent.reason should be . Was baz.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
+PASS closeEvent.reason is ''
 PASS typeof closeEvent.wasClean is 'boolean'
-FAIL closeEvent.wasClean should be false. Was true.
-FAIL closeEvent.code should be 1006. Was 1015.
-FAIL closeEvent.reason should be . Was baz.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is 1006
+PASS closeEvent.reason is ''
 WebSocketTest.onopen() was called with testId = 6.
 WebSocketTest.onclose() was called with testId = 6.
 PASS typeof closeEvent.wasClean is 'boolean'
 PASS closeEvent.wasClean is true
-FAIL closeEvent.code should be 65535. Was 1005.
-FAIL closeEvent.reason should be good bye. Was .
+PASS closeEvent.code is 65535
+PASS closeEvent.reason is 'good bye'
 PASS typeof closeEvent.wasClean is 'boolean'
 PASS closeEvent.wasClean is true
-FAIL closeEvent.code should be 65535. Was 1005.
-FAIL closeEvent.reason should be good bye. Was .
+PASS closeEvent.code is 65535
+PASS closeEvent.reason is 'good bye'
 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