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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3703 const std::string kTestsuites = "testsuites"; local
3706 *stream << "<" << kTestsuites; local
3708 OutputXmlAttribute(stream, kTestsuites, "tests",
3710 OutputXmlAttribute(stream, kTestsuites, "failures",
3713 stream, kTestsuites, "disabled",
3715 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
3717 stream, kTestsuites, "timestamp",
3719 OutputXmlAttribute(stream, kTestsuites, "time",
3723 OutputXmlAttribute(stream, kTestsuites, "random_seed",
3729 OutputXmlAttribute(stream, kTestsuites, "nam
3736 *stream << "</" << kTestsuites << ">\\n"; local
[all...]

Completed in 19 milliseconds