Searched refs:failures (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_modules.cpp64 auto failures = py::list();
73 failures.append("Dupe1 class");
77 failures.append("Dupe1 function");
81 failures.append("dupe1_factory");
85 failures.append("Dupe2");
89 failures.append("DupeException1");
93 failures.append("DupeException2");
96 return failures;
/gem5/src/unittest/
H A Dunittest.hh79 unsigned failures();
89 /// Zero the number of passes and failures so far.
H A Dunittest.cc70 unsigned failures() { return _failures; } function in namespace:UnitTest
/gem5/tests/testing/
H A Dresults.py268 failures = 0
278 failures += 1
283 x_suite.set("failures", str(failures))
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1077 ::testing::TestPartResultArray failures; local
1079 ::testing::ScopedFakeTestPartResultReporter reporter(&failures);
1081 // Now 'failures' contains the Google Test failures generated by
1086 ASSERT_EQ(1, failures.size());
1087 const ::testing::TestPartResult& r = failures.GetTestPartResult(0);
1845 // Tests that calls that violate the original spec yield failures.
1871 // Tests that calls that violate the original spec yield failures.
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc216 " should catch exceptions and treat them as test failures.");
562 // results. Intercepts only failures from the current thread.
643 << " Actual: " << results.size() << " failures";
2078 "failures",
2091 "failures",
3544 // <-- individual assertion failures
3649 int failures = 0; local
3653 if (++failures == 1) {
3668 if (failures == 0)
3682 OutputXmlAttribute(stream, kTestsuite, "failures",
[all...]

Completed in 31 milliseconds