Searched refs:ASSERT_DEATH (Results 1 - 25 of 29) sorted by relevance

12

/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_nesting_test.cc172 ASSERT_DEATH(DoCrash(NULL), "");
176 ASSERT_DEATH(DoCrash(kFoo),
181 ASSERT_DEATH(DoCrash(kBar),
188 ASSERT_DEATH(
199 ASSERT_DEATH(
211 ASSERT_DEATH(
223 ASSERT_DEATH(
234 ASSERT_DEATH(
244 ASSERT_DEATH(
267 ASSERT_DEATH(
[all...]
H A Dexception_handler_death_test.cc139 ASSERT_DEATH((*i)++, kSuccessIndicator);
195 // and call ASSERT_DEATH on a NULL dereference, it to expecting test
211 ASSERT_DEATH(this->DoCrashAccessViolation(OUT_OF_PROC_BEST_EFFORT), "");
234 ASSERT_DEATH(this->DoCrashAccessViolation(OUT_OF_PROC_GUARANTEED), "");
346 ASSERT_DEATH(memory_function(), "");
441 ASSERT_DEATH(memory_function(), "");
529 ASSERT_DEATH(memory_function(), "");
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/googletest/googletest/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 #define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/v8/testing/gtest/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/libchrome/base/threading/
H A Dnon_thread_safe_unittest.cc125 ASSERT_DEATH({
150 ASSERT_DEATH({
H A Dthread_checker_unittest.cc137 ASSERT_DEATH({
166 ASSERT_DEATH({
/external/webrtc/webrtc/base/
H A Dthread_checker_unittest.cc154 ASSERT_DEATH({
183 ASSERT_DEATH({
/external/libchrome/base/
H A Dsequence_checker_unittest.cc201 ASSERT_DEATH({
230 ASSERT_DEATH({
259 ASSERT_DEATH({
286 ASSERT_DEATH({
318 ASSERT_DEATH({
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc194 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
197 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
293 ASSERT_DEATH(return, "");
303 ASSERT_DEATH(return, "") << "did not die";
318 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
324 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
340 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
355 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
377 ASSERT_DEATH(_exit(1), "");
436 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc192 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
291 ASSERT_DEATH(return, "");
301 ASSERT_DEATH(return, "") << "did not die";
316 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
322 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
348 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
370 ASSERT_DEATH(_exit(1), "");
429 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc184 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
187 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
279 ASSERT_DEATH(return, "");
289 ASSERT_DEATH(return, "") << "did not die";
304 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
310 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
326 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
341 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
363 ASSERT_DEATH(_exit(1), "");
370 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/v8/testing/gtest/test/
H A Dgtest-death-test_test.cc192 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
291 ASSERT_DEATH(return, "");
301 ASSERT_DEATH(return, "") << "did not die";
316 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
322 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
348 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
370 ASSERT_DEATH(_exit(1), "");
429 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc192 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
291 ASSERT_DEATH(return, "");
301 ASSERT_DEATH(return, "") << "did not die";
316 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
322 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
338 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
353 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
375 ASSERT_DEATH(_exit(1), "");
434 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc295 ASSERT_DEATH(map.SetKeyValue(NULL, "hello"), "");
298 ASSERT_DEATH(map.GetValueForKey(NULL), "");
301 ASSERT_DEATH(map.GetValueForKey(NULL), "");
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump_unittest.cc183 ASSERT_DEATH(pmd.CreateAllocatorDump("foo_allocator"), "");
184 ASSERT_DEATH(pmd.CreateAllocatorDump("bar_allocator/heap"), "");
185 ASSERT_DEATH(pmd.CreateAllocatorDump(""), "");
/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc591 ASSERT_DEATH(background.DeRef(arrow_copy), "");
613 ASSERT_DEATH(background.DeRef(&arrow), "");
633 ASSERT_DEATH(target.reset(), "");
656 ASSERT_DEATH(background.DeleteTarget(target.release()), "");
676 ASSERT_DEATH(arrow.target.get(), "");
H A Dshared_memory_mac_unittest.cc373 ASSERT_DEATH(memset(shared_memory2.memory(), 'b', s_memory_size), "");
435 ASSERT_DEATH(memset(shared_memory2.memory(), 'b', s_memory_size), "");
/external/google-breakpad/src/processor/
H A Dsynth_minidump_unittest.cc151 ASSERT_DEATH(Context context(dump, raw);,
159 ASSERT_DEATH(Context context(dump, raw);,

Completed in 894 milliseconds

12