Commit a01a1ced authored by David Major's avatar David Major
Browse files

Bug 1525113: Disable two crashy Binscope checks. r=froydnj

parent 0724cee7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ try:
        "/NoLogo",
        "/Target", binary_path,
        "/SymPath", symbol_path,
        "/Checks", "ATLVersionCheck",
        # ATLVersionCheck triggers a crash in msdia120: bug 1525113
        "/SkippedChecks", "ATLVersionCheck",
        "/Checks", "ATLVulnCheck",
        # We do not ship in the Windows Store
        "/SkippedChecks", "AppContainerCheck",
@@ -68,7 +69,8 @@ try:
        "/Checks", "RSA32Check",
        "/Checks", "SafeSEHCheck",
        "/Checks", "SharedSectionCheck",
        "/Checks", "VB6Check",
        # VB6Check triggers a crash in msdia120: bug 1525113
        "/SkippedChecks", "VB6Check",
        "/Checks", "WXCheck"
    ], stdout=subprocess.PIPE, stderr=subprocess.PIPE)