Home
last modified time | relevance | path

Searched refs:DieIf (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/gtest/test/
Dgtest-death-test_test.cc171 void DieIf(bool should_die) { in DieIf() function
463 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
491 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
498 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
506 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
523 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
532 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc564 void DieIf(bool should_die) { in DieIf() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc179 void DieIf(bool should_die) { in DieIf() function
529 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
557 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
572 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
589 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
598 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc464 void DieIf(bool should_die) { in DieIf() function
/external/gtest/test/
Dgtest-death-test_test.cc179 void DieIf(bool should_die) { in DieIf() function
529 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
557 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
572 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
589 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
598 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc464 void DieIf(bool should_die) { in DieIf() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc181 void DieIf(bool should_die) { in DieIf() function
531 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
559 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
566 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
574 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
591 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
600 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc452 void DieIf(bool should_die) { in DieIf() function