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

12

/external/chromium_org/testing/gtest/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());
/external/gtest/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.cc1128 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1166 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1168 EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed());
1409 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed());
/external/protobuf/gtest/test/
H A Dgtest-test-part_test.cc94 // Tests TestPartResult::fatally_failed().
96 EXPECT_FALSE(r1_.fatally_failed());
97 EXPECT_FALSE(r2_.fatally_failed());
98 EXPECT_TRUE(r3_.fatally_failed());
H A Dgtest_unittest.cc1522 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1571 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed());
1573 EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed());
1748 EXPECT_FALSE(success.fatally_failed());
1757 EXPECT_FALSE(nonfatal_failure.fatally_failed());
1766 EXPECT_TRUE(fatal_failure.fatally_failed());
1840 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed());
/external/chromium_org/testing/gtest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc2141 return result.fatally_failed();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc1863 return result.fatally_failed();
/external/gtest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc1857 return result.fatally_failed();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc1863 return result.fatally_failed();
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc103 if (result.fatally_failed())
H A Dgtest.cc1863 return result.fatally_failed();
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc113 if (result.fatally_failed())
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h100 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h98 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/gtest/include/gtest/
H A Dgtest-test-part.h100 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h98 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h98 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h97 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3341 return result.fatally_failed();
9475 if (result.fatally_failed())
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3341 return result.fatally_failed();
9477 if (result.fatally_failed())

Completed in 510 milliseconds

12