Home | History | Annotate | Download | only in src

Lines Matching full:positive

196     "exclude).  A test is run if it matches one of the positive "
462 // positive filter and negative filter portions
465 String positive;
468 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
471 positive = String(p, dash - p); // Everything up to the dash
473 if (positive.empty()) {
475 positive = kUniversalFilter;
481 return (MatchesFilter(full_name, positive.c_str()) &&
4471 " Run only the tests whose name matches one of the positive patterns but\n"