Commit ead86465 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Add v8_context_snapshot.bin to deterministic whitelist

This is to fix Deterministic Linux (dbg) builder.

Removed mini_installer.exe and previous_version_mini_installer.exe too.

Bug: 871760, 870584
Change-Id: Ieb85e844ceb9d5430f3870b26f98ffbe095ad539
Reviewed-on: https://chromium-review.googlesource.com/1165269
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581221}
parent f0abc4fb
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
'remoting-webapp.v2.zip', 'remoting-webapp.v2.zip',
'zucchini_apply_fuzzer_seed_corpus.zip', 'zucchini_apply_fuzzer_seed_corpus.zip',
# TODO(tikuta): Remove this when crbug.com/870584 is fixed.
'v8_context_snapshot.bin',
], ],
# https://crbug.com/330262 # https://crbug.com/330262
...@@ -165,7 +168,5 @@ ...@@ -165,7 +168,5 @@
'win': [ 'win': [
'crashpad_snapshot_test_image_reader.exe', 'crashpad_snapshot_test_image_reader.exe',
'crashpad_snapshot_test_image_reader_module.dll', 'crashpad_snapshot_test_image_reader_module.dll',
'mini_installer.exe',
'previous_version_mini_installer.exe',
], ],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment