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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h407 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc6944 EXPECT_FALSE(HasFailure());
6949 const bool has_failure = HasFailure();
6956 const bool has_failure = HasFailure();
6964 const bool has_failure = HasFailure();
6969 // A wrapper for calling HasFailure outside of a test body.
6970 static bool HasFailureHelper() { return testing::Test::HasFailure(); }

Completed in 42 milliseconds