Lines Matching refs:result
100 def report(conn, prefill, build, commit, run, test, result, duration, logdir, argument
110 params = (test, result, run, time.time(), duration, build, commit)
119 if result == "FAIL":
594 result = "PASS"
604 result = "FAIL"
624 result = "SKIP"
629 result = "FAIL"
636 result = "FAIL"
654 result = "FAIL"
680 result = "FAIL"
703 if result == 'PASS' and args.dmesg:
706 result = 'FAIL'
708 if result == 'PASS' and have_kmemleak:
712 result = 'FAIL'
714 if result == 'PASS':
716 elif result == 'SKIP':
721 report(conn, args.prefill, args.build, args.commit, run, name, result,
723 result = "{} {} {} {}".format(result, name, diff.total_seconds(), end)
724 logger.info(result)
726 print(result)