Searched refs:unexpected_failing_tests_ (Results 1 – 2 of 2) sorted by relevance
187 unexpected_failing_tests_.insert(test_name); in ReportFailure()377 unexpected_failing_tests_.clear(); in RunSuite()398 if (!CheckSetEmpty(unexpected_failing_tests_, "failing_tests.txt", in RunSuite()426 expected_failures_, unexpected_failing_tests_.size()); in RunSuite()
307 std::set<std::string> unexpected_failing_tests_; variable