Home | History | Annotate | Download | only in tools

Lines Matching full:help

1190   result.add_option("-m", "--mode", help="The test modes in which to run (comma-separated)",
1192 result.add_option("-v", "--verbose", help="Verbose output",
1194 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons",
1197 help="The style of progress indicator (verbose, dots, color, mono)",
1199 result.add_option("--no-build", help="Don't build requirements",
1201 result.add_option("--build-only", help="Only build requirements, don't run the tests",
1203 result.add_option("--build-system", help
1205 result.add_option("--report", help="Print a summary of the tests to be run",
1207 result.add_option("--download-data", help="Download missing test suite data",
1209 result.add_option("-s", "--suite", help="A test suite",
1211 result.add_option("-t", "--timeout", help="Timeout in seconds",
1213 result.add_option("--arch", help='The architecture to run tests for',
1215 result.add_option("--snapshot", help="Run the tests with snapshot turned on",
1217 result.add_option("--simulator", help="Run tests with architecture simulator",
1220 result.add_option("--valgrind", help="Run tests through valgrind",
1222 result.add_option("--cat", help="Print the source of the tests",
1224 result.add_option("--warn-unused", help="Report unused rules",
1226 result.add_option("-j", help="The number of parallel tasks to run",
1228 result.add_option("--time", help="Print timing information after running",
1230 result.add_option("--suppress-dialogs", help="Suppress Windows dialogs for crashing tests",
1232 result.add_option("--no-suppress-dialogs", help="Display Windows dialogs for crashing tests",
1234 result.add_option("--mips-arch-variant", help="mips architecture variant: mips32r1/mips32r2", default="mips32r2");
1235 result.add_option("--shell", help="Path to V8 shell", default="d8")
1236 result.add_option("--isolates", help="Whether to test isolates", default=False, action="store_true")
1238 help="Store the temporary JS files from tests that fails",
1241 help="Deletes the temporary JS files from tests that fails",
1244 help="Only run tests with --always-opt --stress-opt",
1247 help="Don't run crankshaft --always-opt --stress-op test",
1250 help="Run with the --crankshaft flag",
1253 help="Split testsuites into this number of shards",
1256 help="Run this shard from the split up tests.",
1258 result.add_option("--noprof", help="Disable profiling support",