Lines Matching refs:help
154 help=("The architecture to run tests for, "
158 help="Architecture and mode in the format 'arch.mode'",
161 help="Regard test expectations for ASAN",
164 help="Adapt to path structure used on buildbots",
167 help="Indicates that V8 was compiled with DCHECKs enabled",
170 help="Prepended to each shell command used to run a test",
172 result.add_option("--coverage", help=("Exponential test coverage "
175 result.add_option("--coverage-lift", help=("Lifts test coverage for tests "
178 result.add_option("--download-data", help="Download missing test suite data",
180 result.add_option("--distribution-factor1", help=("Factor of the first "
183 result.add_option("--distribution-factor2", help=("Factor of the second "
186 result.add_option("--distribution-mode", help=("How to select deopt points "
189 result.add_option("--dump-results-file", help=("Dump maximum number of "
192 help="Additional flags to pass to each test command",
194 result.add_option("--isolates", help="Whether to test isolates",
196 result.add_option("-j", help="The number of parallel tasks to run",
199 help="The test modes in which to run (comma-separated)",
201 result.add_option("--outdir", help="Base directory with compile output",
204 help=("The style of progress indicator"
209 help="Split testsuites into this number of shards",
212 help="Run this shard from the split up tests.",
214 result.add_option("--shell-dir", help="Directory containing executables",
216 result.add_option("--seed", help="The seed for the random distribution",
218 result.add_option("-t", "--timeout", help="Timeout in seconds",
220 result.add_option("-v", "--verbose", help="Verbose output",
223 help="Default seed for initializing random generator")