Searched refs:expected_to_fail_ (Results 1 – 2 of 2) sorted by relevance
164 if (expected_to_fail_.erase(test_name) != 0) { in ReportSuccess()179 if (expected_to_fail_.erase(test_name) == 1) { in ReportFailure()366 expected_to_fail_.insert(test_name); in AddExpectedFailedTest()383 expected_to_fail_.clear(); in RunSuite()390 if (!CheckSetEmpty(expected_to_fail_, "nonexistent_tests.txt", in RunSuite()
300 std::set<std::string> expected_to_fail_; variable