Lines Matching refs:test
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,
123 logdir + "/" + test + "." + log)
489 test = sys.stdin.readline()
490 if not test:
492 test = test.splitlines()[0]
493 if test == '':
498 if name == test: