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

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

Issue 117113003: GTTF: add an option to pass test filter using a file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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') | base/test/launcher/test_launcher.cc » ('J')
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 94eafa8ae51fa431ba228f5c5e0999a7cfa93cfa..699492f9e5a9ae235d0e70f5349f15471fedcb42 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -150,9 +150,9 @@ class TestLauncher {
int cycles_; // Number of remaining test itreations, or -1 for infinite.
- // Test filters (empty means no filter). Entries are separated by colons.
- std::string positive_test_filter_;
- std::string negative_test_filter_;
+ // Test filters (empty means no filter).
+ std::vector<std::string> positive_test_filter_;
+ std::vector<std::string> negative_test_filter_;
// Number of tests started in this iteration.
size_t test_started_count_;
« no previous file with comments | « no previous file | base/test/launcher/test_launcher.cc » ('j') | base/test/launcher/test_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698