[Webkit-unassigned] [Bug 199441] New: Layout Test http/tests/websocket/tests/hybi/deflate-frame-parameter.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 3 06:55:06 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199441
Bug ID: 199441
Summary: Layout Test
http/tests/websocket/tests/hybi/deflate-frame-paramete
r.html is failing
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aboya at igalia.com
The following layout test is failing on all platforms since r246587:r246600
http/tests/websocket/tests/hybi/deflate-frame-parameter.html
--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/http/tests/websocket/tests/hybi/deflate-frame-parameter-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/deflate-frame?max_window_bits=8' failed: Compressed bit must be 0 if no negotiated deflate-frame extension
+CONSOLE MESSAGE: WebSocket connection to 'ws://localhost:8880/websocket/tests/hybi/deflate-frame?max_window_bits=8&no_context_takeover' failed: Compressed bit must be 0 if no negotiated deflate-frame extension
Test WebSocket deflate-frame extension.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -5,10 +7,8 @@
Testing query: "max_window_bits=8"
PASS ws.extensions.search('x-webkit-deflate-frame') != -1 is true
PASS ws.extensions.search('max_window_bits=8') != -1 is true
-PASS event.data is firstMessage
-PASS event.data is secondMessage
onclose() was called.
-PASS closeEvent.wasClean is true
+FAIL closeEvent.wasClean should be true. Was false.
Testing query: "no_context_takeover"
PASS ws.extensions.search('x-webkit-deflate-frame') != -1 is true
PASS ws.extensions.search('no_context_takeover') != -1 is true
@@ -20,10 +20,8 @@
PASS ws.extensions.search('x-webkit-deflate-frame') != -1 is true
PASS ws.extensions.search('max_window_bits=8') != -1 is true
PASS ws.extensions.search('no_context_takeover') != -1 is true
-PASS event.data is firstMessage
-PASS event.data is secondMessage
onclose() was called.
-PASS closeEvent.wasClean is true
+FAIL closeEvent.wasClean should be true. Was false.
PASS successfullyParsed is true
TEST COMPLETE
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fwebsocket%2Ftests%2Fhybi%2Fdeflate-frame-parameter.html
--
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/20190703/d33880e6/attachment-0001.html>
More information about the webkit-unassigned
mailing list