Title: [281343] trunk/LayoutTests
Revision
281343
Author
ehutchi...@apple.com
Date
2021-08-20 15:19:29 -0700 (Fri, 20 Aug 2021)

Log Message

Update baseline for http/tests/websocket/tests/hybi/close-code-and-reason.html.
<rdar://82186597>.

Unreviewed rebaseline.

* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281342 => 281343)


--- trunk/LayoutTests/ChangeLog	2021-08-20 22:01:12 UTC (rev 281342)
+++ trunk/LayoutTests/ChangeLog	2021-08-20 22:19:29 UTC (rev 281343)
@@ -1,3 +1,12 @@
+2021-08-20  Eric Hutchison  <ehutchi...@apple.com>
+
+        Update baseline for http/tests/websocket/tests/hybi/close-code-and-reason.html.
+        <rdar://82186597>.
+
+        Unreviewed rebaseline.
+
+        * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
+
 2021-08-20  Mikhail R. Gadelha  <mikh...@igalia.com>
 
         Unreviewed. Skip failing tests in 32 bits archs

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


--- trunk/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt	2021-08-20 22:01:12 UTC (rev 281342)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt	2021-08-20 22:19:29 UTC (rev 281343)
@@ -39,43 +39,43 @@
 WebSocketTest.onopen() was called with testId = 3.
 WebSocketTest.onclose() was called with testId = 3.
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1005.
 PASS closeEvent.reason is ''
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1005.
 PASS closeEvent.reason is ''
 WebSocketTest.onopen() was called with testId = 4.
 WebSocketTest.onclose() was called with testId = 4.
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1005.
 PASS closeEvent.reason is ''
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1005.
 PASS closeEvent.reason is ''
 WebSocketTest.onopen() was called with testId = 5.
 WebSocketTest.onclose() was called with testId = 5.
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
-PASS closeEvent.reason is ''
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1015.
+FAIL closeEvent.reason should be . Was baz.
 PASS typeof closeEvent.wasClean is 'boolean'
-PASS closeEvent.wasClean is false
-PASS closeEvent.code is 1006
-PASS closeEvent.reason is ''
+FAIL closeEvent.wasClean should be false. Was true.
+FAIL closeEvent.code should be 1006. Was 1015.
+FAIL closeEvent.reason should be . Was baz.
 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
-PASS closeEvent.code is 65535
-PASS closeEvent.reason is 'good bye'
+FAIL closeEvent.code should be 65535. Was 1005.
+FAIL closeEvent.reason should be good bye. Was .
 PASS typeof closeEvent.wasClean is 'boolean'
 PASS closeEvent.wasClean is true
-PASS closeEvent.code is 65535
-PASS closeEvent.reason is 'good bye'
+FAIL closeEvent.code should be 65535. Was 1005.
+FAIL closeEvent.reason should be good bye. Was .
 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