Bug 134799 - [GTK] Allow to skip tests on run-gtk-tests only on specific platforms and/or build types
Summary: [GTK] Allow to skip tests on run-gtk-tests only on specific platforms and/or ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 06:39 PDT by Carlos Alberto Lopez Perez
Modified: 2017-03-11 10:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2014-07-10 06:39:37 PDT
Current way of skipping tests on run-gtk-tests is all or nothing. If you skip a tests it will be skipped for all platforms and build types.

The API test phase on the GTK bots is currently giving some failures on x86 and on ARM that it is not giving on AMD64. Skipping this tests there, would also skip them on AMD64. That is not optimal.