HomeSort by relevance Sort by last modified time
    Searched refs:shell_args (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 128 def __init__(self, port, image_path, shell_args, test_info,
141 self._shell_args = shell_args
169 test_types, test_args, image_path, shell_args, options):
181 shell_args: Any extra arguments to be passed to test_shell.exe.
195 self._shell_args = shell_args
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 476 shell_args = []
482 shell_args.append("--pixel-tests=" + png_path)
490 shell_args.append('--testshell-startup-dialog')
493 shell_args.append('--gp-fault-error-box')
495 return test_args, png_path, shell_args
520 test_args, png_path, shell_args = self._get_test_shell_args(i)
527 shell_args,
    [all...]

Completed in 1375 milliseconds