Bug 62786

Summary: WebSocket: Clean up WebSocket layout tests
Product: WebKit Reporter: Yuta Kitamura <yutak>
Component: Tools / TestsAssignee: 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    

Description Yuta Kitamura 2011-06-16 01:04:02 PDT
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.
Comment 1 Yuta Kitamura 2011-07-05 04:54:17 PDT
Done.