Searched refs:fatally_failed (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc84 EXPECT_FALSE(success.fatally_failed());
93 EXPECT_FALSE(nonfatal_failure.fatally_failed());
102 EXPECT_TRUE(fatal_failure.fatally_failed());
143 // Tests TestPartResult::fatally_failed().
145 EXPECT_FALSE(r1_.fatally_failed());
146 EXPECT_FALSE(r2_.fatally_failed());
147 EXPECT_TRUE(r3_.fatally_failed());
H A Dgtest_unittest.cc1121 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1159 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1161 EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed());
1402 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed());
/gem5/ext/googletest/googletest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc2180 return result.fatally_failed();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h100 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult

Completed in 51 milliseconds