| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'khronos_glcts_test', | 103 'khronos_glcts_test', |
| 104 'leveldb_service_unittests', | 104 'leveldb_service_unittests', |
| 105 'libaddressinput_unittests', | 105 'libaddressinput_unittests', |
| 106 'libapp_shell_framework.dylib', | 106 'libapp_shell_framework.dylib', |
| 107 'libcommand_buffer_gles2.dylib', | 107 'libcommand_buffer_gles2.dylib', |
| 108 'libmedia_library.dylib', | 108 'libmedia_library.dylib', |
| 109 'libphonenumber_unittests', | 109 'libphonenumber_unittests', |
| 110 'mac_installer_unittests', | 110 'mac_installer_unittests', |
| 111 'macviews_interactive_ui_tests', | 111 'macviews_interactive_ui_tests', |
| 112 'media_blink_unittests', | 112 'media_blink_unittests', |
| 113 'media_mojo_shell_unittests', | 113 'media_service_unittests', |
| 114 'media_mojo_unittests', | 114 'media_mojo_unittests', |
| 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', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'it2me_standalone_host_main.exe', | 261 'it2me_standalone_host_main.exe', |
| 262 'jingle_unittests.exe', | 262 'jingle_unittests.exe', |
| 263 'keyboard_unittests.exe', | 263 'keyboard_unittests.exe', |
| 264 'khronos_glcts_test.exe', | 264 'khronos_glcts_test.exe', |
| 265 'leveldb_service_unittests.exe', | 265 'leveldb_service_unittests.exe', |
| 266 'libaddressinput_unittests.exe', | 266 'libaddressinput_unittests.exe', |
| 267 'login_library.dll', | 267 'login_library.dll', |
| 268 'mash_init_library.dll', | 268 'mash_init_library.dll', |
| 269 'media_blink_unittests.exe', | 269 'media_blink_unittests.exe', |
| 270 'media_library.dll', | 270 'media_library.dll', |
| 271 'media_mojo_shell_unittests.exe', | 271 'media_service_unittests.exe', |
| 272 'media_mojo_unittests.exe', | 272 'media_mojo_unittests.exe', |
| 273 'media_perftests.exe', | 273 'media_perftests.exe', |
| 274 'media_pipeline_integration_unittests.exe', | 274 'media_pipeline_integration_unittests.exe', |
| 275 'media_unittests.exe', | 275 'media_unittests.exe', |
| 276 'message_center_unittests.exe', | 276 'message_center_unittests.exe', |
| 277 'midi_unittests.exe', | 277 'midi_unittests.exe', |
| 278 'mini_installer.exe', | 278 'mini_installer.exe', |
| 279 'mksnapshot.exe', | 279 'mksnapshot.exe', |
| 280 'mojo_js_integration_tests.exe', | 280 'mojo_js_integration_tests.exe', |
| 281 'mojo_js_unittests.exe', | 281 'mojo_js_unittests.exe', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'views_mus_interactive_ui_tests.exe', | 364 'views_mus_interactive_ui_tests.exe', |
| 365 'views_mus_unittests.exe', | 365 'views_mus_unittests.exe', |
| 366 'views_unittests.exe', | 366 'views_unittests.exe', |
| 367 'webkit_unit_tests.exe', | 367 'webkit_unit_tests.exe', |
| 368 'webtest_library.dll', | 368 'webtest_library.dll', |
| 369 'window_type_launcher_library.dll', | 369 'window_type_launcher_library.dll', |
| 370 'wm_unittests.exe', | 370 'wm_unittests.exe', |
| 371 'wtf_unittests.exe', | 371 'wtf_unittests.exe', |
| 372 ], | 372 ], |
| 373 } | 373 } |
| OLD | NEW |