commit | 210af65200e23d45625f782cb4a5440faba2a134 | [log] [tgz] |
---|---|---|
author | Ted Choc <tedchoc@chromium.org> | Fri Jun 16 21:28:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 16 21:28:23 2023 |
tree | b2cb81763fe5e16daac94c92fe7d9e85f3f5aebc | |
parent | 6a7fc2692af115853a8b6d989d52adf8efaa10ee [diff] |
Replace DisableIf w/ Min/Max Android SDK annotations. DisableIf is intended for temporarily disabling tests during investigations, but for tests that are knowningly never going to pass on particular SDK versions, then we should use the appropriate MinAndroidSdkLevel and MaxAndroidSdkLevel annotations. BUG= Change-Id: Ia384f3a2c998d6ecb154241c3691589bc575c475 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4621638 Reviewed-by: Lijin Shen <lazzzis@google.com> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1159100}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.