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

Unified Diff: base/test/launcher/test_result.cc

Issue 2406243004: Introduce test output snippet byte limit (Closed)
Patch Set: 2.5 MB 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 | « base/test/launcher/test_result.h ('k') | base/test/launcher/test_results_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_result.cc
diff --git a/base/test/launcher/test_result.cc b/base/test/launcher/test_result.cc
index e7320258b9090ddf281eb858399e47a58d6b5c22..39e20e7f01fca47687b3cd10b3c5abf82afa11b0 100644
--- a/base/test/launcher/test_result.cc
+++ b/base/test/launcher/test_result.cc
@@ -32,6 +32,8 @@ std::string TestResult::StatusAsString() const {
return "TIMEOUT";
case TEST_SKIPPED:
return "SKIPPED";
+ case TEST_EXCESSIVE_OUTPUT:
+ return "EXCESSIVE_OUTPUT";
// Rely on compiler warnings to ensure all possible values are handled.
}
« no previous file with comments | « base/test/launcher/test_result.h ('k') | base/test/launcher/test_results_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698