Bug 62786 - WebSocket: Clean up WebSocket layout tests
Summary: WebSocket: Clean up WebSocket layout tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on: 62795 63691 63892
Blocks: 50099
  Show dependency treegraph
 
Reported: 2011-06-16 01:04 PDT by Yuta Kitamura
Modified: 2011-07-05 04:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.