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

Unified Diff: tools/determinism/compare_build_artifacts.py

Issue 2496903002: Also whitelist ppapi_nacl_tests_* on Linux. (Closed)
Patch Set: Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/determinism/compare_build_artifacts.py
diff --git a/tools/determinism/compare_build_artifacts.py b/tools/determinism/compare_build_artifacts.py
index 10a8f9abcb2621886302fa4b38e26f8e3a8448e5..8687a598131b67dab91d8de5deda9c94621f4cf8 100755
--- a/tools/determinism/compare_build_artifacts.py
+++ b/tools/determinism/compare_build_artifacts.py
@@ -34,6 +34,9 @@ WHITELIST = {
# https://crbug.com/330263
'linux': {
'flatc',
+ # https://crbug.com/654989
+ 'ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
+ 'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
},
# https://crbug.com/330262
« 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