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

12

/external/google-breakpad/src/common/
H A Dtest_assembler_unittest.cc58 ASSERT_DEATH(l.Value(), "IsKnownConstant\\(&v\\)");
215 ASSERT_DEATH(l = l, "binding != this");
222 ASSERT_DEATH(n = l, "binding != this");
230 ASSERT_DEATH(o = l, "binding != this");
301 ASSERT_DEATH(l - m, "IsKnownOffsetFrom\\(label, &offset\\)");
680 ASSERT_DEATH(m = n, "addend_ == addend");
688 ASSERT_DEATH(m = n, "addend_ == addend");
/external/fmtlib/test/gtest/
H A Dgtest.h8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8448 // compile inside functions where ASSERT_DEATH doesn't
8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8520 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8614 # define ASSERT_DEATH(statement, regex) \ macro
8617 // Like ASSERT_DEATH, but continues on to successive tests in the
8705 ASSERT_DEATH(statement, regex)
8719 ASSERT_DEATH(statemen
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7507 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
7583 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
7602 // compile inside functions where ASSERT_DEATH doesn't
7611 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
7645 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
7663 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
7757 #define ASSERT_DEATH(statement, regex) \ macro
7760 // Like ASSERT_DEATH, but continues on to successive tests in the
7848 ASSERT_DEATH(statement, regex)
7862 ASSERT_DEATH(statemen
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h8341 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8430 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8449 // compile inside functions where ASSERT_DEATH doesn't
8458 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8503 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8521 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8615 # define ASSERT_DEATH(statement, regex) \ macro
8618 // Like ASSERT_DEATH, but continues on to successive tests in the
8706 ASSERT_DEATH(statement, regex)
8720 ASSERT_DEATH(statemen
[all...]

Completed in 426 milliseconds

12