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

Unified Diff: base/test/launcher/test_launcher.h

Issue 2411003003: Save an early test summary in case the test launcher crashes or gets killed (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 | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index 3f6bbaa5f9a41fbad221693e6d5cf7207567c349..1599574999e401042c9d9d2d162fa0dbe44d3a3a 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -150,7 +150,7 @@ class TestLauncher {
void RunTestIteration();
// Saves test results summary as JSON if requested from command line.
- void MaybeSaveSummaryAsJSON();
+ void MaybeSaveSummaryAsJSON(const std::vector<std::string>& additional_tags);
// Called on a worker thread after a child process finishes.
void OnLaunchTestProcessFinished(
« no previous file with comments | « no previous file | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698