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

Unified Diff: base/test/test_switches.cc

Issue 117113003: GTTF: add an option to pass test filter using a file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« base/test/launcher/test_launcher.cc ('K') | « 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 f5feaff419bb8243e085708e3433235c5218a29a..d87acaf2308aa6ab5cd8ac0a5c6d1996d8fb8c34 100644
--- a/base/test/test_switches.cc
+++ b/base/test/test_switches.cc
@@ -22,6 +22,9 @@ const char switches::kTestLauncherBotMode[] =
const char switches::kTestLauncherDebugLauncher[] =
"test-launcher-debug-launcher";
+// Path to file containing test filter (one pattern per line).
+const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file";
+
// Number of parallel test launcher jobs.
const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
« base/test/launcher/test_launcher.cc ('K') | « base/test/test_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698