Lines Matching refs:help

219                     help=("The architecture to run tests for, "
223 help="Architecture and mode in the format 'arch.mode'",
226 help="Regard test expectations for ASAN",
229 help="Directory where to collect coverage data")
231 help="Run tests with UBSAN cfi_vptr option.",
234 help="Adapt to path structure used on buildbots",
237 help="Indicates that V8 was compiled with DCHECKs enabled",
240 help="Indicates that V8 was compiled without VFP3 support",
242 result.add_option("--cat", help="Print the source of the tests",
245 help="Regard slow tests (run|skip|dontcare)",
248 help="Regard pass|fail tests (run|skip|dontcare)",
251 help="Switch on GC stress mode",
254 help="Uses executables instrumented for gcov coverage",
257 help="Prepended to each shell command used to run a test",
259 result.add_option("--download-data", help="Download missing test suite data",
262 help="Deprecated",
265 help="Indicates a build with inspector support",
268 help="Additional flags to pass to each test command",
270 result.add_option("--isolates", help="Whether to test isolates",
272 result.add_option("-j", help="The number of parallel tasks to run",
275 help="The test modes in which to run (comma-separated,"
279 help="Run without test harness of a given suite",
282 help="Skip internationalization tests",
285 help="Don't distribute tests on the network",
289 help='Skip presubmit checks (deprecated)',
292 help='Test a build compiled without snapshot.',
295 help="Don't sort tests according to duration of last run.",
298 help="Don't run any testing variants",
301 help="Comma-separated list of testing variants;"
305 help="Use exhaustive set of default variants:"
307 result.add_option("--outdir", help="Base directory with compile output",
309 result.add_option("--gn", help="Scan out.gn for the last built configuration",
312 help="Compare output of several reruns of each test",
315 help=("The style of progress indicator"
319 help=("Quick check mode (skip slow tests)"))
320 result.add_option("--report", help="Print a summary of the tests to be run",
323 help="Path to a file for storing json results.")
325 help=("Number of times to rerun each failing test case. "
329 help="Maximum number of failing test cases to rerun.",
332 help="Split testsuites into this number of shards",
335 help="Run this shard from the split up tests.",
337 result.add_option("--shell", help="DEPRECATED! use --shell-dir", default="")
338 result.add_option("--shell-dir", help="Directory containing executables",
341 help="Don't skip more slow tests when using a simulator.",
345 help="Indicates running test driver on swarming.",
347 result.add_option("--time", help="Print timing information after running",
349 result.add_option("-t", "--timeout", help="Timeout in seconds",
352 help="Regard test expectations for TSAN",
354 result.add_option("-v", "--verbose", help="Verbose output",
356 result.add_option("--valgrind", help="Run tests through valgrind",
358 result.add_option("--warn-unused", help="Report unused rules",
360 result.add_option("--junitout", help="File name of the JUnit output")
362 help="The testsuite name in the JUnit output file",
365 help="Default seed for initializing random generator")
368 help="Number of runs with different random seeds")
370 help="Regard test expectations for MSAN",