D | run-tests.py | 83 def add_log_file(conn, test, run, type, path): argument 92 params = (test, run, type, sqlite3.Binary(contents)) 100 def report(conn, prefill, build, commit, run, test, result, duration, logdir, argument 108 … conn.execute('DELETE FROM results WHERE test=? AND run=? AND result=?', (test, run, 'NOTRUN')) 110 params = (test, result, run, time.time(), duration, build, commit) 122 add_log_file(conn, test, run, log, 256 run = None 339 run = int(time.time()) 455 report(conn, False, args.build, args.commit, run, name, 'NOTRUN', 0, 721 report(conn, args.prefill, args.build, args.commit, run, name, result,
|