Home | History | Annotate | Download | only in tools

Lines Matching full:add_option

90   result.add_option("--arch",
94 result.add_option("--arch-and-mode",
97 result.add_option("--buildbot",
100 result.add_option("--cat", help="Print the source of the tests",
102 result.add_option("--flaky-tests",
105 result.add_option("--slow-tests",
108 result.add_option("--pass-fail-tests",
111 result.add_option("--command-prefix",
114 result.add_option("--download-data", help="Download missing test suite data",
116 result.add_option("--extra-flags",
119 result.add_option("--isolates", help="Whether to test isolates",
121 result.add_option("-j", help="The number of parallel tasks to run",
123 result.add_option("-m", "--mode",
126 result.add_option("--no-i18n", "--noi18n",
129 result.add_option("--no-network", "--nonetwork",
133 result.add_option("--no-presubmit", "--nopresubmit",
136 result.add_option("--no-stress", "--nostress",
139 result.add_option("--no-variants", "--novariants",
142 result.add_option("--variants",
144 result.add_option("--outdir", help="Base directory with compile output",
146 result.add_option("-p", "--progress",
150 result.add_option("--quickcheck", default=False, action="store_true",
152 result.add_option("--report", help="Print a summary of the tests to be run",
154 result.add_option("--shard-count",
157 result.add_option("--shard-run",
160 result.add_option("--shell", help="DEPRECATED! use --shell-dir", default="")
161 result.add_option("--shell-dir", help="Directory containing executables",
163 result.add_option("--stress-only",
166 result.add_option("--time", help="Print timing information after running",
168 result.add_option("-t", "--timeout", help="Timeout in seconds",
170 result.add_option("-v", "--verbose", help="Verbose output",
172 result.add_option("--valgrind", help="Run tests through valgrind",
174 result.add_option("--warn-unused", help="Report unused rules",
176 result.add_option("--junitout", help="File name of the JUnit output")
177 result.add_option("--junittestsuite",