Home | History | Annotate | Download | only in layout_tests

Lines Matching full:make_option

190     return optparse.make_option(option_name, action="callback",
204 optparse.make_option("-t", "--target", dest="configuration",
207 optparse.make_option('--debug', action='store_const', const='Debug',
210 optparse.make_option('--release', action='store_const',
220 optparse.make_option("--chromium", action="store_true", default=False,
222 optparse.make_option("--startup-dialog", action="store_true",
224 optparse.make_option("--gp-fault-error-box", action="store_true",
226 optparse.make_option("--js-flags",
228 optparse.make_option("--stress-opt", action="store_true",
231 optparse.make_option("--stress-deopt", action="store_true",
234 optparse.make_option("--nocheck-sys-deps", action="store_true",
237 optparse.make_option("--accelerated-compositing",
240 optparse.make_option("--no-accelerated-compositing",
244 optparse.make_option("--accelerated-2d-canvas",
247 optparse.make_option("--no-accelerated-2d-canvas",
251 optparse.make_option("--enable-hardware-gpu",
274 optparse.make_option("-p", "--pixel-tests", action="store_true",
276 optparse.make_option("--no-pixel-tests", action="store_false",
278 optparse.make_option("--tolerance",
281 optparse.make_option("--results-directory", help="Location of test results"),
282 optparse.make_option("--build-directory",
284 optparse.make_option("--new-baseline", action="store_true",
288 optparse.make_option("--reset-results", action="store_true",
291 optparse.make_option("--additional-drt-flag", action="append",
294 optparse.make_option("--additional-platform-directory", action="append",
298 optparse.make_option("--no-show-results", action="store_false",
304 optparse.make_option("--noshow-results", action="store_false",
307 optparse.make_option("--no-launch-safari", action="store_false",
313 optparse.make_option("--full-results-html", action="store_true",
317 optparse.make_option("--clobber-old-results", action="store_true",
319 optparse.make_option("--platform",
321 optparse.make_option("--no-record-results", action="store_false",
330 optparse.make_option("--build", dest="build",
334 optparse.make_option("--no-build", dest="build",
337 optparse.make_option("-n", "--dry-run", action="store_true",
341 optparse.make_option("--wrapper",
348 optparse.make_option("--test-list", action="append",
352 optparse.make_option("--force", action="store_true", default=False,
354 optparse.make_option("--use-apache", action="store_true",
356 optparse.make_option
359 optparse.make_option("--randomize-order", action="store_true",
362 optparse.make_option("--run-chunk",
365 optparse.make_option("--run-part", help=("Run a specified part (n:m), "
369 optparse.make_option("--batch-size",
374 optparse.make_option("--run-singly", action="store_true",
376 optparse.make_option("--child-processes",
379 optparse.make_option("--worker-model", action="store",
382 optparse.make_option("--experimental-fully-parallel",
385 optparse.make_option("--exit-after-n-failures", type="int", default=500,
388 optparse.make_option("--exit-after-n-crashes-or-timeouts", type="int",
393 optparse.make_option("--print-last-failures", action="store_true",
396 optparse.make_option("--retest-last-failures", action="store_true",
399 optparse.make_option("--retry-failures", action="store_true",
402 optparse.make_option("--no-retry-failures", action="store_false",
408 optparse.make_option("--lint-test-files", action="store_true",
415 optparse.make_option("--master-name", help="The name of the buildbot master."),
416 optparse.make_option("--builder-name", default="DUMMY_BUILDER_NAME",
419 optparse.make_option("--build-name", default="DUMMY_BUILD_NAME",
422 optparse.make_option("--build-number", default="DUMMY_BUILD_NUMBER",
424 optparse.make_option("--test-results-server", default="",