Home | History | Annotate | Download | only in tools

Lines Matching refs:split

155                     help="Split testsuites into this number of shards",
158 help="Run this shard from the split up tests.",
189 options.arch_and_mode = [arch_and_mode.split(".")
190 for arch_and_mode in options.arch_and_mode.split(",")]
193 options.mode = options.mode.split(",")
200 options.arch = options.arch.split(",")
221 options.command_prefix = shlex.split(options.command_prefix)
222 options.extra_flags = shlex.split(options.extra_flags)
242 VARIANTS = options.variants.split(",")
315 suite = arg.split(os.path.sep)[0]