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

Unified Diff: test/test_switches.cc

Issue 2045303002: Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/base@master
Patch Set: Created 4 years, 6 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 | « test/test_switches.h ('k') | threading/thread_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_switches.cc
diff --git a/test/test_switches.cc b/test/test_switches.cc
index 84aa53c474d8ba1ab60657bad0c25444cda3c9ed..40f20d7b7dbebdfa66fa9acc9aee4fba1578ab23 100644
--- a/test/test_switches.cc
+++ b/test/test_switches.cc
@@ -18,6 +18,11 @@ const char switches::kTestLauncherBotMode[] =
const char switches::kTestLauncherDebugLauncher[] =
"test-launcher-debug-launcher";
+// Force running all requested tests and retries even if too many test errors
+// occur.
+const char switches::kTestLauncherForceRunBrokenTests[] =
+ "test-launcher-force-run-broken-tests";
+
// Path to file containing test filter (one pattern per line).
const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file";
« no previous file with comments | « test/test_switches.h ('k') | threading/thread_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698