Home
last modified time | relevance | path

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

/third_party/protobuf/conformance/
Dconformance_test.cc179 if (expected_to_fail_.erase(test_name) != 0) { in ReportSuccess()
194 if (expected_to_fail_.erase(test_name) == 1) { in ReportFailure()
389 expected_to_fail_.insert(test_name); in AddExpectedFailedTest()
406 expected_to_fail_.clear(); in RunSuite()
413 if (!CheckSetEmpty(expected_to_fail_, "nonexistent_tests.txt", in RunSuite()
Dconformance_test.h304 std::set<std::string> expected_to_fail_; variable