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.cc111 class ExceptionHandlerTest : public ::testing::Test { class
160 TEST(ExceptionHandlerTest, SimpleWithPath) { in TEST() argument
170 TEST(ExceptionHandlerTest, SimpleWithFD) { in TEST() argument
253 TEST(ExceptionHandlerTest, ChildCrashWithPath) { in TEST() argument
257 TEST(ExceptionHandlerTest, ChildCrashWithFD) { in TEST() argument
276 TEST(ExceptionHandlerTest, ParallelChildCrashesDontHang) { in TEST() argument
371 TEST(ExceptionHandlerTest, RedeliveryOnFilterCallbackFalse) { in TEST() argument
383 TEST(ExceptionHandlerTest, RedeliveryOnDoneCallbackFalse) { in TEST() argument
395 TEST(ExceptionHandlerTest, NoRedeliveryOnDoneCallbackTrue) { in TEST() argument
407 TEST(ExceptionHandlerTest, NoRedeliveryOnFilterCallbackTrue) { in TEST() argument
[all …]
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc66 class ExceptionHandlerTest : public Test { class
104 void ExceptionHandlerTest::InProcessCrash(bool aborting) { in InProcessCrash()
174 TEST_F(ExceptionHandlerTest, InProcess) { in TEST_F() argument
178 TEST_F(ExceptionHandlerTest, InProcessAbort) { in TEST_F() argument
184 ExceptionHandlerTest *self = reinterpret_cast<ExceptionHandlerTest*>(context); in DumpNameMDCallback()
194 TEST_F(ExceptionHandlerTest, WriteMinidump) { in TEST_F() argument
213 TEST_F(ExceptionHandlerTest, WriteMinidumpWithException) { in TEST_F() argument
237 TEST_F(ExceptionHandlerTest, DumpChildProcess) { in TEST_F() argument
308 TEST_F(ExceptionHandlerTest, InstructionPointerMemory) { in TEST_F() argument
407 TEST_F(ExceptionHandlerTest, InstructionPointerMemoryMinBound) { in TEST_F() argument
[all …]