Commit 4c93a6e7 authored by Chris Thompson's avatar Chris Thompson Committed by Chromium LUCI CQ

Add example of how to filter ASan binaries

Change-Id: I2e9656516a03bbb43c31175dd178cc223a171ceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596776Reviewed-by: default avatarCarlos IL <carlosil@chromium.org>
Commit-Queue: Chris Thompson <cthomp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837877}
parent cc784a53
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment