which is the new name of run-webkit-tests.
This CL also replaces references to "run-webkit-tests" with
"run_web_tests.py".
* //blink/tools/run_layout_tests.py
Show a message, and run run_web_tests.py.
* //BUILD.gn
"webkit_layout_tests" doesn't need //third_party/WebKit/Tools/Scripts
any longer.
* //testing/buildbot/gn_isolate_map.pyl
Replace run-webkit-tests with run_web_tests.py.
* //third_party/blink/tools/run_web_tests.{bat,py}
Added.
* //third_party/WebKit/Tools/Scripts/run-webkit-tests
Show a message.
* Other files: Really trivial changes. In many files, this CL
replaces "run-webkit-tests" with "run_web_tests.py" in comments or
strings.
Note that we decided to rename LayoutTests to web_tests.
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KKNbuzj-3HY/H8FWgtKrBgAJ
Bug: 829697
Change-Id: I899457cb3bcdb306aa47843a4c767c5980d9edc0
Reviewed-on: https://chromium-review.googlesource.com/1025543
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553452}
The suffix part of the new name is 'tool' instead of 'patch' because
this command doesn't handle patches so much.
Bug: 829697
Change-Id: I90f34b6260032a7bbaf562d9b58ffc1a55c3922f
Reviewed-on: https://chromium-review.googlesource.com/1018700
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552382}
Most of the contents of webkit-tools-completion.sh is now irrelevant,
but there was some logic for webkit-patch command completion there.
This CL doesn't copy it over, but adds some basic completion for
webkit-patch to tools/bash-completion.
Thanks to lukasza@, there is already completion for run-webkit-tests
there (added in https://codereview.chromium.org/2435893002).
This also makes a minor change to bash-completion to make it work
for zsh as well (if $BASH_SOURCE is undefined, use $0 instead).
BUG=660890
Review-Url: https://codereview.chromium.org/2657943006
Cr-Commit-Position: refs/heads/master@{#446551}
I've realized that some test targets (e.g. interactive_ui_tests) are not
found by tools/bash-completion script (because of indentation in
BUILD.gn files that define these test targets). This CL fixes the
script to also process those targets.
BUG=
Review-Url: https://codereview.chromium.org/2454403002
Cr-Commit-Position: refs/heads/master@{#428459}
You can source this file from bash to add tab-completion of command-line
flags.
Review URL: https://chromiumcodereview.appspot.com/9320075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120403 0039d316-1c4b-4281-b951-d872f2087c98