HomeSort by relevance Sort by last modified time
    Searched refs:test_runs (Results 1 - 2 of 2) sorted by null

  /external/toolchain-utils/automation/clients/report/dejagnu/
main.py 101 test_runs = [DejaGnuTestRun.FromFile(filename)
104 html = report.Generate(test_runs, manifests)
report.py 59 def Generate(test_runs, manifests):
63 test_runs: DejaGnuTestRun objects list.
71 for test_run_id, test_run in enumerate(test_runs):
113 ctx = template.Context({'test_runs': tmpl_args})

Completed in 2632 milliseconds