forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change blink_web_tests and blink_python_tests test types.
This CL changes the GN blink_web_tests and blink_python_tests targets to use a new script_test() GN template. A script_test is a kind of test target that implements the [test executable API](//docs/testing/test_executable_api.md) via a Python script (rather than being an executable target). :blink_web_tests, :blink_python_tests are examples of this type of test; other targets will be switched over in future CLs as well. Most importantly, using script_test() will ensure that the $root_build_dir/bin/run_$target_name test wrappers are generated with all of the appropriate arguments, simplifying the invocation of the test both for devs and for the bots. Bug: 816629 Change-Id: Ib4bfd2342d762db24cdef75b64ed5dd7fbf3c10e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380936 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#812523}
- Loading branch information
Showing
4 changed files
with
95 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters