Searched refs:errors (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc67 Message errors; local
74 errors << "Test " << name << " is listed more than once.\n";
91 errors << "No test named " << name
100 errors << "You forgot to list test " << it->first << ".\n";
104 const std::string& errors_str = errors.GetString();
H A Dgtest.cc2077 "errors",
2090 "errors",
2563 Message errors; local
2564 errors
2577 errors.GetString().c_str());
3687 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
3715 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3866 // errors are ignored as there's nothing better we can do and we
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp205 int errors; local
220 errors = 0;
233 errors++;
237 if( errors)
238 cout << "Program completed with " << errors << " errors" << endl;
/gem5/ext/drampower/test/libdrampowertest/
H A DMakefile50 WARNFLAGS := -W -pedantic-errors -Wextra -Werror \
/gem5/tests/testing/
H A Dresults.py267 errors = 0
276 errors += 1
282 x_suite.set("errors", str(errors))
/gem5/util/style/
H A Dverifiers.py180 errors = self.check(filename, regions)
181 if errors and not self.opt_ignore:
206 staging fixes to the commit. This way, we prevent reporting errors
214 Returns a count of errors (0 if none), though actual non-zero
239 errors = 0
250 errors += 1
253 return errors
/gem5/ext/ply/ply/
H A Dyacc.py139 # Exception raised for yacc-related errors
3098 errors = 0
3126 errors = 1
3137 errors = 1
3139 if errors:
3146 errors = 1
3206 errors = 1
3211 errors = 1
3213 if errors:
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh198 uint8_t errors; member in struct:iGbReg::RxDesc::__anon1::__anon2
219 uint32_t errors:12; member in struct:iGbReg::RxDesc::__anon1::__anon4
H A Di8254xGBe.cc1430 desc->legacy.errors = htole(err);
1446 desc->adv_wb.errors = htole(ext_err);

Completed in 57 milliseconds