0

Add example of how to filter ASan binaries

Change-Id: I2e9656516a03bbb43c31175dd178cc223a171ceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596776
Reviewed-by: Carlos IL <carlosil@chromium.org>
Commit-Queue: Chris Thompson <cthomp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837877}
This commit is contained in:
Chris Thompson
2020-12-17 02:20:51 +00:00
committed by Chromium LUCI CQ
parent cc784a5374
commit 4c93a6e770

@ -32,6 +32,12 @@ tests including browser\_tests and content\_browsertests).
You can grab fresh Chrome binaries built with ASan
[here](https://commondatastorage.googleapis.com/chromium-browser-asan/index.html).
The lists of ASan binaries are _very_ long, but you can filter down to more
specific releases by specifying a prefix like
[linux-debug/asan-linux-debug-83](https://commondatastorage.googleapis.com/chromium-browser-asan/index.html?prefix=linux-debug/asan-linux-debug-83).
This is useful for finding a build for a specific revision, since filenames are of
the form `asan-<platform>-<buildtype>-<revision>` (but not every revision has an
archived ASan build).
## Build tests with ASan