• Dirk Pranke's avatar
    Bump mac static initializer count to 4 to work around bug. · bc0d927c
    Dirk Pranke authored
    It looks like when we're computing the number of static
    initializers on mac we're still assuming a 32-bit word and not the
    64-bit words that we actually use, and so we mis-report the
    number of initializers as twice what they actually are.
    
    All of this perf expectation code needs to be ripped out and
    replaced with some dumb static checks, but for now, this CL
    just updates the expected number from 2 (the correct number) to
    4, and updates the checksums in the json file to get the presubmit
    to pass.
    
    BUG=831951, 832854
    TBR=avi@chromium.org, wolenetz@chromium.org, thakis@chromium.org
    NOTRY=true
    NOTREECHECKS=true
    
    Change-Id: Ie6de49af3cc1443b8acc36ce80946ea50e5a76ab
    Reviewed-on: https://chromium-review.googlesource.com/1013205
    Commit-Queue: Dirk Pranke <dpranke@chromium.org>
    Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#550768}
    bc0d927c
make_expectations.py 12.4 KB