Loading init/firmware_handler_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ TEST(firmware_handler, HandleAbort) { } int HandleAbort(int argc, char** argv) { // Since this is an expected failure, disable debuggerd to not generate a tombstone. signal(SIGABRT, SIG_DFL); abort(); return 0; } Loading init/subcontext_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,8 @@ BuiltinFunctionMap BuildTestFunctionMap() { // For RecoverAfterAbort auto do_cause_log_fatal = [](const BuiltinArguments& args) -> Result<void> { // Since this is an expected failure, disable debuggerd to not generate a tombstone. signal(SIGABRT, SIG_DFL); return Error() << std::string(4097, 'f'); }; auto do_generate_sane_error = [](const BuiltinArguments& args) -> Result<void> { Loading Loading
init/firmware_handler_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ TEST(firmware_handler, HandleAbort) { } int HandleAbort(int argc, char** argv) { // Since this is an expected failure, disable debuggerd to not generate a tombstone. signal(SIGABRT, SIG_DFL); abort(); return 0; } Loading
init/subcontext_test.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,8 @@ BuiltinFunctionMap BuildTestFunctionMap() { // For RecoverAfterAbort auto do_cause_log_fatal = [](const BuiltinArguments& args) -> Result<void> { // Since this is an expected failure, disable debuggerd to not generate a tombstone. signal(SIGABRT, SIG_DFL); return Error() << std::string(4097, 'f'); }; auto do_generate_sane_error = [](const BuiltinArguments& args) -> Result<void> { Loading