
This reverts commit 84403489f3
.
Reason for revert: Lint errors breaking ASAN compiles
Original change's description:
> Android: Switch from asan_device_setup.py -> wrap.sh (requires O MR1)
>
> This bumps the minSdkVersion required for running with is_asan=true to
> O MR1, but the new mechanism does not require modifying any global state
> on the device, so is much safer to use.
>
> Removes the --tool arg from test_runner.py, since the test runner no
> longer needs to do anything extra for asan to work. The one thing it
> does still require is to increase the timeout scale, so this changes to
> using --timeout-scale directly instead.
>
> Also changes ScalableTimeout to being set via instrumentation argument
> instead of reading its value from /data/local/tmp.
>
> And removes @TimeoutScale annotation, which was used only by a single
> test in order to extend the timeout of @Manual tests.
>
> Finally, this extends the timeout for @Manual tests from 10 hours to
> 1000 hours... because why would we want a timeout on a @Manual test?
>
> Bug: 333709824
> Change-Id: I4461f05df9143695a8d060f40d9159b45d297cdd
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5473125
> Reviewed-by: Haiyang Pan <hypan@google.com>
> Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1290797}
Bug: 333709824, 336378247
Change-Id: I9cb676d547c63e5d1dff4f583ff9886d4fe4b068
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5475102
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1291018}
Chromium
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.