Searched refs:testruns (Results 1 – 1 of 1) sorted by relevance
2959 def appendIncompleteTraceLog(testruns): argument2961 testcnt = len(testruns)2964 for data in testruns:3094 testruns = []3147 testruns.append(testrun)3361 for test in testruns:3385 for i in range(len(testruns)):3386 test = testruns[i]3390 if i < len(testruns) - 1:3391 tle = testruns[i+1].data.start[all …]