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

Unified Diff: scripts/master/log_parser/gtest_command.py

Issue 10556042: Update GTest Parsing Code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 8 years, 6 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 | « scripts/common/unittests/gtest_utils_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/log_parser/gtest_command.py
diff --git a/scripts/master/log_parser/gtest_command.py b/scripts/master/log_parser/gtest_command.py
index 70f87fa6e566dffc9577b374dab3e388cb1ff27f..947c74415aebf5fbcf83b2e3a6b1473796329d36 100755
--- a/scripts/master/log_parser/gtest_command.py
+++ b/scripts/master/log_parser/gtest_command.py
@@ -52,9 +52,11 @@ class TestObserver(buildstep.LogLineObserver):
Args:
include_fails: If true, all failing tests with FAILS_ in their names will
- be included. Otherwise, they will only be included if they crashed.
+ be included. Otherwise, they will only be included if they crashed or
+ timed out.
include_flaky: If true, all failing tests with FLAKY_ in their names will
- be included. Otherwise, they will only be included if they crashed.
+ be included. Otherwise, they will only be included if they crashed or
+ timed out.
"""
return self.gtest_parser.FailedTests(include_fails=include_fails,
« no previous file with comments | « scripts/common/unittests/gtest_utils_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698