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

Unified Diff: base/test/test_switches.cc

Issue 1325463002: Don't skip retries when force-running broken tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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_launcher.cc ('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 40391586f5801a53ff4dc6e13e3192d891098204..40f20d7b7dbebdfa66fa9acc9aee4fba1578ab23 100644
--- a/base/test/test_switches.cc
+++ b/base/test/test_switches.cc
@@ -18,7 +18,8 @@ const char switches::kTestLauncherBotMode[] =
const char switches::kTestLauncherDebugLauncher[] =
"test-launcher-debug-launcher";
-// Force running all requested tests even when too many errors occur.
+// Force running all requested tests and retries even if too many test errors
+// occur.
const char switches::kTestLauncherForceRunBrokenTests[] =
"test-launcher-force-run-broken-tests";
« no previous file with comments | « base/test/launcher/test_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698