Searched refs:testLogs (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/scripts/verify/ |
D | package.py | 34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument 37 self.testLogs = testLogs 49 testLogs = [] 63 testLogs.append(item) 76 …return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, summary, c…
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 290 Map<BatchRunConfiguration, String> testLogs; field in DeqpTestRunner.TestInstanceResultListener.PendingResult 328 result.testLogs.entrySet()) { in forwardFinalizedPendingResult() 369 pendingResult.testLogs = new LinkedHashMap<>(); in setTestInstances() 477 result.testLogs.put(mRunConfig, mCurrentTestLog); in handleEndTestCase()
|