Bug 35602

Summary: new-run-webkit-tests doesn't work on chromium-linux (no layout_test_helper)
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch dglazkov: review+

Description Dirk Pranke 2010-03-02 14:06:41 PST
The script crashes trying to see if the layout_test_helper exists, but we don't use the layout_test_helper, so we return a None object.
Comment 1 Dirk Pranke 2010-03-02 14:07:18 PST
Created attachment 49845 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2010-03-02 14:15:45 PST
Comment on attachment 49845 [details]
Patch

ok.
Comment 3 Dirk Pranke 2010-03-02 15:33:03 PST
Committed r55435: <http://trac.webkit.org/changeset/55435>