New issue
Advanced search Search tips

Issue 713915 link

Starred by 1 user

Issue metadata

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

Blocking:
issue 673897



Sign in to add a comment

Android arm Builder (dbg) Build #22565 compile failure

Project Member Reported by sgu...@chromium.org, Apr 20 2017

Issue description

https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.android%2FAndroid_arm_Builder__dbg_%2F22565%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout


ninja: Entering directory `/b/c/b/Android_arm_Builder__dbg_/src/out/Debug'
ninja: error: unknown target 'breakpad_unittests_apk'
step returned non-zero exit code: 1
 

Comment 2 by thakis@chromium.org, Apr 21 2017

This is because breakpad_unittests sets `use_raw_android_executable = true`, and my change did ...oh, now that I open my change I see jbudorick explained it there: https://codereview.chromium.org/2569333002/diff/100001/testing/buildbot/chromium.android.json tl;dr: Too much magic in the test runner.

Will reland with

{
"override_compile_targets": [ "breakpad_unittests" ],
"test": "breakpad_unittests"
}

Comment 4 by thakis@chromium.org, Apr 21 2017

Blocking: 673897
Status: Fixed (was: Untriaged)

Sign in to add a comment