diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 18:09:55 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 18:09:55 +0000 |
commit | 15f2e725c4393fe7e41556ebcf202814682f8ca9 (patch) | |
tree | 0445397e6c15c536befcb8a81fc63924b145efb0 /tools/checkbins | |
parent | 9524c5eb10350e57b266a7d3023c41afe9fc0119 (diff) | |
download | chromium_src-15f2e725c4393fe7e41556ebcf202814682f8ca9.zip chromium_src-15f2e725c4393fe7e41556ebcf202814682f8ca9.tar.gz chromium_src-15f2e725c4393fe7e41556ebcf202814682f8ca9.tar.bz2 |
checkbins.py: enable /SAFESEH check now that all binaries are passing.
BUG=104188
Review URL: http://codereview.chromium.org/8726019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkbins')
-rwxr-xr-x | tools/checkbins/checkbins.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/checkbins/checkbins.py b/tools/checkbins/checkbins.py index bc3c7b2..708bebf5 100755 --- a/tools/checkbins/checkbins.py +++ b/tools/checkbins/checkbins.py @@ -84,9 +84,7 @@ def main(options, args): if options.verbose: print "Checking %s for /SAFESEH... PASS" % path else: - # TODO(scherkus): uncomment this code after we're confident that we - # won't cause unintentional failures on the build bots. - #success = False + success = False print "Checking %s for /SAFESEH... FAIL" % path # Update tally. |