Bug 53631 - new-run-webkit-tests: hardcode the directories to scan for tests for GPU bots instead of SKIPping them
Summary: new-run-webkit-tests: hardcode the directories to scan for tests for GPU bots...
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: 53562
  Show dependency treegraph
 
Reported: 2011-02-02 15:18 PST by Dirk Pranke
Modified: 2011-02-02 16:53 PST (History)
6 users (show)

See Also:


Attachments
Patch (10.13 KB, patch)
2011-02-02 15:34 PST, Dirk Pranke
mihaip: 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-02-02 15:18:34 PST
new-run-webkit-tests: hardcode the directories to scan for tests for GPU bots instead of SKIPping them
Comment 1 Dirk Pranke 2011-02-02 15:34:03 PST
Created attachment 80980 [details]
Patch
Comment 2 Dirk Pranke 2011-02-02 15:36:13 PST
Victoria, FYI ... This change will change the way you'll want to do bug #53608.
Comment 3 Mihai Parparita 2011-02-02 16:39:38 PST
Comment on attachment 80980 [details]
Patch

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

> Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py:72
> +        # These two tests are picked mostly at random, but we make sure they

Perhaps also add a positive check that we're running a compositing test (in addition to all the negative checks)?
Comment 4 Dirk Pranke 2011-02-02 16:53:32 PST
Committed in http://trac.webkit.org/changeset/77434 .