android_clang_dbg_recipe builds with asan=true but has no asan in the name |
|||
Issue descriptionWhile 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
,
Dec 4 2017
Moving Infra>Client>Android -> Infra>Client>Chrome+OS=Android
,
Dec 4 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bpastene@chromium.org
, Jan 13 2017Status: Assigned (was: Unconfirmed)