Home | History | Annotate | Download | only in test

Lines Matching defs:errors

3238   "errors",
3251 "errors",
3719 Message errors;
3720 errors
3731 errors.GetString().c_str());
4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
4857 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
5019 // errors are ignored as there's nothing better we can do and we
9542 Message errors;
9548 errors << "Test " << name << " is listed more than once.\n";
9565 errors << "No test named " << name
9574 errors << "You forgot to list test " << *it << ".\n";
9578 const std::string& errors_str = errors.GetString();
11309 " warning - prints warnings and errors.\n"
11310 " error - prints errors only.");