[Webkit-unassigned] [Bug 82100] [WebSocket]Reserved bits test case should cover both extension and no-extension scenarios

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 18:28:48 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82100





--- Comment #20 from joey <li.yin at intel.com>  2012-03-29 18:28:48 PST ---
The root cause is that USE(ZLIB) is disabled, it can't use the negotiated extension "x-webkit-defalte-frame".
So the test case which used the "x-webkit-defalte-frame" extension should be skipped in the Layout test.
For example:
# USE(ZLIB) is disabled.
http/tests/websocket/tests/hybi/compressed-control-frame.html
http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html
http/tests/websocket/tests/hybi/deflate-frame-parameter.html
http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list