Lines Matching refs:help
196 help=("The architecture to run tests for, "
200 help="Architecture and mode in the format 'arch.mode'",
203 help="Regard test expectations for ASAN",
206 help="Run tests with UBSAN cfi_vptr option.",
209 help="Adapt to path structure used on buildbots",
212 help="Indicates that V8 was compiled with DCHECKs enabled",
215 help="Indicates that V8 was compiled without VFP3 support",
217 result.add_option("--cat", help="Print the source of the tests",
220 help="Regard tests marked as flaky (run|skip|dontcare)",
223 help="Regard slow tests (run|skip|dontcare)",
226 help="Regard pass|fail tests (run|skip|dontcare)",
229 help="Switch on GC stress mode",
232 help="Uses executables instrumented for gcov coverage",
235 help="Prepended to each shell command used to run a test",
237 result.add_option("--download-data", help="Download missing test suite data",
240 help="Download missing test suite data and exit",
243 help="Additional flags to pass to each test command",
245 result.add_option("--ignition", help="Skip tests which don't run in ignition",
247 result.add_option("--isolates", help="Whether to test isolates",
249 result.add_option("-j", help="The number of parallel tasks to run",
252 help="The test modes in which to run (comma-separated,"
256 help="Run without test harness of a given suite",
259 help="Skip internationalization tests",
262 help="Don't distribute tests on the network",
266 help='Skip presubmit checks',
269 help='Test a build compiled without snapshot.',
272 help="Don't sort tests according to duration of last run.",
275 help="Don't run crankshaft --always-opt --stress-op test",
278 help="Don't run any testing variants",
281 help="Comma-separated list of testing variants: %s" % VARIANTS)
284 help="Use exhaustive set of default variants.")
285 result.add_option("--outdir", help="Base directory with compile output",
288 help="Compare output of several reruns of each test",
291 help=("The style of progress indicator"
295 help=("Quick check mode (skip slow/flaky tests)"))
296 result.add_option("--report", help="Print a summary of the tests to be run",
299 help="Path to a file for storing json results.")
301 help=("Number of times to rerun each failing test case. "
305 help="Maximum number of failing test cases to rerun.",
308 help="Split testsuites into this number of shards",
311 help="Run this shard from the split up tests.",
313 result.add_option("--shell", help="DEPRECATED! use --shell-dir", default="")
314 result.add_option("--shell-dir", help="Directory containing executables",
317 help="Don't skip more slow tests when using a simulator.",
321 help="Only run tests with --always-opt --stress-opt",
324 help="Indicates running test driver on swarming.",
326 result.add_option("--time", help="Print timing information after running",
328 result.add_option("-t", "--timeout", help="Timeout in seconds",
331 help="Regard test expectations for TSAN",
333 result.add_option("-v", "--verbose", help="Verbose output",
335 result.add_option("--valgrind", help="Run tests through valgrind",
337 result.add_option("--warn-unused", help="Report unused rules",
339 result.add_option("--junitout", help="File name of the JUnit output")
341 help="The testsuite name in the JUnit output file",
344 help="Default seed for initializing random generator")
347 help="Number of runs with different random seeds")
349 help="Regard test expectations for MSAN",