Bug 35602 - new-run-webkit-tests doesn't work on chromium-linux (no layout_test_helper)
Summary: new-run-webkit-tests doesn't work on chromium-linux (no layout_test_helper)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 14:06 PST by Dirk Pranke
Modified: 2010-03-02 15:33 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2010-03-02 14:07 PST, Dirk Pranke
dglazkov: 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 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>