Searched refs:testruns (Results 1 – 1 of 1) sorted by relevance
3266 def appendIncompleteTraceLog(testruns): argument3268 testcnt = len(testruns)3271 for data in testruns:3443 testruns, testdata = [], []3462 testruns.append(testrun)3724 for test in testruns:3748 for i in range(len(testruns)):3749 test = testruns[i]3753 if i < len(testruns) - 1:3754 tle = testruns[i+1].data.start[all …]