commit | 788f05d97690564ac504ad4e98501f5be91b4320 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Feb 29 00:15:07 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 29 00:15:07 2024 |
tree | 3abc13344daf769d22daae28ab21986440f4fcee | |
parent | 74f4f571070f5e6c4cc1b6ea5858b11151fb5bf6 [diff] |
Art: Disable libcore and libjdwp tests on VM Let's focus on getting the basic tests running first. Change-Id: If04289775526344b7e9be3bcded26fe13d1625a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5332211 Auto-Submit: David Srbecky <dsrbecky@google.com> Reviewed-by: Ina Huh <ihuh@google.com> Commit-Queue: Ina Huh <ihuh@google.com>
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; that is, the Chromium Python style. 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.