Searched refs:gitStatus (Results 1 – 4 of 4) sorted by relevance
/external/deqp/scripts/verify/ |
D | package.py | 34 …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…
|
D | verify.py | 147 if len(package.gitStatus) > 0: 148 for s in package.gitStatus:
|
/external/deqp/external/vulkancts/scripts/ |
D | verify_submission.py | 35 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/ |
D | verify_es.py | 228 if len(package.gitStatus) != numFiles: 229 ….basePath, "Exactly %s must be present, found %s" % (errorDict[numFiles], len(package.gitStatus))))
|