Searched refs:ADD_FAILURE (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc184 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
190 ADD_FAILURE() << "This failure is expected, and should have a trace.";
195 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
231 ADD_FAILURE()
235 ADD_FAILURE()
240 ADD_FAILURE() << "This failure is expected, and should "
245 ADD_FAILURE() << "This failure is expected, and should "
288 ADD_FAILURE()
293 ADD_FAILURE()
296 ADD_FAILURE()
[all...]
H A Dgtest_catch_exceptions_test_.cc120 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor "
125 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() "
130 ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() "
136 ADD_FAILURE() << "CxxExceptionInConstructorTest test body "
238 ADD_FAILURE() << "CxxExceptionInSetUpTest test body "
H A Dgtest_environment_test.cc65 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
H A Dgtest_stress_test.cc168 ADD_FAILURE() << "Non-fatal failure in some other thread. "
212 ADD_FAILURE() << "This is an expected non-fatal failure.";
231 ADD_FAILURE() << "This is an expected non-fatal failure.";
H A Dgtest_unittest.cc1089 ADD_FAILURE() << "Expected non-fatal failure.";
1901 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
3363 ADD_FAILURE() << "some non-fatal failure";
3371 ADD_FAILURE() << "shold not reach here.";
3376 ADD_FAILURE() << "other failure";
4635 ADD_FAILURE() << "Intentional failure.";
4639 // Tests ADD_FAILURE.
4640 TEST(MacroTest, ADD_FAILURE) {
6611 EXPECT_NONFATAL_FAILURE(ADD_FAILURE() << "expected failure",
6913 ADD_FAILURE();
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc686 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
698 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
704 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1)
713 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
717 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
721 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
725 ADD_FAILURE() << FormatRegexSyntaxError(regex, i)
H A Dgtest.cc2145 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2301 ADD_FAILURE()
2313 ADD_FAILURE()
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1790 // ADD_FAILURE unconditionally adds a failure to the current test.
1796 // it behaves like ADD_FAILURE. In particular:
1801 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1804 // writing data-driven tests often find themselves using ADD_FAILURE
1808 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2190 ADD_FAILURE() << "Google Mock is printing a value that shouldn't be "
H A Dgmock-matchers_test.cc617 ADD_FAILURE() << "Conversion constructor called";

Completed in 95 milliseconds