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

/external/chromium/testing/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/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/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/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
84 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
113 #define ASSERT_DEATH(statement, regex) \ macro
116 // Like ASSERT_DEATH, but continues on to successive tests in the
199 ASSERT_DEATH(statement, regex)
/external/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
256 ASSERT_DEATH(statement, regex)
/external/chromium/base/
H A Dprocess_util_unittest.cc724 // should be done inside of the ASSERT_DEATH.
734 ASSERT_DEATH({
741 ASSERT_DEATH({
748 ASSERT_DEATH({
755 ASSERT_DEATH({
762 ASSERT_DEATH({
769 ASSERT_DEATH({
777 ASSERT_DEATH({
784 ASSERT_DEATH({
796 ASSERT_DEATH({
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc189 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
192 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
288 ASSERT_DEATH(return, "");
298 ASSERT_DEATH(return, "") << "did not die";
313 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
319 ASSERT_DEATH(DieWithEmbeddedNul(), "my null world");
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
350 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
372 ASSERT_DEATH(_exit(1), "");
379 ASSERT_DEATH(StaticMemberFunctio
[all...]
/external/gtest/test/
H A Dgtest-death-test_test.cc183 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
186 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
278 ASSERT_DEATH(return, "");
288 ASSERT_DEATH(return, "") << "did not die";
303 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
309 ASSERT_DEATH(DieWithEmbeddedNul(), "w.*ld");
325 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler";
340 ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember");
368 ASSERT_DEATH(_exit(1), "");
375 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...]

Completed in 292 milliseconds