Bug 58752

Summary: new-run-webkit-tests: obsolete old threading code, part 1: remove dump_render_tree_thread, old message_broker
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, ojan, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 58753    
Attachments:
Description Flags
Patch eric: review+

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>