HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionHandlerTest (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 74 class ExceptionHandlerTest : public ::testing::Test {
109 std::wstring ExceptionHandlerTest::dump_file;
110 std::wstring ExceptionHandlerTest::full_dump_file;
112 void ExceptionHandlerTest::SetUp() {
133 void ExceptionHandlerTest::TearDown() {
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) {
153 void ExceptionHandlerTest::ClientDumpCallback(
163 bool ExceptionHandlerTest::DumpCallback(const wchar_t* dump_path,
176 void ExceptionHandlerTest::DoCrashInvalidParameter() {
208 void ExceptionHandlerTest::DoCrashPureVirtualCall()
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 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)
    [all...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 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())
    [all...]

Completed in 187 milliseconds