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

Unified Diff: scripts/master/factory/drmemory_factory.py

Issue 1570803003: Teach bots about a new summary line in the DR suite. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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: scripts/master/factory/drmemory_factory.py
diff --git a/scripts/master/factory/drmemory_factory.py b/scripts/master/factory/drmemory_factory.py
index 52c4926c127565ee7d15873ff65ceb3007b90dd2..2f5d7ca985637b62ee95203b84f0364d8fa7ded6 100644
--- a/scripts/master/factory/drmemory_factory.py
+++ b/scripts/master/factory/drmemory_factory.py
@@ -556,6 +556,8 @@ class CTest(Test):
build_count += 1
if 'build successful; no tests for this build' in line:
continue # Successful build with no tests
+ if 'cross-compile configuration unavailable' in line:
+ continue # Build skipped
if 'Error in read script' in line:
continue # DR i#636: Spurious line from ctest
« 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