Bug 62786
Summary: | WebSocket: Clean up WebSocket layout tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> |
Component: | Tools / Tests | Assignee: | Yuta Kitamura <yutak> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, tkent, ukai |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 62795, 63691, 63892 | ||
Bug Blocks: | 50099 |
Yuta Kitamura
In order to land the new WebSocket protocol implementation, a lot of tests need to be fixed. However, there are legacy and unclean test codes which should be fixed first, such as:
- Using script-tests
- Not using window.jsTestAsync and finishJSTest()
- Unclean implementation of pywebsocket handler, such as infinite loop after web_socket_do_extra_handshake
I'd like to do this housekeeping before I modify the WebSocket protocol implementation.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yuta Kitamura
Done.