Bug 58752 - new-run-webkit-tests: obsolete old threading code, part 1: remove dump_render_tree_thread, old message_broker
Summary: new-run-webkit-tests: obsolete old threading code, part 1: remove dump_render...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks: 58753
  Show dependency treegraph
 
Reported: 2011-04-17 15:52 PDT by Dirk Pranke
Modified: 2011-04-18 16:44 PDT (History)
4 users (show)

See Also:


Attachments
Patch (31.31 KB, patch)
2011-04-17 15:55 PDT, Dirk Pranke
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2011-04-17 15:52:15 PDT
new-run-webkit-tests: obsolete old threading code, part 1
Comment 1 Dirk Pranke 2011-04-17 15:55:35 PDT
Created attachment 89965 [details]
Patch
Comment 2 Dirk Pranke 2011-04-17 16:56:31 PDT
Note that the "real" message_broker code is in message_broker2.py; that will be renamed to message_broker in a subsequent patch.

Also test_runner is unchanged except that the _run() method is stripped out and will raise an error. test_runner2 will be renamed to test_runner in a later patch.
Comment 3 Eric Seidel (no email) 2011-04-18 09:40:32 PDT
Comment on attachment 89965 [details]
Patch

rs=me.
Comment 4 Dirk Pranke 2011-04-18 16:44:06 PDT
Committed r84210: <http://trac.webkit.org/changeset/84210>