Home | History | Annotate | Download | only in src

Lines Matching defs:positive

212     "exclude).  A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive;
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4714 " Run only the tests whose name matches one of the positive patterns but\n"