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

Unified Diff: base/test/test_switches.cc

Issue 61363002: GTTF: Add test launcher developer mode for local debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 50b451323946d067089877d423cee9efb8f1ec90..a3aebcda3ec02fc60db144ceb450c66532759578 100644
--- a/base/test/test_switches.cc
+++ b/base/test/test_switches.cc
@@ -11,6 +11,11 @@ const char switches::kTestLargeTimeout[] = "test-large-timeout";
// Maximum number of tests to run in a single batch.
const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
+// Behaves in a more friendly way to local debugging, e.g. serial execution,
+// no redirection of stdio, etc.
+const char switches::kTestLauncherDeveloperMode[] =
+ "test-launcher-developer-mode";
sky 2013/11/06 14:17:18 Is there a reason you don't want to make this impl
Paweł Hajdan Jr. 2013/11/06 15:55:21 Some bots use a filter, e.g. "manual" webrtc tests
+
// Number of parallel test launcher jobs.
const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
« 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