Bug 50051 - [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW
Summary: [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 20:58 PST by Yuta Kitamura
Modified: 2010-11-24 21:56 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.98 KB, patch)
2010-11-24 21:02 PST, Yuta Kitamura
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 2010-11-24 20:58:16 PST
Chromium test expectation update: mark http/tests/websocket/tests/frame-lengths.html as SLOW.

This test takes a longer time to finish because it sends a lot of WebSocket messages.
Comment 1 Yuta Kitamura 2010-11-24 21:02:18 PST
Created attachment 74829 [details]
Patch
Comment 2 Yuta Kitamura 2010-11-24 21:03:58 PST
Kent-san, could you review this?
Comment 3 Kent Tamura 2010-11-24 21:35:57 PST
Comment on attachment 74829 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=74829&action=review

> LayoutTests/ChangeLog:12
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Chromium test expectation update: mark http/tests/websocket/tests/frame-lengths.html as SLOW.
> +
> +        This test takes a longer time to finish because it sends a lot of WebSocket messages.
> +
> +        [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW
> +        https://bugs.webkit.org/show_bug.cgi?id=50051
> +
> +        * platform/chromium/test_expectations.txt:

Usually, the format is

Reviewd by

<bug title>
<bug URL>

<explanation>

* <files>
Comment 4 Yuta Kitamura 2010-11-24 21:56:14 PST
Committed r72720: <http://trac.webkit.org/changeset/72720>