Searched refs:unexpected_failing_tests_ (Results 1 – 2 of 2) sorted by relevance
202 unexpected_failing_tests_.insert(test_name); in ReportFailure()400 unexpected_failing_tests_.clear(); in RunSuite()421 if (!CheckSetEmpty(unexpected_failing_tests_, "failing_tests.txt", in RunSuite()449 expected_failures_, unexpected_failing_tests_.size()); in RunSuite()
311 std::set<std::string> unexpected_failing_tests_; variable