Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: webrtc/build/get_landmines.py

Issue 2538593003: Landmine to clobber Windows builders (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/get_landmines.py
diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
index 799c3fa8fff115162f76d61d0c348f562e09a1df..983a0b8c3bf28942057b4c95bb2ff7cfff4e8d7a 100755
--- a/webrtc/build/get_landmines.py
+++ b/webrtc/build/get_landmines.py
@@ -46,6 +46,7 @@ def print_landmines():
if platform() == 'win':
print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
print 'Clobber due to corrupt .pdb files (after #14623)'
+ print 'Clobber due to Win 64-bit Debug linking error (crbug.com/668961)'
def main():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698