314 optparse.make_option("--lint-test-files", action="store_true",
315 default=False, help=("Makes sure the test files parse for all "
316 "configurations. Does not run any tests.")),
317 optparse.make_option("--print-expectations", action="store_true",
318 default=False, help=("Print the expected outcome for the given test, or all tests listed in TestExpectations. "
319 "Does not run any tests.")),
314 optparse.make_option(
315 "--lint-test-files", action="store_true", default=False,
316 help=("Makes sure the test files parse for all configurations. Does not run any tests.")),
317 optparse.make_option(
318 "--print-expectations", action="store_true", default=False,
319 help=("Print the expected outcome for the given test, or all tests listed in TestExpectations. Does not run any tests.")),
320 optparse.make_option(
321 "--webgl", action="store_true", default=False,
322 help=("Run exhaustive webgl list, including test ordinarily skipped for performance reasons. Equivalent to '--additional-expectations=LayoutTests/webgl/TestExpectations webgl'")),