Home | History | Annotate | Download | only in tools

Lines Matching refs:help

221                     help=("The architecture to run tests for, "
225 help="Architecture and mode in the format 'arch.mode'",
228 help="Regard test expectations for ASAN",
231 help="Directory where to collect coverage data")
233 help="Run tests with UBSAN cfi_vptr option.",
236 help="Adapt to path structure used on buildbots",
239 help="Indicates that V8 was compiled with DCHECKs enabled",
242 help="Indicates that V8 was compiled without VFP3 support",
244 result.add_option("--cat", help="Print the source of the tests",
247 help="Regard slow tests (run|skip|dontcare)",
250 help="Regard pass|fail tests (run|skip|dontcare)",
253 help="Switch on GC stress mode",
256 help="Uses executables instrumented for gcov coverage",
259 help="Prepended to each shell command used to run a test",
261 result.add_option("--download-data", help="Download missing test suite data",
264 help="Deprecated",
267 help="Indicates a build with inspector support",
270 help="Additional flags to pass to each test command",
272 result.add_option("--isolates", help="Whether to test isolates",
274 result.add_option("-j", help="The number of parallel tasks to run",
277 help="The test modes in which to run (comma-separated,"
281 help="Run without test harness of a given suite",
284 help="Skip internationalization tests",
287 help="Don't distribute tests on the network",
291 help='Skip presubmit checks (deprecated)',
294 help='Test a build compiled without snapshot.',
297 help="Don't sort tests according to duration of last run.",
300 help="Don't run any testing variants",
303 help="Comma-separated list of testing variants;"
307 help="Use exhaustive set of default variants:"
309 result.add_option("--outdir", help="Base directory with compile output",
311 result.add_option("--gn", help="Scan out.gn for the last built configuration",
314 help="Compare output of several reruns of each test",
317 help=("The style of progress indicator"
321 help=("Quick check mode (skip slow tests)"))
322 result.add_option("--report", help="Print a summary of the tests to be run",
325 help="Path to a file for storing json results.")
327 help=("Number of times to rerun each failing test case. "
331 help="Maximum number of failing test cases to rerun.",
334 help="Split testsuites into this number of shards",
337 help="Run this shard from the split up tests.",
339 result.add_option("--shell", help="DEPRECATED! use --shell-dir", default="")
340 result.add_option("--shell-dir", help="Directory containing executables",
343 help="Don't skip more slow tests when using a simulator.",
347 help="Indicates running test driver on swarming.",
349 result.add_option("--time", help="Print timing information after running",
351 result.add_option("-t", "--timeout", help="Timeout in seconds",
354 help="Regard test expectations for TSAN",
356 result.add_option("-v", "--verbose", help="Verbose output",
358 result.add_option("--valgrind", help="Run tests through valgrind",
360 result.add_option("--warn-unused", help="Report unused rules",
362 result.add_option("--junitout", help="File name of the JUnit output")
364 help="The testsuite name in the JUnit output file",
367 help="Default seed for initializing random generator")
370 help="Number of runs with different random seeds")
372 help="Regard test expectations for MSAN",