Lines Matching refs:help
153 help=("The architecture to run tests for, "
157 help="Architecture and mode in the format 'arch.mode'",
160 help="Regard test expectations for ASAN",
163 help="Adapt to path structure used on buildbots",
166 help="Indicates that V8 was compiled with DCHECKs enabled",
169 help="Prepended to each shell command used to run a test",
171 result.add_option("--coverage", help=("Exponential test coverage "
174 result.add_option("--coverage-lift", help=("Lifts test coverage for tests "
177 result.add_option("--download-data", help="Download missing test suite data",
179 result.add_option("--distribution-factor1", help=("Factor of the first "
182 result.add_option("--distribution-factor2", help=("Factor of the second "
185 result.add_option("--distribution-mode", help=("How to select deopt points "
188 result.add_option("--dump-results-file", help=("Dump maximum number of "
191 help="Additional flags to pass to each test command",
193 result.add_option("--isolates", help="Whether to test isolates",
195 result.add_option("-j", help="The number of parallel tasks to run",
198 help="The test modes in which to run (comma-separated)",
200 result.add_option("--outdir", help="Base directory with compile output",
203 help=("The style of progress indicator"
208 help="Split testsuites into this number of shards",
211 help="Run this shard from the split up tests.",
213 result.add_option("--shell-dir", help="Directory containing executables",
215 result.add_option("--seed", help="The seed for the random distribution",
217 result.add_option("-t", "--timeout", help="Timeout in seconds",
219 result.add_option("-v", "--verbose", help="Verbose output",
222 help="Default seed for initializing random generator")