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

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

Issue 2674823002: flatc now become deterministic. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | 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 #
11 # List of files that are known to be non deterministic. This is a "temporary" 11 # List of files that are known to be non deterministic. This is a "temporary"
12 # workaround to find regression on the deterministic builders. 12 # workaround to find regression on the deterministic builders.
13 # 13 #
14 # PNaCl general bug: https://crbug.com/429358 14 # PNaCl general bug: https://crbug.com/429358
15 # 15 #
16 # TODO(sebmarchand): Remove this once all the files are deterministic. 16 # TODO(sebmarchand): Remove this once all the files are deterministic.
17 { 17 {
18 # https://crbug.com/383340 18 # https://crbug.com/383340
19 'android': [ 19 'android': [
20 'flatc',
21 ], 20 ],
22 21
23 # https://crbug.com/330263 22 # https://crbug.com/330263
24 'linux': [ 23 'linux': [
25 'flatc',
26 # https://crbug.com/654989 24 # https://crbug.com/654989
27 'ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe', 25 'ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
28 'ppapi_nacl_tests_pnacl_newlib_x64.nexe', 26 'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
29 ], 27 ],
30 28
31 # https://crbug.com/330262 29 # https://crbug.com/330262
32 'mac': [ 30 'mac': [
33 'accelerated_widget_mac_unittests', 31 'accelerated_widget_mac_unittests',
34 'accessibility_unittests', 32 'accessibility_unittests',
35 'angle_end2end_tests', 33 'angle_end2end_tests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'device_unittests', 73 'device_unittests',
76 'display_compositor_benchmark', 74 'display_compositor_benchmark',
77 'display_compositor_gl_tests', 75 'display_compositor_gl_tests',
78 'display_unittests', 76 'display_unittests',
79 'events_unittests', 77 'events_unittests',
80 'extensions_browsertests', 78 'extensions_browsertests',
81 'extensions_unittests', 79 'extensions_unittests',
82 'ffmpeg_regression_tests', 80 'ffmpeg_regression_tests',
83 'filesystem_service_unittests', 81 'filesystem_service_unittests',
84 'filter_fuzz_stub', 82 'filter_fuzz_stub',
85 'flatc',
86 'gcm_unit_tests', 83 'gcm_unit_tests',
87 'generate_barcode_video', 84 'generate_barcode_video',
88 'generate_timecode_audio', 85 'generate_timecode_audio',
89 'gfx_unittests', 86 'gfx_unittests',
90 'gin_unittests', 87 'gin_unittests',
91 'gles2_conform_support', 88 'gles2_conform_support',
92 'gles2_conform_test', 89 'gles2_conform_test',
93 'gl_tests', 90 'gl_tests',
94 'gl_unittests', 91 'gl_unittests',
95 'gn_unittests', 92 'gn_unittests',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'views_mus_interactive_ui_tests.exe', 366 'views_mus_interactive_ui_tests.exe',
370 'views_mus_unittests.exe', 367 'views_mus_unittests.exe',
371 'views_unittests.exe', 368 'views_unittests.exe',
372 'webkit_unit_tests.exe', 369 'webkit_unit_tests.exe',
373 'webtest_library.dll', 370 'webtest_library.dll',
374 'window_type_launcher_library.dll', 371 'window_type_launcher_library.dll',
375 'wm_unittests.exe', 372 'wm_unittests.exe',
376 'wtf_unittests.exe', 373 'wtf_unittests.exe',
377 ], 374 ],
378 } 375 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698