Searched refs:testruns (Results 1 – 1 of 1) sorted by relevance
3246 def appendIncompleteTraceLog(testruns): argument3248 testcnt = len(testruns)3251 for data in testruns:3423 testruns, testdata = [], []3442 testruns.append(testrun)3704 for test in testruns:3728 for i in range(len(testruns)):3729 test = testruns[i]3733 if i < len(testruns) - 1:3734 tle = testruns[i+1].data.start[all …]