• Home
  • Raw
  • Download

Lines Matching refs:add_option

1323   result.add_option("-m", "--mode", help="The test modes in which to run (comma-separated)",
1325 result.add_option("-v", "--verbose", help="Verbose output",
1327 result.add_option('--logfile', dest='logfile',
1329 result.add_option("-p", "--progress",
1332 result.add_option("--report", help="Print a summary of the tests to be run",
1334 result.add_option("-s", "--suite", help="A test suite",
1336 result.add_option("-t", "--timeout", help="Timeout in seconds",
1338 result.add_option("--arch", help='The architecture to run tests for',
1340 result.add_option("--snapshot", help="Run the tests with snapshot turned on",
1342 result.add_option("--special-command", default=None)
1343 result.add_option("--node-args", dest="node_args", help="Args to pass through to Node",
1345 result.add_option("--expect-fail", dest="expect_fail",
1347 result.add_option("--valgrind", help="Run tests through valgrind",
1349 result.add_option("--worker", help="Run parallel tests inside a worker context",
1351 result.add_option("--check-deopts", help="Check tests for permanent deoptimizations",
1353 result.add_option("--cat", help="Print the source of the tests",
1355 result.add_option("--flaky-tests",
1358 result.add_option("--skip-tests",
1361 result.add_option("--warn-unused", help="Report unused rules",
1363 result.add_option("-j", help="The number of parallel tasks to run",
1365 result.add_option("-J", help="Run tasks in parallel on all cores",
1367 result.add_option("--time", help="Print timing information after running",
1369 result.add_option("--suppress-dialogs", help="Suppress Windows dialogs for crashing tests",
1371 result.add_option("--no-suppress-dialogs", help="Display Windows dialogs for crashing tests",
1373 result.add_option("--shell", help="Path to node executable", default=None)
1374 result.add_option("--store-unexpected-output",
1377 result.add_option("--no-store-unexpected-output",
1380 result.add_option("-r", "--run",
1383 result.add_option('--temp-dir',
1385 result.add_option('--test-root',
1387 result.add_option('--repeat',
1390 result.add_option('--abort-on-timeout',
1393 result.add_option("--type",