| Index: scripts/slave/recipe_modules/filter/example.py
|
| diff --git a/scripts/slave/recipe_modules/filter/example.py b/scripts/slave/recipe_modules/filter/example.py
|
| index 05939bc726e1d98c93f1ed2bc0fac6778cc3ea8b..76328798006851360c018a13d64858136ba29e6c 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.py
|
| +++ b/scripts/slave/recipe_modules/filter/example.py
|
| @@ -76,6 +76,17 @@ def GenTests(api):
|
| 'base': { 'exclusions': ['fo.*'] },
|
| 'chromium': { 'exclusions': [] }})))
|
|
|
| + # Matches ignore.
|
| + yield (api.test('match_ignore') +
|
| + api.properties(
|
| + affected_files=['OWNERS'],
|
| + example_changed_paths=['OWNERS']) +
|
| + api.override_step_data(
|
| + 'read filter exclusion spec',
|
| + api.json.output({
|
| + 'base': { 'ignores': ['OWNERS'] },
|
| + 'chromium': { }})))
|
| +
|
| # Analyze returns matching result.
|
| yield (api.test('analyzes_returns_true') +
|
| api.override_step_data(
|
|
|