Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc397 class DeathTestImpl : public DeathTest { class
399 DeathTestImpl(const char* a_statement, Matcher<const std::string&> matcher) in DeathTestImpl() function in testing::internal::DeathTestImpl
409 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
461 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte()
502 std::string DeathTestImpl::GetErrorLogs() { in GetErrorLogs()
510 void DeathTestImpl::Abort(AbortReason reason) { in Abort()
569 bool DeathTestImpl::Passed(bool status_ok) { in Passed()
649 class WindowsDeathTest : public DeathTestImpl {
653 : DeathTestImpl(a_statement, std::move(matcher)), in WindowsDeathTest()
813 class FuchsiaDeathTest : public DeathTestImpl {
[all …]