Loading build/win32/autobinscope.py +4 −2 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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) Loading Loading
build/win32/autobinscope.py +4 −2 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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) Loading