[Webkit-unassigned] [Bug 231329] New: [ iOS 15 ] http/tests/websocket/tests/hybi/close-code-and-reason.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 6 13:47:03 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231329
Bug ID: 231329
Summary: [ iOS 15 ]
http/tests/websocket/tests/hybi/close-code-and-reason.
html is failing
Product: WebKit
Version: WebKit Nightly Build
Hardware: iPhone / iPad
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ayumi_kojima at apple.com
http/tests/websocket/tests/hybi/close-code-and-reason.html
Is flaky failing on iOS 15 Release and constantly failing on iOS 15 Debug.
History: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fwebsocket%2Ftests%2Fhybi%2Fclose-code-and-reason.html
According to the history, the test started failing on iOS 15.
Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r283612%20(72)/results.html
Diff:
--- /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/http/tests/websocket/tests/hybi/close-code-and-reason-actual.txt
@@ -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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211006/668feab9/attachment.htm>
More information about the webkit-unassigned
mailing list