Home
last modified time | relevance | path

Searched refs:unexpected_failing_tests_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/conformance/
Dconformance_test.cc202 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()
Dconformance_test.h311 std::set<std::string> unexpected_failing_tests_; variable