| D | findRegressions-nightly.py | 5 testDirName = 'llvm-test' 6 test = ['compile', 'llc', 'jit', 'cbe'] variable 7 exectime = ['llc-time', 'jit-time', 'cbe-time',] 8 comptime = ['llc', 'jit-comptime', 'compile'] 19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d) 21 test = {} 37 if not test.has_key(fname) : 38 test[fname] = {} 40 for k in test: 41 test[fname][k] = 'NA' [all …]
|