Bug 93670 - [Chromium-Android] Skip layout tests directories that are not applicable
Summary: [Chromium-Android] Skip layout tests directories that are not applicable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Xianzhu Wang
URL:
Keywords:
Depends on:
Blocks: 93627
  Show dependency treegraph
 
Reported: 2012-08-09 17:50 PDT by Xianzhu Wang
Modified: 2012-08-09 19:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.23 KB, patch)
2012-08-09 17:54 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xianzhu Wang 2012-08-09 17:50:17 PDT
The following layout test directories are not applicable on chromium-android and should be skipped:

            # Only run these tests as virtual gpu tests.
            'canvas/philip',
            'fast/canvas',

            # Skip tests of other platforms to save time.
            'platform/gtk',
            'platform/mac',
            'platform/mac-wk2',
            'platform/qt',
            'platform/win',

            # Features not supported.
            'compositing/plugins',
            'plugins',
            'http/tests/plugins',
            'platform/chromium/compositing/plugins',
            'platform/chromium/plugins',

            'http/tests/inspector',
            'http/tests/inspector-enabled',
            'inspector',
            'platform/chromium/inspector',

            'accessibility',
            'platform/chromium/accessibility',

            'fast/dom/MediaStream',
            'fast/mediastream',
            'fast/notifications',
            'fast/speech',
            'webaudio'
Comment 1 Xianzhu Wang 2012-08-09 17:54:52 PDT
Created attachment 157598 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-09 19:28:21 PDT
Comment on attachment 157598 [details]
Patch

Clearing flags on attachment: 157598

Committed r125240: <http://trac.webkit.org/changeset/125240>
Comment 3 WebKit Review Bot 2012-08-09 19:28:25 PDT
All reviewed patches have been landed.  Closing bug.