Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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: