Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/scripts/
Dmustpass.py87 def getSrcDir (mustpass): argument
88 return os.path.join(mustpass.project.path, mustpass.version, "src")
90 def getTmpDir (mustpass): argument
91 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
99 def getDstDir(mustpass): argument
100 return os.path.join(mustpass.project.path, mustpass.version)
102 def getDstCaseListPath (mustpass, package, configuration): argument
103 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration))
199 def readPatternLists (mustpass): argument
201 for package in mustpass.packages:
[all …]
Dbuild_mustpass.py28 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
1104mustpass = [Mustpass(project = GL_CTS_KHR_MP_PROJECT, version = "4.6.0.x", isCurrent=False, packag…
1109 return mustpass
/external/deqp/scripts/
Dmustpass.py105 def getSrcDir (mustpass): argument
106 return os.path.join(mustpass.project.path, mustpass.version, "src")
108 def getTmpDir (mustpass): argument
109 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
118 def getDstCaseListPath (mustpass, package, configuration): argument
119 …return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configur…
208 def readPatternLists (mustpass): argument
210 for package in mustpass.packages:
214 lists[filter.filename] = readPatternList(os.path.join(getSrcDir(mustpass), filter.filename))
276 def insertXMLHeaders (mustpass, doc): argument
[all …]
Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
/external/deqp/external/vulkancts/scripts/
Dverify_submission.py52 def verifyTestLogs (package, mustpass): argument
56 messages += verifyTestLog(os.path.join(package.basePath, testLogFile), mustpass)
63 def verifyPackage (package, mustpass): argument
70 messages += verifyTestLogs(package, mustpass)
85 mustpass = readMustpass(mustpassPath) variable
86 messages = verifyPackage(package, mustpass)
Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
/external/deqp/scripts/verify/
Dverify.py53 def verifyTestLog (filename, mustpass): argument
59 assert len(mustpass) == len(set(mustpass))
62 if len(results) != len(mustpass):
63 …r(filename, "Wrong number of test results, expected %d, found %d" % (len(mustpass), len(results))))
74 for ndx in xrange(len(mustpass)):
75 caseName = mustpass[ndx]
89 if len(results) == len(mustpass) and not resultOrderOk:
/external/autotest/test_suites/
Dcontrol.bvt-tast-chrome-pfq20 The only Autotest tests executed by this suite are tast.mustpass-chrome and
21 tast.mustpass-android, which are server tests that execute the tast executable.
23 then the corresponding tast.mustpass test (and this suite) fail.
Dcontrol.bvt-tast-cq20 The only Autotest tests executed by this suite are tast.mustpass-*, which are
23 tast.mustpass test (and this suite) fail.
Dcontrol.bvt-tast-android-pfq19 The only Autotest test executed by this suite is tast.mustpass-android, which is
21 individual Tast tests. If any of these Tast tests fail, then tast.mustpass.arc
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py119 for mustpass in mustpassCases:
120 mustpassXML = os.path.join(mustpass, "mustpass.xml")
153 matches = [m for l in mustpassCases[mustpass] for m in (p.match(l),) if m]
202 mustpass = readMustpass(mustpassFile)
203 messages_log = verifyTestLog(os.path.join(package.basePath, runLog), mustpass)
/external/deqp/external/vulkancts/mustpass/
D.gitignore2 mustpass.xml
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dandroid-tests.txt2 # tests are excluded from Khronos CTS mustpass as they are
/external/deqp/external/vulkancts/
DREADME.md112 Current mustpass is checked into repository and can be found at:
114 external/vulkancts/mustpass/1.1.3/vk-default.txt
116 Vulkan CTS mustpass can be re-generated by running:
146 --deqp-caselist-file=<vulkancts>/external/vulkancts/mustpass/1.1.3/vk-default.txt
190 adb push <vulkancts>/external/vulkancts/mustpass/1.1.3/vk-default.txt /sdcard/vk-default.txt
322 and path to current mustpass list. For example:
324 …kancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/1.1.3/vk-default.…
/external/autotest/server/site_tests/tast/
Dcontrol.mustpass-android6 NAME = 'tast.mustpass-android'
Dcontrol.mustpass-system6 NAME = 'tast.mustpass-system'
Dcontrol.mustpass-chrome6 NAME = 'tast.mustpass-chrome'
/external/deqp/android/cts/master/src/
Dvk-test-issues.txt30 # Not in 1.1.3 khronos mustpass