Bug 64048 - Move a bunch of classes out of layout_tests.layout_package and into layout_tests.controllers
Summary: Move a bunch of classes out of layout_tests.layout_package and into layout_te...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 19:12 PDT by Adam Barth
Modified: 2011-07-06 19:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (288.94 KB, patch)
2011-07-06 19:13 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-07-06 19:12:58 PDT
Move a bunch of classes out of layout_tests.layout_package and into layout_tests.controllers
Comment 1 Adam Barth 2011-07-06 19:13:49 PDT
Created attachment 99913 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-07-06 19:14:54 PDT
Comment on attachment 99913 [details]
Patch

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

OK.

> Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:155
> -            options.time_out_ms = str(2 * manager.Manager.DEFAULT_TEST_TIMEOUT_MS)
> +            options.time_out_ms = str(2 * Manager.DEFAULT_TEST_TIMEOUT_MS)

I don't think this has any business on Manager.  Eventually we'll move it.
Comment 3 Adam Barth 2011-07-06 19:16:16 PDT
Committed r90523: <http://trac.webkit.org/changeset/90523>