Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Issue 2221923002: ios: fix path to the test app (Closed)

Created:
4 years, 4 months ago by Paweł Hajdan Jr.
Modified:
4 years, 4 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Messages

Total messages: 12 (4 generated)
Paweł Hajdan Jr.
Example failure: https://build.chromium.org/p/chromium.fyi/builders/EarlGreyiOS/builds/9035/steps/ios_web_shell_test_host%20%28iPhone%205s%20iOS%209.0%29/logs/stdio : @@@STEP_TEXT@AppNotFoundError: App does not exist: /b/rr/tmpOiDKwT/w/src/out/Debug-iphonesimulator/ios_web_shell_test_host.app.@@@
4 years, 4 months ago (2016-08-08 14:21:53 UTC) #2
Sergiy Byelozyorov
lgtm https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py File scripts/slave/recipe_modules/ios/api.py (right): https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py#newcode393 scripts/slave/recipe_modules/ios/api.py:393: '--app', self.m.path.join( nit: please fix whitespace before '--app'
4 years, 4 months ago (2016-08-08 14:32:49 UTC) #3
Paweł Hajdan Jr.
https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py File scripts/slave/recipe_modules/ios/api.py (right): https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py#newcode393 scripts/slave/recipe_modules/ios/api.py:393: '--app', self.m.path.join( On 2016/08/08 at 14:32:49, Sergiy Byelozyorov wrote: ...
4 years, 4 months ago (2016-08-08 14:40:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2221923002/1
4 years, 4 months ago (2016-08-08 14:40:43 UTC) #6
Sergiy Byelozyorov
https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py File scripts/slave/recipe_modules/ios/api.py (right): https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py#newcode393 scripts/slave/recipe_modules/ios/api.py:393: '--app', self.m.path.join( On 2016/08/08 14:32:49, Sergiy Byelozyorov wrote: > ...
4 years, 4 months ago (2016-08-08 14:40:47 UTC) #7
Sergiy Byelozyorov
lgtm https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py File scripts/slave/recipe_modules/ios/api.py (right): https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipe_modules/ios/api.py#newcode393 scripts/slave/recipe_modules/ios/api.py:393: '--app', self.m.path.join( On 2016/08/08 14:40:47, Sergiy Byelozyorov wrote: ...
4 years, 4 months ago (2016-08-08 14:41:44 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/tools/build/+/15eadb86674b47f07b21648deb3302b4c9891357
4 years, 4 months ago (2016-08-08 14:44:22 UTC) #10
smut
4 years, 4 months ago (2016-08-10 23:53:39 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipes/ios/t...
File scripts/slave/recipes/ios/try.expected/swarming.json (right):

https://codereview.chromium.org/2221923002/diff/1/scripts/slave/recipes/ios/t...
scripts/slave/recipes/ios/try.expected/swarming.json:500:
"@@@STEP_LOG_LINE@0.isolate.gen.json@   
\"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimulator/fake
test.app\", @@@",
This is wrong. This command needs to use relative paths because the absolute
paths on the builder do not exist on Swarming.

Powered by Google App Engine
This is Rietveld 408576698