Searched refs:ASSERT_DEATH_IF_SUPPORTED (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h276 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
283 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
288 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/gtest/include/gtest/
H A Dgtest-death-test.h276 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
283 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
288 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/chromium_org/base/memory/
H A Ddiscardable_memory_unittest.cc102 ASSERT_DEATH_IF_SUPPORTED(
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc1289 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED trigger
1294 ASSERT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestAssertMacro"),
1299 EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), "");
1327 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED are still
1347 ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT
1354 ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT
1360 ASSERT_DEATH_IF_SUPPORTED(return;, "");
1364 // Tests that ASSERT_DEATH_IF_SUPPORTED does not return from the current
1382 ASSERT_DEATH_IF_SUPPORTED(return, "");
1392 ASSERT_DEATH_IF_SUPPORTED(retur
[all...]
/external/gtest/test/
H A Dgtest-death-test_test.cc1228 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED trigger
1233 ASSERT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestAssertMacro"),
1238 EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), "");
1246 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED are still
1266 ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT
1273 ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT
1279 ASSERT_DEATH_IF_SUPPORTED(return;, "");
1283 // Tests that ASSERT_DEATH_IF_SUPPORTED does not return from the current
1321 ASSERT_DEATH_IF_SUPPORTED(return, "");
1331 ASSERT_DEATH_IF_SUPPORTED(retur
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc1131 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED trigger
1135 ASSERT_DEATH_IF_SUPPORTED(GTEST_CHECK_(false) << "failure", "false.*failure");
1139 EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), "");
1148 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED are still
1168 ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT
1175 ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT
1181 ASSERT_DEATH_IF_SUPPORTED(return;, "");
1185 // Tests that ASSERT_DEATH_IF_SUPPORTED does not return from the current
1202 ASSERT_DEATH_IF_SUPPORTED(return, "");
1212 ASSERT_DEATH_IF_SUPPORTED(retur
[all...]
/external/chromium_org/v8/src/base/
H A Dbits-unittest.cc90 ASSERT_DEATH_IF_SUPPORTED({ RoundUpToPowerOfTwo32(0x80000001u); },
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8427 // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
8446 // and a return statement for ASSERT_DEATH_IF_SUPPORTED.
8447 // This ensures that ASSERT_DEATH_IF_SUPPORTED will not
8711 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
8718 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
8723 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8427 // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
8446 // and a return statement for ASSERT_DEATH_IF_SUPPORTED.
8447 // This ensures that ASSERT_DEATH_IF_SUPPORTED will not
8711 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
8718 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
8723 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro

Completed in 357 milliseconds