Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_test.cc174 if (expected_to_fail_.erase(test_name) != 0) { in ReportSuccess()
188 if (expected_to_fail_.erase(test_name) == 1) { in ReportFailure()
579 expected_to_fail_.clear(); in SetFailureList()
581 std::inserter(expected_to_fail_, expected_to_fail_.end())); in SetFailureList()
Dconformance_test.h155 std::set<std::string> expected_to_fail_; variable