commit | 27008b7424e316fe5c7b1476f107c805e53aa909 | [log] [tgz] |
---|---|---|
author | Steven Holte <[email protected]> | Mon Jan 29 20:55:44 2018 |
committer | Commit Bot <[email protected]> | Mon Jan 29 20:55:44 2018 |
tree | 085190c8280740f1dd53d382ad02c3fb7bd3cf1e | |
parent | 7efec2aa740678d9448ebba0959b7449ae06e6f6 [diff] [blame] |
Treat inttest files as test files in PRESUBMIT e.g. navigation_and_load_inttest.mm Change-Id: I70fd08b18e49afbbcd060957bf76ef1e5db1bc20 Reviewed-on: https://chromium-review.googlesource.com/891675 Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Steven Holte <[email protected]> Cr-Commit-Position: refs/heads/master@{#532582}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 576c921..ffdbee1 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -41,7 +41,7 @@ _TEST_CODE_EXCLUDED_PATHS = ( r'.*[\\\/](fake_|test_|mock_).+%s' % _IMPLEMENTATION_EXTENSIONS, r'.+_test_(base|support|util)%s' % _IMPLEMENTATION_EXTENSIONS, - r'.+_(api|browser|eg|perf|pixel|unit|ui)?test(_[a-z]+)?%s' % + r'.+_(api|browser|eg|int|perf|pixel|unit|ui)?test(_[a-z]+)?%s' % _IMPLEMENTATION_EXTENSIONS, r'.+profile_sync_service_harness%s' % _IMPLEMENTATION_EXTENSIONS, r'.*[\\\/](test|tool(s)?)[\\\/].*',