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

Unified Diff: scripts/common/gtest_utils.py

Issue 2408423005: Recognize EXCESSIVE_OUTPUT gtest result (Closed)
Patch Set: Created 4 years, 2 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 | scripts/slave/recipe_modules/test_results/resources/test_result.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common/gtest_utils.py
diff --git a/scripts/common/gtest_utils.py b/scripts/common/gtest_utils.py
index 9b30246c31bdbbe51db12489e5a12080396d0eaa..7095517b06a58a84ae70ef5bf1800e8dc62ff815 100755
--- a/scripts/common/gtest_utils.py
+++ b/scripts/common/gtest_utils.py
@@ -15,6 +15,7 @@ TEST_UNKNOWN_LABEL = 'UNKNOWN'
TEST_SUCCESS_LABEL = 'SUCCESS'
TEST_FAILURE_LABEL = 'FAILURE'
TEST_FAILURE_ON_EXIT_LABEL = 'FAILURE_ON_EXIT'
+TEST_EXCESSIVE_OUTPUT_LABEL = 'EXCESSIVE_OUTPUT'
TEST_CRASH_LABEL = 'CRASH'
TEST_TIMEOUT_LABEL = 'TIMEOUT'
TEST_SKIPPED_LABEL = 'SKIPPED'
@@ -467,6 +468,7 @@ class GTestJSONParser(object):
TEST_SUCCESS_LABEL,
TEST_FAILURE_LABEL,
TEST_FAILURE_ON_EXIT_LABEL,
+ TEST_EXCESSIVE_OUTPUT_LABEL,
TEST_CRASH_LABEL,
TEST_TIMEOUT_LABEL,
TEST_SKIPPED_LABEL)
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/test_results/resources/test_result.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698