Lines Matching full:positive
197 "exclude). A test is run if it matches one of the positive "
428 // positive filter and negative filter portions
431 String positive;
434 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
437 positive.Set(p, dash - p); // Everything up to the dash
439 if (positive.empty()) {
441 positive = kUniversalFilter;
447 return (MatchesFilter(full_name, positive.c_str()) &&
4160 " Run only the tests whose name matches one of the positive patterns but\n"