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

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

Issue 2515573003: Make test filters play nice (Closed)
Patch Set: Make test filters play nice 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/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 218d8b627a969a8de32d65c9d1f947ee2af39887..b7974c6eb39773725c7a31ec3ac6108288b086a1 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -181,6 +181,8 @@ class TestLauncher {
int cycles_; // Number of remaining test itreations, or -1 for infinite.
// Test filters (empty means no filter).
+ std::vector<std::string> positive_test_filter_gtest_;
Paweł Hajdan Jr. 2016/11/28 12:56:14 nit: I'd suggest "flag", "cmdline", or similar suf
katthomas 2016/11/29 21:38:26 Acknowledged.
+ std::vector<std::string> positive_test_filter_file_;
std::vector<std::string> positive_test_filter_;
Paweł Hajdan Jr. 2016/11/28 12:56:14 Do we need this old variable? If yes, why?
katthomas 2016/11/29 21:38:26 Yes, it is still used.
std::vector<std::string> negative_test_filter_;
Dirk Pranke 2016/11/29 02:07:15 Even though you only need a single negative_test_f
katthomas 2016/11/29 21:38:26 Done.
« 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