commit | a8f162ffb9e95a974f551cefc28654aa8bd11396 | [log] [tgz] |
---|---|---|
author | Prakhar <pasthana@google.com> | Thu Sep 19 23:59:34 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 19 23:59:34 2024 |
tree | 81e44e51fddd34c6d3f1f4ecc5ee47611b30fc3f | |
parent | 01b9ac3a57fca5a10835780783416707a5f76b9e [diff] |
Add binary mapping for headless_shell_wpt testsuite In the absence of this mapping, coverage recipe (unsuccessfully) tries to look for binary at out/Release/headless_shell_wpt. Post this change, recipe would know to look for binary at out/Release/headless_shell Bug: 368414958 Change-Id: Ie8536007ddeaa6341631aa0f50a4f8dc36b58995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5877228 Reviewed-by: Weizhong Xia <weizhong@google.com> Commit-Queue: Prakhar Asthana <pasthana@google.com> Reviewed-by: Zhaoyang Li <zhaoyangli@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.