Home | History | Annotate | Download | only in tools

Lines Matching refs: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):
363 # Find available test suites and read test cases from them.
376 test_backup = dict((s, []) for s in suites)
378 for s in suites:
401 runner = execution.Runner(suites, progress_indicator, ctx)
413 for s in suites:
454 runner = execution.Runner(suites, progress_indicator, ctx)