Home
last modified time | relevance | path

Searched refs:mustpass (Results 1 – 6 of 6) sorted by relevance

/external/deqp/scripts/
Dmustpass.py103 def getSrcDir (mustpass): argument
104 return os.path.join(mustpass.project.path, mustpass.version, "src")
106 def getTmpDir (mustpass): argument
107 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
116 def getDstCaseListPath (mustpass, package, configuration): argument
117 …return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configur…
206 def readPatternLists (mustpass): argument
208 for package in mustpass.packages:
212 lists[filter.filename] = readPatternList(os.path.join(getSrcDir(mustpass), filter.filename))
274 def insertXMLHeaders (mustpass, doc): argument
[all …]
Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
/external/deqp/external/vulkancts/
Dverify_submission.py118 def verifyTestLog (filename, mustpass): argument
124 assert len(mustpass) == len(set(mustpass))
127 if len(results) != len(mustpass):
128 …r(filename, "Wrong number of test results, expected %d, found %d" % (len(mustpass), len(results))))
139 for ndx in xrange(len(mustpass)):
140 caseName = mustpass[ndx]
154 if len(results) == len(mustpass) and not resultOrderOk:
250 def verifyTestLogs (package, mustpass): argument
254 messages += verifyTestLog(os.path.join(package.basePath, testLogFile), mustpass)
261 def verifyPackage (package, mustpass): argument
[all …]
DREADME.md100 Current mustpass is checked into repository and can be found at:
102 external/vulkancts/mustpass/1.0.0/vk-default.txt
104 Vulkan CTS mustpass can be re-generated by running:
128 --deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/1.0.0/vk-default.txt
158 adb push <vulkancts>/external/vulkancts/mustpass/1.0.0/vk-default.txt /sdcard/vk-default.txt
282 and path to current mustpass list. For example:
284 …python external/vulkancts/verify_submission.py VK_10_Khronos_1/ external/vulkancts/mustpass/1.0.0/…
Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
/external/deqp/external/vulkancts/mustpass/1.0.0/
D.gitignore2 mustpass.xml