New issue
Advanced search Search tips

Issue 675620 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

android_clang_dbg_recipe builds with asan=true but has no asan in the name

Project Member Reported by primiano@chromium.org, Dec 19 2016

Issue description

While dealing with trybot redness on https://codereview.chromium.org/2589813002/, I realized that the android_clang_dbg_recipe builds with is_asan = true [1].
This is unexpected given the name and the fact that other asan bots have "asan" in the name. I spent some time debugging my own code to figure out how I could have being ending out with an unused function (which makes sense after I found out the asan=true).

I don't know whether the fact that android_clang_dbg_recipe has is_asan = true is intended or accidental.
If intended, this violates the principle of least surprise. Can somebody please rename the bot to android_clang_asan_dbg or similar? This would have saved me some time today.
If accidental can somebody fix the bot?

[1] https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/183486/steps/generate_build_files%20%28with%20patch%29/logs/stdio
 
Owner: bpastene@chromium.org
Status: Assigned (was: Unconfirmed)
Whoops. I'll rename it.
Components: Infra>Client>Chrome
Moving Infra>Client>Android -> Infra>Client>Chrome+OS=Android
Components: -Infra>Client>Android

Sign in to add a comment