Searched refs:DieIf (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc179 void DieIf(bool should_die) { function
181 DieInside("DieIf");
528 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
556 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
563 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
571 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
588 ASSERT_DEATH(DieIf(fals
[all...]
H A Dgtest_output_test_.cc468 void DieIf(bool should_die) { function
469 GTEST_CHECK_(!should_die) << " - death inside DieIf().";

Completed in 10 milliseconds