Searched refs:FAIL (Results 1 - 12 of 12) sorted by relevance
/gem5/ext/googletest/googlemock/test/ |
H A D | gmock_ex_test.cc | 66 FAIL() << "GetNonDefaultConstructible()'s return type has no default " 69 FAIL() << "Google Test does not try to catch an exception of type "
|
/gem5/ext/googletest/googletest/test/ |
H A D | gtest_filter_unittest_.cc | 54 FAIL() << "Expected failure."; 69 FAIL() << "Expected failure."; 73 FAIL() << "Expected failure."; 79 FAIL() << "Expected failure."; 89 FAIL() << "Expected failure."; 107 FAIL() << "Expected failure."; 111 FAIL() << "Expected failure."; 117 FAIL() << "Expected failure.";
|
H A D | gtest-death-test_ex_test.cc | 55 FAIL() << "An exception escaped a death test macro invocation "
|
H A D | gtest_xml_output_unittest_.cc | 69 FAIL() << "Unexpected failure: Disabled test should not be run"; 83 FAIL() << "Unexpected failure: Disabled test should not be run"; 87 FAIL() << "XML output: " 94 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
H A D | gtest_output_test_.cc | 34 // FAIL. 82 FAIL() << "This should never be reached."; 141 FAIL() << "This should never be reached."; 400 FAIL() << "Expected failure #1, in the test fixture c'tor."; 423 FAIL() << "Expected failure #3, in TearDown()."; 427 FAIL() << "Expected failure #4, in the test fixture d'tor."; 432 FAIL() << "Expected failure #2, in the test function."; 444 FAIL() << "Expected failure #1, in SetUp()."; 448 FAIL() << "Expected failure #2, in TearDown()."; 452 FAIL() << "Expecte [all...] |
H A D | gtest_environment_test.cc | 68 FAIL() << "Expected fatal failure in global set-up.";
|
H A D | gtest_pred_impl_unittest.cc | 140 FAIL() << "The predicate assertion unexpactedly aborted the test."; 142 FAIL() << "The failed predicate assertion didn't abort the test " 535 FAIL() << "The predicate assertion unexpactedly aborted the test."; 537 FAIL() << "The failed predicate assertion didn't abort the test " 972 FAIL() << "The predicate assertion unexpactedly aborted the test."; 974 FAIL() << "The failed predicate assertion didn't abort the test " 1451 FAIL() << "The predicate assertion unexpactedly aborted the test."; 1453 FAIL() << "The failed predicate assertion didn't abort the test " 1972 FAIL() << "The predicate assertion unexpactedly aborted the test."; 1974 FAIL() << "Th [all...] |
H A D | gtest-options_test.cc | 124 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
|
H A D | gtest_stress_test.cc | 165 FAIL() << "Fatal failure in some other thread. "
|
H A D | gtest_unittest.cc | 1085 FAIL() << "Expected fatal failure."; 1204 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); 1217 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); 3097 FAIL() << "Unexpected failure: Disabled test should not be run."; 3109 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; 3115 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; 3123 FAIL() << "Unexpected failure: All tests disabled in test case. " 3128 FAIL() << "Unexpected failure: All tests disabled in test case. " 3134 FAIL() << "Unexpected failure: Disabled test should not be run."; 3138 FAIL() << "Unexpecte [all...] |
H A D | gtest-param-test_test.cc | 1032 FAIL() << "GTEST_HAS_COMBINE is defined while GTEST_HAS_PARAM_TEST is not\n"
|
/gem5/ext/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1801 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except 1803 // usually want the fail-fast behavior of FAIL and ASSERT_*, but those 1819 // Define this macro to 1 to omit the definition of FAIL(), which is a 1822 # define FAIL() GTEST_FAIL() macro
|
Completed in 31 milliseconds