Commit 43d62bc1 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove ppapi nexes from deterministic build whitelist.

In all builds I've looked at recently, these suppressions were mentioned
as unused. Let's remove them to see if they're still needed.

Bug: 429358
Change-Id: I3dcdebb0fca0a34374d00962a906d879564d963e
Reviewed-on: https://chromium-review.googlesource.com/c/1300493Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602977}
parent 20f6def8
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
# List of files that are known to be _not_ deterministic. This is a "temporary" # List of files that are known to be _not_ deterministic. This is a "temporary"
# workaround to find regression on the deterministic builders. # workaround to find regression on the deterministic builders.
# #
# PNaCl general bug: https://crbug.com/429358
#
# TODO(sebmarchand): Remove this once all the files are deterministic. # TODO(sebmarchand): Remove this once all the files are deterministic.
{ {
# https://crbug.com/383340 # https://crbug.com/383340
...@@ -29,7 +27,6 @@ ...@@ -29,7 +27,6 @@
# https://crbug.com/330263 # https://crbug.com/330263
'linux': [ 'linux': [
'ppapi_nacl_tests_pnacl_newlib_x64.nexe',
'zucchini_apply_fuzzer_seed_corpus.zip', 'zucchini_apply_fuzzer_seed_corpus.zip',
'mr_extension', 'mr_extension',
...@@ -195,9 +192,5 @@ ...@@ -195,9 +192,5 @@
# them probably should use build_utils.ZipDir() instead. # them probably should use build_utils.ZipDir() instead.
'mini_installer_tests.zip', 'mini_installer_tests.zip',
'policy_templates.zip', 'policy_templates.zip',
# 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