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

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

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: review comments 2 Created 4 years 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 | « mash/session/BUILD.gn ('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 # List of files that are known to be non deterministic. This is a "temporary" 5 # List of files that are known to be non deterministic. This is a "temporary"
6 # workaround to find regression on the deterministic builders. 6 # workaround to find regression on the deterministic builders.
7 # 7 #
8 # PNaCl general bug: https://crbug.com/429358 8 # PNaCl general bug: https://crbug.com/429358
9 # 9 #
10 # TODO(sebmarchand): Remove this once all the files are deterministic. 10 # TODO(sebmarchand): Remove this once all the files are deterministic.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'angle_end2end_tests.exe', 169 'angle_end2end_tests.exe',
170 'angle_perftests.exe', 170 'angle_perftests.exe',
171 'angle_unittests.exe', 171 'angle_unittests.exe',
172 'app_driver_library.dll', 172 'app_driver_library.dll',
173 'app_list_demo.exe', 173 'app_list_demo.exe',
174 'app_list_presenter_unittests.exe', 174 'app_list_presenter_unittests.exe',
175 'app_list_unittests.exe', 175 'app_list_unittests.exe',
176 'app_shell.exe', 176 'app_shell.exe',
177 'app_shell_unittests.exe', 177 'app_shell_unittests.exe',
178 'ar_sample_test_driver.exe', 178 'ar_sample_test_driver.exe',
179 'ash_library.dll',
180 'ash_shell_with_content.exe',
181 'ash_unittests.exe',
182 'audio_unittests.exe', 179 'audio_unittests.exe',
183 'aura_demo.exe', 180 'aura_demo.exe',
184 'aura_unittests.exe', 181 'aura_unittests.exe',
185 'base_i18n_perftests.exe', 182 'base_i18n_perftests.exe',
186 'base_perftests.exe', 183 'base_perftests.exe',
187 'base_unittests.exe', 184 'base_unittests.exe',
188 'blink_converters_unittests.exe', 185 'blink_converters_unittests.exe',
189 'blink_deprecated_test_plugin.dll', 186 'blink_deprecated_test_plugin.dll',
190 'blink_heap_unittests.exe', 187 'blink_heap_unittests.exe',
191 'blink_platform_perftests.exe', 188 'blink_platform_perftests.exe',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'ipc_perftests.exe', 259 'ipc_perftests.exe',
263 'ipc_tests.exe', 260 'ipc_tests.exe',
264 'it2me_standalone_host_main.exe', 261 'it2me_standalone_host_main.exe',
265 'jingle_unittests.exe', 262 'jingle_unittests.exe',
266 'keyboard_unittests.exe', 263 'keyboard_unittests.exe',
267 'khronos_glcts_test.exe', 264 'khronos_glcts_test.exe',
268 'leveldb_service_unittests.exe', 265 'leveldb_service_unittests.exe',
269 'libaddressinput_unittests.exe', 266 'libaddressinput_unittests.exe',
270 'login_library.dll', 267 'login_library.dll',
271 'mash_init_library.dll', 268 'mash_init_library.dll',
272 'mash_unittests.exe',
273 'media_blink_unittests.exe', 269 'media_blink_unittests.exe',
274 'media_library.dll', 270 'media_library.dll',
275 'media_mojo_shell_unittests.exe', 271 'media_mojo_shell_unittests.exe',
276 'media_mojo_unittests.exe', 272 'media_mojo_unittests.exe',
277 'media_perftests.exe', 273 'media_perftests.exe',
278 'media_pipeline_integration_unittests.exe', 274 'media_pipeline_integration_unittests.exe',
279 'media_unittests.exe', 275 'media_unittests.exe',
280 'message_center_unittests.exe', 276 'message_center_unittests.exe',
281 'midi_unittests.exe', 277 'midi_unittests.exe',
282 'mini_installer.exe', 278 'mini_installer.exe',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'views_mus_interactive_ui_tests.exe', 364 'views_mus_interactive_ui_tests.exe',
369 'views_mus_unittests.exe', 365 'views_mus_unittests.exe',
370 'views_unittests.exe', 366 'views_unittests.exe',
371 'webkit_unit_tests.exe', 367 'webkit_unit_tests.exe',
372 'webtest_library.dll', 368 'webtest_library.dll',
373 'window_type_launcher_library.dll', 369 'window_type_launcher_library.dll',
374 'wm_unittests.exe', 370 'wm_unittests.exe',
375 'wtf_unittests.exe', 371 'wtf_unittests.exe',
376 ], 372 ],
377 } 373 }
OLDNEW
« no previous file with comments | « mash/session/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698