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

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

Issue 2472153002: Gathering information about test filter files into a README.md file. (Closed)
Patch Set: Updated README.md to match changes made in https://crrev.com/2469353002. Created 4 years, 1 month 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/unit_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.cc
diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
index 364cf113c6a6eed776a3059cbbf15d307fda4c33..8528b1d5fd906be59fcb11b9648981ff6996eff2 100644
--- a/base/test/launcher/test_launcher.cc
+++ b/base/test/launcher/test_launcher.cc
@@ -842,6 +842,8 @@ bool TestLauncher::Init() {
return false;
}
+ // Parse the file contents (see //testing/buildbot/filters/README.md
+ // for file syntax and other info).
std::vector<std::string> filter_lines = SplitString(
filter, "\n", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
for (const std::string& filter_line : filter_lines) {
« no previous file with comments | « no previous file | base/test/launcher/unit_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698