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

Side by Side Diff: tools/determinism/deterministic_build_whitelist.pyl

Issue 2885193002: Move more mus tests to service_unittest. (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 # 10 #
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'snapshot_unittests', 143 'snapshot_unittests',
144 'sql_unittests', 144 'sql_unittests',
145 'storage_unittests', 145 'storage_unittests',
146 'sync_client', 146 'sync_client',
147 'sync_integration_tests', 147 'sync_integration_tests',
148 'sync_listen_notifications', 148 'sync_listen_notifications',
149 'sync_performance_tests', 149 'sync_performance_tests',
150 'sync_unit_tests', 150 'sync_unit_tests',
151 'udp_proxy', 151 'udp_proxy',
152 'ui_base_unittests', 152 'ui_base_unittests',
153 'ui_struct_traits_unittests',
154 'ui_touch_selection_unittests', 153 'ui_touch_selection_unittests',
155 'unit_tests', 154 'unit_tests',
156 'url_ipc_unittests', 155 'url_ipc_unittests',
157 'url_unittests', 156 'url_unittests',
158 'video_encode_accelerator_unittest', 157 'video_encode_accelerator_unittest',
159 'views_examples_exe', 158 'views_examples_exe',
160 'views_examples_with_content_exe', 159 'views_examples_with_content_exe',
161 'views_unittests', 160 'views_unittests',
162 'webkit_unit_tests', 161 'webkit_unit_tests',
163 'wtf_unittests', 162 'wtf_unittests',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'gin_unittests.exe', 246 'gin_unittests.exe',
248 'gles2_conform_support.exe', 247 'gles2_conform_support.exe',
249 'gles2_conform_test.exe', 248 'gles2_conform_test.exe',
250 'gl_tests.exe', 249 'gl_tests.exe',
251 'gl_unittests.exe', 250 'gl_unittests.exe',
252 'google_apis_unittests.exe', 251 'google_apis_unittests.exe',
253 'gpu_ipc_service_unittests.exe', 252 'gpu_ipc_service_unittests.exe',
254 'gpu_perftests.exe', 253 'gpu_perftests.exe',
255 'gpu_unittests.exe', 254 'gpu_unittests.exe',
256 'image_operations_bench.exe', 255 'image_operations_bench.exe',
257 'input_device_unittests.exe',
258 'interactive_ui_tests.exe', 256 'interactive_ui_tests.exe',
259 'ipc_perftests.exe', 257 'ipc_perftests.exe',
260 'ipc_tests.exe', 258 'ipc_tests.exe',
261 'it2me_standalone_host_main.exe', 259 'it2me_standalone_host_main.exe',
262 'jingle_unittests.exe', 260 'jingle_unittests.exe',
263 'keyboard_unittests.exe', 261 'keyboard_unittests.exe',
264 'khronos_glcts_test.exe', 262 'khronos_glcts_test.exe',
265 'latency_unittests.exe', 263 'latency_unittests.exe',
266 'leveldb_service_unittests.exe', 264 'leveldb_service_unittests.exe',
267 'libaddressinput_unittests.exe', 265 'libaddressinput_unittests.exe',
(...skipping 12 matching lines...) Expand all
280 'mksnapshot.exe', 278 'mksnapshot.exe',
281 'mojo_js_integration_tests.exe', 279 'mojo_js_integration_tests.exe',
282 'mojo_js_unittests.exe', 280 'mojo_js_unittests.exe',
283 'mojo_message_pipe_perftests.exe', 281 'mojo_message_pipe_perftests.exe',
284 'mojo_public_bindings_perftests.exe', 282 'mojo_public_bindings_perftests.exe',
285 'mojo_public_bindings_unittests.exe', 283 'mojo_public_bindings_unittests.exe',
286 'mojo_public_system_perftests.exe', 284 'mojo_public_system_perftests.exe',
287 'mojo_public_system_unittests.exe', 285 'mojo_public_system_unittests.exe',
288 'mojo_system_unittests.exe', 286 'mojo_system_unittests.exe',
289 'mus_demo_library.dll', 287 'mus_demo_library.dll',
290 'mus_demo_unittests.exe',
291 'mus_gpu_unittests.exe', 288 'mus_gpu_unittests.exe',
292 'mus_ime_unittests.exe',
293 'mus_public_unittests.exe',
294 'nacl_irt_x86_32.nexe', 289 'nacl_irt_x86_32.nexe',
295 'nacl_irt_x86_64.nexe', 290 'nacl_irt_x86_64.nexe',
296 'nacl_loader_unittests.exe', 291 'nacl_loader_unittests.exe',
297 'native_theme_unittests.exe', 292 'native_theme_unittests.exe',
298 'navigation.exe', 293 'navigation.exe',
299 'navigation_unittests.exe', 294 'navigation_unittests.exe',
300 'net_perftests.exe', 295 'net_perftests.exe',
301 'net_unittests.exe', 296 'net_unittests.exe',
302 'next_version_mini_installer.exe', 297 'next_version_mini_installer.exe',
303 'pdfium_embeddertests.exe', 298 'pdfium_embeddertests.exe',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'views_mus_interactive_ui_tests.exe', 359 'views_mus_interactive_ui_tests.exe',
365 'views_mus_unittests.exe', 360 'views_mus_unittests.exe',
366 'views_unittests.exe', 361 'views_unittests.exe',
367 'webkit_unit_tests.exe', 362 'webkit_unit_tests.exe',
368 'webtest_library.dll', 363 'webtest_library.dll',
369 'window_type_launcher_library.dll', 364 'window_type_launcher_library.dll',
370 'wm_unittests.exe', 365 'wm_unittests.exe',
371 'wtf_unittests.exe', 366 'wtf_unittests.exe',
372 ], 367 ],
373 } 368 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698