219
219
def fillCertificateDB(self, profileDir, certPath, utilityPath, xrePath):
220
220
pwfilePath = os.path.join(profileDir, ".crtdbpw")
223
return mozcrash.check_for_crashes(os.path.join(profileDir, "minidumps"), symbolsPath, test_name=self.lastTestSeen)
225
225
+ def writeXunitResults(self, xunitFile, xunitName, xunitResults):
226
226
+ doc = xml.dom.minidom.Document()