Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc74 class ExceptionHandlerTest : public ::testing::Test { class
109 std::wstring ExceptionHandlerTest::dump_file;
110 std::wstring ExceptionHandlerTest::full_dump_file;
112 void ExceptionHandlerTest::SetUp() { in SetUp()
133 void ExceptionHandlerTest::TearDown() { in TearDown()
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { in DoesPathExist()
153 void ExceptionHandlerTest::ClientDumpCallback( in ClientDumpCallback()
163 bool ExceptionHandlerTest::DumpCallback(const wchar_t* dump_path, in DumpCallback()
176 void ExceptionHandlerTest::DoCrashInvalidParameter() { in DoCrashInvalidParameter()
208 void ExceptionHandlerTest::DoCrashPureVirtualCall() { in DoCrashPureVirtualCall()
[all …]
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc115 class ExceptionHandlerTest : public ::testing::Test { class
164 TEST(ExceptionHandlerTest, SimpleWithPath) { in TEST() argument
174 TEST(ExceptionHandlerTest, SimpleWithFD) { in TEST() argument
257 TEST(ExceptionHandlerTest, ChildCrashWithPath) { in TEST() argument
261 TEST(ExceptionHandlerTest, ChildCrashWithFD) { in TEST() argument
319 TEST(ExceptionHandlerTest, RedeliveryOnFilterCallbackFalse) { in TEST() argument
331 TEST(ExceptionHandlerTest, RedeliveryOnDoneCallbackFalse) { in TEST() argument
343 TEST(ExceptionHandlerTest, NoRedeliveryOnDoneCallbackTrue) { in TEST() argument
355 TEST(ExceptionHandlerTest, NoRedeliveryOnFilterCallbackTrue) { in TEST() argument
367 TEST(ExceptionHandlerTest, RedeliveryToDefaultHandler) { in TEST() argument
[all …]
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc65 class ExceptionHandlerTest : public Test { class
103 void ExceptionHandlerTest::InProcessCrash(bool aborting) { in InProcessCrash()
173 TEST_F(ExceptionHandlerTest, InProcess) { in TEST_F() argument
177 TEST_F(ExceptionHandlerTest, InProcessAbort) { in TEST_F() argument
183 ExceptionHandlerTest *self = reinterpret_cast<ExceptionHandlerTest*>(context); in DumpNameMDCallback()
193 TEST_F(ExceptionHandlerTest, WriteMinidump) { in TEST_F() argument
212 TEST_F(ExceptionHandlerTest, WriteMinidumpWithException) { in TEST_F() argument
236 TEST_F(ExceptionHandlerTest, DumpChildProcess) { in TEST_F() argument
307 TEST_F(ExceptionHandlerTest, InstructionPointerMemory) { in TEST_F() argument
406 TEST_F(ExceptionHandlerTest, InstructionPointerMemoryMinBound) { in TEST_F() argument
[all …]