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

Unified Diff: base/test/test_switches.cc

Issue 46043019: GTTF: Add a flag controlling handling of test stdio by the new launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/test_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_switches.cc
diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
index b02e9f4e63bd00958ee83cab67988239c979535b..2d99dec23fa134dbedd7f6932064accb1ef087e1 100644
--- a/base/test/test_switches.cc
+++ b/base/test/test_switches.cc
@@ -21,6 +21,11 @@ const char switches::kTestLauncherOutput[] = "test-launcher-output";
const char switches::kTestLauncherSummaryOutput[] =
"test-launcher-summary-output";
+// Flag controlling when test stdio is displayed as part of the launcher's
+// standard output.
+const char switches::kTestLauncherTestStdio[] =
+ "test-launcher-test-stdio";
hubbe 2013/10/29 20:07:30 How about: --test-launcher-print-stdio ?
Paweł Hajdan Jr. 2013/10/29 23:00:46 Done.
+
// Time (in milliseconds) that the tests should wait before timing out.
const char switches::kTestLauncherTimeout[] = "test-launcher-timeout";
// TODO(phajdan.jr): Clean up the switch names.
« no previous file with comments | « base/test/test_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698