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

Unified Diff: build/landmines.py

Issue 12398018: Add landmine for failing win trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: platform is win, not win32 Created 7 years, 10 months 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: build/landmines.py
diff --git a/build/landmines.py b/build/landmines.py
index 6c769e91a1aa514a0f2a3c1f48aa55659dec0e3b..cfff27f3058e161d28d0c446b1f191fdde79cca2 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -141,6 +141,8 @@ def get_landmines(target):
add('Need to clobber winja goma due to backend cwd cache fix.')
if platform() == 'android':
add('Clean android out directories to reduce zip size.')
+ if platform() == 'win' and builder() == 'ninja':
+ add('Compile on cc_unittests fails due to symbols removed in r185063.')
return landmines
« 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