Commit f097036d authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

win: Update deterministic build whitelist.

symbol_level=1 builds seem to work now and the bot builds with it, so the
entries for crashpad_snapshot_test_image_reader and
crashpad_snapshot_test_image_reader_module.dll are no longer needed.

mini_installer.exe now has a corresponding .pdb that's also non-deterministic
(since the exe itself isn't, the pdb can't be), so add an entry for that.

TBR=erikchen

Bug: 330260
Change-Id: Ic1cde1f5a52a953d74285e4bd6a02e74c70e75b5
Reviewed-on: https://chromium-review.googlesource.com/c/1278306Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599174}
parent 557d4cfd
...@@ -207,13 +207,9 @@ ...@@ -207,13 +207,9 @@
# https://crbug.com/330260 # https://crbug.com/330260
'win': [ 'win': [
# These two targets force symbol_level to be at least 1, they will work # TODO(thakis): Figure out what's up with these three.
# once we've figured out the PDB aging field.
'crashpad_snapshot_test_image_reader.exe',
'crashpad_snapshot_test_image_reader_module.dll',
# TODO(thakis): Figure out what's up with these two.
'mini_installer.exe', 'mini_installer.exe',
'mini_installer.exe.pdb',
'previous_version_mini_installer.exe', 'previous_version_mini_installer.exe',
# These probably have mtimes in the zip headers and the scripts creating # These probably have mtimes in the zip headers and the scripts creating
...@@ -245,7 +241,6 @@ ...@@ -245,7 +241,6 @@
'content_browsertests.isolated', 'content_browsertests.isolated',
'content_shell_crash_test.isolated', 'content_shell_crash_test.isolated',
'content_unittests.isolated', 'content_unittests.isolated',
'crashpad_tests.isolated',
'extensions_browsertests.isolated', 'extensions_browsertests.isolated',
'extensions_unittests.isolated', 'extensions_unittests.isolated',
'gin_unittests.isolated', 'gin_unittests.isolated',
......
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