Home
last modified time | relevance | path

Searched defs:failure_description (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h185 const std::string& failure_description() const { return failure_description_; } in failure_description() function
211 std::stringstream failure_description; in Run() local
221 auto failure_description = std::string("Child died, but with a different error message\n") + match_result.second; in Run() local
228 void PrintFailureDetails(std::string_view failure_description, std::string_view stmt, DeathCause cause) const { in PrintFailureDetails() argument
/llvm-project/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp45 auto failure_description = in TestDeathTest() local