| OLD | NEW |
| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 179 'ash_library.dll', |
| 180 'ash_shell_with_content.exe', | 180 'ash_shell_with_content.exe', |
| 181 'ash_unittests.exe', | |
| 182 'audio_unittests.exe', | 181 'audio_unittests.exe', |
| 183 'aura_demo.exe', | 182 'aura_demo.exe', |
| 184 'aura_unittests.exe', | 183 'aura_unittests.exe', |
| 185 'base_i18n_perftests.exe', | 184 'base_i18n_perftests.exe', |
| 186 'base_perftests.exe', | 185 'base_perftests.exe', |
| 187 'base_unittests.exe', | 186 'base_unittests.exe', |
| 188 'blink_converters_unittests.exe', | 187 'blink_converters_unittests.exe', |
| 189 'blink_deprecated_test_plugin.dll', | 188 'blink_deprecated_test_plugin.dll', |
| 190 'blink_heap_unittests.exe', | 189 'blink_heap_unittests.exe', |
| 191 'blink_platform_perftests.exe', | 190 'blink_platform_perftests.exe', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'ipc_perftests.exe', | 261 'ipc_perftests.exe', |
| 263 'ipc_tests.exe', | 262 'ipc_tests.exe', |
| 264 'it2me_standalone_host_main.exe', | 263 'it2me_standalone_host_main.exe', |
| 265 'jingle_unittests.exe', | 264 'jingle_unittests.exe', |
| 266 'keyboard_unittests.exe', | 265 'keyboard_unittests.exe', |
| 267 'khronos_glcts_test.exe', | 266 'khronos_glcts_test.exe', |
| 268 'leveldb_service_unittests.exe', | 267 'leveldb_service_unittests.exe', |
| 269 'libaddressinput_unittests.exe', | 268 'libaddressinput_unittests.exe', |
| 270 'login_library.dll', | 269 'login_library.dll', |
| 271 'mash_init_library.dll', | 270 'mash_init_library.dll', |
| 272 'mash_unittests.exe', | |
| 273 'media_blink_unittests.exe', | 271 'media_blink_unittests.exe', |
| 274 'media_library.dll', | 272 'media_library.dll', |
| 275 'media_mojo_shell_unittests.exe', | 273 'media_mojo_shell_unittests.exe', |
| 276 'media_mojo_unittests.exe', | 274 'media_mojo_unittests.exe', |
| 277 'media_perftests.exe', | 275 'media_perftests.exe', |
| 278 'media_pipeline_integration_unittests.exe', | 276 'media_pipeline_integration_unittests.exe', |
| 279 'media_unittests.exe', | 277 'media_unittests.exe', |
| 280 'message_center_unittests.exe', | 278 'message_center_unittests.exe', |
| 281 'midi_unittests.exe', | 279 'midi_unittests.exe', |
| 282 'mini_installer.exe', | 280 'mini_installer.exe', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'views_mus_interactive_ui_tests.exe', | 366 'views_mus_interactive_ui_tests.exe', |
| 369 'views_mus_unittests.exe', | 367 'views_mus_unittests.exe', |
| 370 'views_unittests.exe', | 368 'views_unittests.exe', |
| 371 'webkit_unit_tests.exe', | 369 'webkit_unit_tests.exe', |
| 372 'webtest_library.dll', | 370 'webtest_library.dll', |
| 373 'window_type_launcher_library.dll', | 371 'window_type_launcher_library.dll', |
| 374 'wm_unittests.exe', | 372 'wm_unittests.exe', |
| 375 'wtf_unittests.exe', | 373 'wtf_unittests.exe', |
| 376 ], | 374 ], |
| 377 } | 375 } |
| OLD | NEW |