Commit 5a0e78e4 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

win: Update list of expected differences on deterministic builder.

Bug: 330260
Change-Id: I7e2d9d6d12f28d92ef157911edab9f3a0769cae2
Reviewed-on: https://chromium-review.googlesource.com/1181871Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584557}
parent 5a155c24
...@@ -168,12 +168,29 @@ ...@@ -168,12 +168,29 @@
# https://crbug.com/330260 # https://crbug.com/330260
'win': [ 'win': [
# These two targets force symbol_level to be at least 1, they will work
# once we've figured out the PDB aging field.
'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',
# TODO(thakis): Figure out what's up with these two.
'mini_installer.exe', 'mini_installer.exe',
'previous_version_mini_installer.exe', 'previous_version_mini_installer.exe',
# These probably have mtimes in the zip headers and the scripts creating
# them probably should use build_utils.ZipDir() instead.
'mini_installer_tests.zip',
'policy_templates.zip',
# TODO(tikuta): Remove this when crbug.com/870611 is fixed.
'remoting-me2me-host-win.zip',
'remoting-webapp.v2.zip',
# TODO(tikuta): Remove this when crbug.com/870584 is fixed. # TODO(tikuta): Remove this when crbug.com/870584 is fixed.
'v8_context_snapshot.bin', 'v8_context_snapshot.bin',
# TODO(thakis): Figure out what's up with these two.
'ppapi_nacl_tests_pnacl_newlib_x32.nexe',
'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
], ],
} }
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