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

Unified Diff: base/test/test_switches.cc

Issue 469533002: Change gtest launcher to run in parallel and retry failures by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable parallel jobs by default as well Created 6 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
Index: base/test/test_switches.cc
diff --git a/base/test/test_switches.cc b/base/test/test_switches.cc
index d87acaf2308aa6ab5cd8ac0a5c6d1996d8fb8c34..2c9e673f77fbad9a1b37edd33cc4f426c7264dd0 100644
--- a/base/test/test_switches.cc
+++ b/base/test/test_switches.cc
@@ -13,6 +13,7 @@ const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
// Sets defaults desirable for the continuous integration bots, e.g. parallel
// test execution and test retries.
+// TODO(dpranke): Remove this once the bots no longer pass this.
const char switches::kTestLauncherBotMode[] =
"test-launcher-bot-mode";

Powered by Google App Engine
This is Rietveld 408576698