RESOLVED INVALID 199441
Layout Test http/tests/websocket/tests/hybi/deflate-frame-parameter.html is failing
https://bugs.webkit.org/show_bug.cgi?id=199441
Summary Layout Test http/tests/websocket/tests/hybi/deflate-frame-parameter.html is f...
Alicia Boya García
Reported 2019-07-03 06:55:06 PDT
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
Attachments
Radar WebKit Bug Importer
Comment 1 2019-07-03 10:22:50 PDT
Carlos Garcia Campos
Comment 2 2019-08-01 05:20:55 PDT
We don't support x-webkit-deflate-frame extension anymmore.
Note You need to log in before you can comment on or make changes to this bug.