Home | History | Annotate | Download | only in tests

Lines Matching refs:ExceptionHandlerTest

65 class ExceptionHandlerTest : public Test {
103 void ExceptionHandlerTest::InProcessCrash(bool aborting) {
173 TEST_F(ExceptionHandlerTest, InProcess) {
177 TEST_F(ExceptionHandlerTest, InProcessAbort) {
183 ExceptionHandlerTest *self = reinterpret_cast<ExceptionHandlerTest*>(context);
193 TEST_F(ExceptionHandlerTest, WriteMinidump) {
212 TEST_F(ExceptionHandlerTest, WriteMinidumpWithException) {
236 TEST_F(ExceptionHandlerTest, DumpChildProcess) {
240 sprintf(machPortName, "ExceptionHandlerTest.%d", getpid());
307 TEST_F(ExceptionHandlerTest, InstructionPointerMemory) {
406 TEST_F(ExceptionHandlerTest, InstructionPointerMemoryMinBound) {
502 TEST_F(ExceptionHandlerTest, InstructionPointerMemoryMaxBound) {
602 TEST_F(ExceptionHandlerTest, InstructionPointerMemoryNullPointer) {
659 TEST_F(ExceptionHandlerTest, MemoryListMultipleThreads) {