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

Unified Diff: test/launcher/test_launcher.h

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
Index: test/launcher/test_launcher.h
diff --git a/test/launcher/test_launcher.h b/test/launcher/test_launcher.h
index bd86da5696722f7cfbcaf02677c1a568f76f6009..ab8934c0e913ef05177a6633a615823b35e8bf44 100644
--- a/test/launcher/test_launcher.h
+++ b/test/launcher/test_launcher.h
@@ -181,6 +181,10 @@ class TestLauncher {
// Maximum number of retries per iteration.
size_t retry_limit_;
+ // 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.
std::set<std::string> tests_to_retry_;
« no previous file with comments | « test/android/junit/src/org/chromium/base/test/shadows/ShadowMultiDex.java ('k') | test/launcher/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698