Summary: | WebSocket: Move current WebSocket tests to a new directory | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> | ||||
Component: | Tools / Tests | Assignee: | Yuta Kitamura <yutak> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, ap, tkent | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 50099 | ||||||
Attachments: |
|
Description
Yuta Kitamura
2011-07-05 05:01:31 PDT
Created attachment 99707 [details]
Patch
This patch is painfully huge, but what it is doing is just moving files under "LayoutTests/http/tests/websocket/tests/" to a new subdirectory "hixie76/".
Setting cq- because:
- This change probably needs to be committed manually to keep version history.
- It is known that this move breaks at least one test of Chromium's ui_tests (which includes hard-coded path). This needs to be worked around.
Do'h, EWS bots did not like my patch... I don't know how to workaround this. Mac and win seemed fine when I tested locally. Chromium also seemed fine on all platforms according to the try bots. Comment on attachment 99707 [details] Patch Setting cq- because: > - This change probably needs to be committed manually to keep version history. > - It is known that this move breaks at least one test of Chromium's ui_tests (which includes hard-coded path). This needs to be worked around. ok, please take care of ui_tests after you land this patch. Committed r90445: <http://trac.webkit.org/changeset/90445> |