Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: PRESUBMIT.py

Issue 2175933002: More aggressive IO asserts in content_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use 1 less instance of ScopedAllowIO in DumpAccessibilityTestBase::RunTestForPlatform. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/accessibility/dump_accessibility_browsertest_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Top-level presubmit script for Chromium. 5 """Top-level presubmit script for Chromium.
6 6
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts 7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
8 for more details about the presubmit API built into depot_tools. 8 for more details about the presubmit API built into depot_tools.
9 """ 9 """
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 r"^base[\\\/]process[\\\/]process_linux\.cc$", 172 r"^base[\\\/]process[\\\/]process_linux\.cc$",
173 r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$", 173 r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$",
174 r"^blimp[\\\/]engine[\\\/]app[\\\/]blimp_browser_main_parts\.cc$", 174 r"^blimp[\\\/]engine[\\\/]app[\\\/]blimp_browser_main_parts\.cc$",
175 r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$", 175 r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$",
176 r"^chrome[\\\/]browser[\\\/]lifetime[\\\/]application_lifetime\.cc$", 176 r"^chrome[\\\/]browser[\\\/]lifetime[\\\/]application_lifetime\.cc$",
177 r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]" 177 r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
178 "customization_document_browsertest\.cc$", 178 "customization_document_browsertest\.cc$",
179 r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$", 179 r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$",
180 r"^content[\\\/]shell[\\\/]browser[\\\/]layout_test[\\\/]" + 180 r"^content[\\\/]shell[\\\/]browser[\\\/]layout_test[\\\/]" +
181 r"test_info_extractor\.cc$", 181 r"test_info_extractor\.cc$",
182 r"^content[\\\/].*browser(|_)test[a-zA-Z_]*\.cc$",
182 r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$", 183 r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
183 r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$", 184 r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
185 r"^content[\\\/]test[\\\/]ppapi[\\\/]ppapi_test\.cc$",
184 r"^mojo[\\\/]edk[\\\/]embedder[\\\/]" + 186 r"^mojo[\\\/]edk[\\\/]embedder[\\\/]" +
185 r"simple_platform_shared_buffer_posix\.cc$", 187 r"simple_platform_shared_buffer_posix\.cc$",
186 r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$", 188 r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
189 r"^net[\\\/]cert[\\\/]test_root_certs\.cc$",
190 r"^net[\\\/]test[\\\/]embedded_test_server[\\\/]" +
191 r"embedded_test_server\.cc$",
192 r"^net[\\\/]test[\\\/]spawned_test_server[\\\/]local_test_server\.cc$",
193 r"^net[\\\/]test[\\\/]test_data_directory\.cc$",
187 r"^net[\\\/]url_request[\\\/]test_url_fetcher_factory\.cc$", 194 r"^net[\\\/]url_request[\\\/]test_url_fetcher_factory\.cc$",
188 r"^ui[\\\/]base[\\\/]material_design[\\\/]" 195 r"^ui[\\\/]base[\\\/]material_design[\\\/]"
189 "material_design_controller\.cc$", 196 "material_design_controller\.cc$",
190 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_mac\.cc$", 197 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_mac\.cc$",
191 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_win\.cc$", 198 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_win\.cc$",
192 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_x11\.cc$", 199 r"^ui[\\\/]gl[\\\/]init[\\\/]gl_initializer_x11\.cc$",
193 r"^ui[\\\/]ozone[\\\/]platform[\\\/]drm[\\\/]host[\\\/]" 200 r"^ui[\\\/]ozone[\\\/]platform[\\\/]drm[\\\/]host[\\\/]"
194 "drm_display_host_manager\.cc$", 201 "drm_display_host_manager\.cc$",
195 ), 202 ),
196 ), 203 ),
(...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 results.extend(input_api.canned_checks.CheckTreeIsOpen( 2252 results.extend(input_api.canned_checks.CheckTreeIsOpen(
2246 input_api, 2253 input_api,
2247 output_api, 2254 output_api,
2248 json_url='http://chromium-status.appspot.com/current?format=json')) 2255 json_url='http://chromium-status.appspot.com/current?format=json'))
2249 2256
2250 results.extend(input_api.canned_checks.CheckChangeHasBugField( 2257 results.extend(input_api.canned_checks.CheckChangeHasBugField(
2251 input_api, output_api)) 2258 input_api, output_api))
2252 results.extend(input_api.canned_checks.CheckChangeHasDescription( 2259 results.extend(input_api.canned_checks.CheckChangeHasDescription(
2253 input_api, output_api)) 2260 input_api, output_api))
2254 return results 2261 return results
OLDNEW
« no previous file with comments | « no previous file | content/browser/accessibility/dump_accessibility_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698