commit | a045a7ffb6975d31803fd0635a8c55e4d0f69d84 | [log] [tgz] |
---|---|---|
author | Kent Tamura <[email protected]> | Wed Apr 25 05:08:11 2018 |
committer | Commit Bot <[email protected]> | Wed Apr 25 05:08:11 2018 |
tree | 08e7f45984c22482508b75775b00c6f49e37e1d6 | |
parent | b7c35726b2d64cea420b700c0c0938bd0713d0ac [diff] [blame] |
Add //third_party/blink/tools/run_web_tests.*, 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 <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Quinten Yearsley <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Cr-Commit-Position: refs/heads/master@{#553452}
diff --git a/docs/testing/layout_tests_in_content_shell.md b/docs/testing/layout_tests_in_content_shell.md index 82cb51e..25ac0a7 100644 --- a/docs/testing/layout_tests_in_content_shell.md +++ b/docs/testing/layout_tests_in_content_shell.md
@@ -17,11 +17,11 @@ ### Running -You can run layout tests using `run-webkit-tests` (in -`src/third_party/WebKit/Tools/Scripts`). +You can run layout tests using `run_web_tests.py` (in +`src/third_party/blink/tools`). ```bash -third_party/WebKit/Tools/Scripts/run-webkit-tests storage/indexeddb +third_party/blink/tools/run_web_tests.py storage/indexeddb ``` or execute the shell directly: