New issue
Advanced search Search tips

Issue 727939 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

"Analyze" step wrongly skips base_nocompile_tests

Project Member Reported by wychen@chromium.org, May 30 2017

Issue description

When 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