"Analyze" step wrongly skips base_nocompile_tests |
|
Issue descriptionWhen running CL https://codereview.chromium.org/2912193002/ on trybots, win_chromium_compile_dbg_ng wrongly passed because base_nocompile_tests was not run. https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/423148 win_clang_x64_dbg correctly failed because of its "compile_targets: all". https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/3727 File build/nocompile.gni was changed in that CL, and analyze step should be able to correctly say base_nocompile_tests is one of the build targets. |
|
►
Sign in to add a comment |
|