Home
last modified time | relevance | path

Searched refs:gitStatus (Results 1 – 4 of 4) sorted by relevance

/external/deqp/scripts/verify/
Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
38 self.gitStatus = gitStatus
50 gitStatus = []
65 gitStatus.append(item)
76 …return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, summary, c…
Dverify.py147 if len(package.gitStatus) > 0:
148 for s in package.gitStatus:
/external/deqp/external/vulkancts/scripts/
Dverify_submission.py35 if len(package.gitStatus) > 1:
36 …ackage.basePath, "Exactly one git status file must be present, found %s" % len(package.gitStatus)))
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py228 if len(package.gitStatus) != numFiles:
229 ….basePath, "Exactly %s must be present, found %s" % (errorDict[numFiles], len(package.gitStatus))))