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

Unified Diff: scripts/slave/recipe_modules/test_results/resources/test_result.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 | « scripts/common/gtest_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/test_results/resources/test_result.py
diff --git a/scripts/slave/recipe_modules/test_results/resources/test_result.py b/scripts/slave/recipe_modules/test_results/resources/test_result.py
index 5f1628657ed8fb3a3242ce7fa8a94f1984d40c12..1ef5ae2b294f3877d865bc0e19d61f8b85ce2d0a 100644
--- a/scripts/slave/recipe_modules/test_results/resources/test_result.py
+++ b/scripts/slave/recipe_modules/test_results/resources/test_result.py
@@ -10,6 +10,7 @@ _GTEST_TO_TEST_RESULTS_STATUS_MAP = {
'CRASH': 'CRASH',
'FAILURE': 'FAIL',
'FAILURE_ON_EXIT': 'FAIL',
+ 'EXCESSIVE_OUTPUT': 'FAIL',
'SKIPPED': 'SKIP',
'SUCCESS': 'PASS',
'TIMEOUT': 'TIMEOUT',
« no previous file with comments | « scripts/common/gtest_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698