|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | CheckChangeOnUpload (input_api, output_api) |
| def | CheckChangeOnCommit (input_api, output_api) |
| def | GetDefaultTryConfigs (bots=None) |
| def | GetPreferredTryMasters (project, change) |
| def | CheckChange (input_api, output_api) |
| def | GetPreferredTrySlaves () |
| def | CheckPatchFormatted (input_api, output_api) |
Variables | |
| list | CPPLINT_DIRS |
| list | BLACKLIST_LINT_FILTERS |
| tuple | NATIVE_API_DIRS |
| tuple | LEGACY_API_DIRS |
| tuple | API_DIRS = NATIVE_API_DIRS[:] + LEGACY_API_DIRS[:] |
| string | api_change_msg |
| def PRESUBMIT.CheckChange | ( | input_api, | |
| output_api | |||
| ) |
Checks the memcheck suppressions files for bad data.
Checks the TSan suppressions files for bad suppressions.
| def PRESUBMIT.CheckChangeOnCommit | ( | input_api, | |
| output_api | |||
| ) |
| def PRESUBMIT.CheckChangeOnUpload | ( | input_api, | |
| output_api | |||
| ) |
| def PRESUBMIT.CheckPatchFormatted | ( | input_api, | |
| output_api | |||
| ) |
| def PRESUBMIT.GetDefaultTryConfigs | ( | bots = None | ) |
Returns a list of ('bot', set(['tests']), optionally filtered by [bots].
For WebRTC purposes, we always return an empty list of tests, since we want
to run all tests by default on all our trybots.
| def PRESUBMIT.GetPreferredTryMasters | ( | project, | |
| change | |||
| ) |
| def PRESUBMIT.GetPreferredTrySlaves | ( | ) |
| string PRESUBMIT.api_change_msg |
| tuple PRESUBMIT.API_DIRS = NATIVE_API_DIRS[:] + LEGACY_API_DIRS[:] |
| list PRESUBMIT.BLACKLIST_LINT_FILTERS |
| list PRESUBMIT.CPPLINT_DIRS |
| tuple PRESUBMIT.LEGACY_API_DIRS |
1.8.13