Searched refs:FAIL (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_ex_test.cc66 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 Dgtest_filter_unittest_.cc54 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 Dgtest-death-test_ex_test.cc55 FAIL() << "An exception escaped a death test macro invocation "
H A Dgtest_xml_output_unittest_.cc69 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 Dgtest_output_test_.cc34 // 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 Dgtest_environment_test.cc68 FAIL() << "Expected fatal failure in global set-up.";
H A Dgtest_pred_impl_unittest.cc140 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 Dgtest-options_test.cc124 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
H A Dgtest_stress_test.cc165 FAIL() << "Fatal failure in some other thread. "
H A Dgtest_unittest.cc1085 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 Dgtest-param-test_test.cc1032 FAIL() << "GTEST_HAS_COMBINE is defined while GTEST_HAS_PARAM_TEST is not\n"
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1801 // 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 50 milliseconds