• Bruce Dawson's avatar
    Don't check message compiler results for .mc files · fb4046a4
    Bruce Dawson authored
    message_compiler.py checks to make sure its results match those
    generated by mc.exe, but these checks are only valid for a given version
    of mc.exe, because the output changes with every new Windows 10 SDK
    version. The checking is disabled for SDK versions other than 10.0.15063
    but only for .man files. This change extends the disabling of checking
    for .mc files also, due to observed failures.
    
    Bug: 774669
    Change-Id: I618f68d8926b73621192e7933aea5d264fedd214
    Reviewed-on: https://chromium-review.googlesource.com/807205Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
    Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#521577}
    fb4046a4
message_compiler.py 5.78 KB