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

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

Issue 2563253003: Remove mojo_runner_host_unittests from all bot configurations (Closed)
Patch Set: 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 | « 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 # 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'media_perftests', 115 'media_perftests',
116 'media_pipeline_integration_unittests', 116 'media_pipeline_integration_unittests',
117 'media_unittests', 117 'media_unittests',
118 'message_center_unittests', 118 'message_center_unittests',
119 'midi_unittests', 119 'midi_unittests',
120 'mojo_common_unittests', 120 'mojo_common_unittests',
121 'mojo_js_integration_tests', 121 'mojo_js_integration_tests',
122 'mojo_js_unittests', 122 'mojo_js_unittests',
123 'mojo_public_bindings_unittests', 123 'mojo_public_bindings_unittests',
124 'mojo_public_system_unittests', 124 'mojo_public_system_unittests',
125 'mojo_runner_host_unittests',
126 'mojo_system_unittests', 125 'mojo_system_unittests',
127 'nacl_loader_unittests', 126 'nacl_loader_unittests',
128 'native_theme_unittests', 127 'native_theme_unittests',
129 'net_unittests', 128 'net_unittests',
130 'osmesa.so', 129 'osmesa.so',
131 'performance_browser_tests', 130 'performance_browser_tests',
132 'ppapi_perftests', 131 'ppapi_perftests',
133 'ppapi_unittests', 132 'ppapi_unittests',
134 'printing_unittests', 133 'printing_unittests',
135 'proximity_auth_unittests', 134 'proximity_auth_unittests',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'views_mus_interactive_ui_tests.exe', 363 'views_mus_interactive_ui_tests.exe',
365 'views_mus_unittests.exe', 364 'views_mus_unittests.exe',
366 'views_unittests.exe', 365 'views_unittests.exe',
367 'webkit_unit_tests.exe', 366 'webkit_unit_tests.exe',
368 'webtest_library.dll', 367 'webtest_library.dll',
369 'window_type_launcher_library.dll', 368 'window_type_launcher_library.dll',
370 'wm_unittests.exe', 369 'wm_unittests.exe',
371 'wtf_unittests.exe', 370 'wtf_unittests.exe',
372 ], 371 ],
373 } 372 }
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