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

Unified Diff: base/test/launcher/test_launcher.h

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 | « no previous file | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index 1fd213e076856fc79d43f57af6aa7fafc60816b1..ab8934c0e913ef05177a6633a615823b35e8bf44 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -181,7 +181,8 @@ class TestLauncher {
// Maximum number of retries per iteration.
size_t retry_limit_;
- // If true will not early exit even if too many tests are broken.
+ // If true will not early exit nor skip retries even if too many tests are
+ // broken.
bool force_run_broken_tests_;
// Tests to retry in this iteration.
« no previous file with comments | « no previous file | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698