Home | History | Annotate | Download | only in tools

Lines Matching full:suites

302   suites = []
307 suites.append(suite)
310 for s in suites:
315 code = Execute(arch, mode, args, options, suites, workspace)
331 def Execute(arch, mode, args, options, suites, workspace):
364 # Find available test suites and read test cases from them.
378 test_backup = dict((s, []) for s in suites)
380 for s in suites:
403 runner = execution.Runner(suites, progress_indicator, ctx)
415 for s in suites:
456 runner = execution.Runner(suites, progress_indicator, ctx)