| Index: webkit/tools/layout_tests/run_webkit_tests.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/run_webkit_tests.py (revision 7967)
|
| +++ webkit/tools/layout_tests/run_webkit_tests.py (working copy)
|
| @@ -347,9 +347,6 @@
|
| if self._options.gp_fault_error_box:
|
| shell_args.append('--gp-fault-error-box')
|
|
|
| - if self._options.winhttp:
|
| - shell_args.append('--winhttp')
|
| -
|
| # larger timeout if page heap is enabled.
|
| if self._options.time_out_ms:
|
| shell_args.append('--time-out-ms=' + self._options.time_out_ms)
|
| @@ -771,9 +768,6 @@
|
| "of test_shell; option is split on whitespace "
|
| "before running. (example: "
|
| "--wrapper='valgrind --smc-check=all')")
|
| - option_parser.add_option("", "--winhttp", action="store_true",
|
| - default=False,
|
| - help="Use WinHTTP stack")
|
| option_parser.add_option("", "--test-list", action="append",
|
| help="read list of tests to run from file",
|
| metavar="FILE")
|
|
|