New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 610526 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Binary search shouldn't be used if compile failures are due to "unknown targets" on waterfall

Project Member Reported by st...@chromium.org, May 9 2016

Issue description

Currently, the recipe will skip compile if the given compile targets are non-existent and this is treated as a "successful" compile.

If a compile target is not available in the gyp or gn config, but is still specified in the compile target list in test spec, compile will fail with "unknown targets" on waterfall.
 

Comment 1 by st...@chromium.org, Apr 25 2017

Status: WontFix (was: Available)
Binary search should still work. The culprit should change the gyp/gn config. Before the culprit, compile should pass; while compile should fail after the culprit.

Sign in to add a comment