Home | History | Annotate | Download | only in handler

Lines Matching refs:ExceptionHandlerTest

115 class ExceptionHandlerTest : public ::testing::Test {
164 TEST(ExceptionHandlerTest, SimpleWithPath) {
174 TEST(ExceptionHandlerTest, SimpleWithFD) {
205 // optimize them out. In the case of ExceptionHandlerTest::ExternalDumper,
257 TEST(ExceptionHandlerTest, ChildCrashWithPath) {
261 TEST(ExceptionHandlerTest, ChildCrashWithFD) {
319 TEST(ExceptionHandlerTest, RedeliveryOnFilterCallbackFalse) {
331 TEST(ExceptionHandlerTest, RedeliveryOnDoneCallbackFalse) {
343 TEST(ExceptionHandlerTest, NoRedeliveryOnDoneCallbackTrue) {
355 TEST(ExceptionHandlerTest, NoRedeliveryOnFilterCallbackTrue) {
367 TEST(ExceptionHandlerTest, RedeliveryToDefaultHandler) {
384 TEST(ExceptionHandlerTest, RedeliveryOnBadSignalHandlerFlag) {
413 TEST(ExceptionHandlerTest, StackedHandlersDeliveredToTop) {
429 TEST(ExceptionHandlerTest, StackedHandlersNotDeliveredToBottom) {
445 TEST(ExceptionHandlerTest, StackedHandlersFilteredToBottom) {
461 TEST(ExceptionHandlerTest, StackedHandlersUnhandledToBottom) {
491 TEST(ExceptionHandlerTest, InstructionPointerMemory) {
583 TEST(ExceptionHandlerTest, InstructionPointerMemoryMinBound) {
671 TEST(ExceptionHandlerTest, InstructionPointerMemoryMaxBound) {
764 TEST(ExceptionHandlerTest, InstructionPointerMemoryNullPointer) {
810 TEST(ExceptionHandlerTest, ModuleInfo) {
930 TEST(ExceptionHandlerTest, ExternalDumper) {
1004 TEST(ExceptionHandlerTest, WriteMinidumpExceptionStream) {
1023 TEST(ExceptionHandlerTest, GenerateMultipleDumpsWithFD) {
1040 TEST(ExceptionHandlerTest, GenerateMultipleDumpsWithPath) {
1072 TEST(ExceptionHandlerTest, AdditionalMemory) {
1116 TEST(ExceptionHandlerTest, AdditionalMemoryRemove) {
1158 TEST(ExceptionHandlerTest, WriteMinidumpForChild) {