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

Issue 113403002: Move iossim to DVTiPhoneSimulatorRemoteClient. (Closed)

Created:
7 years ago by justincohen
Modified:
6 years, 11 months ago
CC:
chromium-reviews, TVL
Visibility:
Public.

Description

Move iossim to DVTiPhoneSimulatorRemoteClient. Future versions of Xcode might not work with iPhoneSimulatorRemoteClient.framework. Moving to DVTiPhoneSimulatorRemoteClient.framework seems to be better supported. DVTiPhoneSimulatorRemoteClient's API for launching the simulator is mostly the same, and allows for setting the deviceName string directly instead of via a preference. BUG=328874 NOTREECHECKS=true NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247245

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address TVL and lliabraa comments #

Total comments: 4

Patch Set 3 : Check snprintf return and more class-dump param comments #

Total comments: 2

Patch Set 4 : Space nit #

Patch Set 5 : Require 64bit too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -37 lines) Patch
M testing/iossim/iossim.gyp View 1 2 3 4 1 chunk +10 lines, -7 lines 0 comments Download
M testing/iossim/iossim.mm View 1 2 3 11 chunks +57 lines, -27 lines 0 comments Download
M testing/iossim/redirect-stdout.sh View 1 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
justincohen
This needs more testing, and I'm not happy with how the sed needed to go ...
7 years ago (2013-12-11 23:18:44 UTC) #1
justincohen
Also tested with Xcode 5.0.
7 years ago (2013-12-11 23:19:20 UTC) #2
lliabraa
Awesome. It failed to compile on the bots - maybe because they're using 6.1 SDK ...
7 years ago (2013-12-12 15:01:15 UTC) #3
justincohen
https://codereview.chromium.org/113403002/diff/1/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://codereview.chromium.org/113403002/diff/1/testing/iossim/iossim.mm#newcode321 testing/iossim/iossim.mm:321: [[NSString stringWithFormat:@"%d", [session simulatedApplicationPID]] Because it's not a NSNumber ...
7 years ago (2013-12-12 15:02:03 UTC) #4
TVL
How far back does this work? Specifically will it work with Xcode 4.5 & 4.6? ...
7 years ago (2013-12-12 16:08:27 UTC) #5
justincohen
PTAL! https://codereview.chromium.org/113403002/diff/1/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/113403002/diff/1/testing/iossim/iossim.gyp#newcode44 testing/iossim/iossim.gyp:44: # the output to the file specified as ...
7 years ago (2013-12-16 18:44:37 UTC) #6
TVL
Is the classdump update in another cl? https://codereview.chromium.org/113403002/diff/20001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/113403002/diff/20001/testing/iossim/iossim.gyp#newcode45 testing/iossim/iossim.gyp:45: # -I ...
7 years ago (2013-12-16 18:50:27 UTC) #7
justincohen
Thanks! PTAL! https://codereview.chromium.org/113403002/diff/20001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/113403002/diff/20001/testing/iossim/iossim.gyp#newcode45 testing/iossim/iossim.gyp:45: # -I sorts classes, categories, and protocols ...
7 years ago (2013-12-16 18:59:52 UTC) #8
justincohen
I didn't need to update class-dump at all for this to work. There's an older ...
7 years ago (2013-12-16 19:01:19 UTC) #9
smut
Sorry I haven't responded on this CL. I don't know much about Objective-C (and I ...
7 years ago (2013-12-16 21:30:52 UTC) #10
justincohen
This should be the only change needed, although it's blocked on the bots moving to ...
7 years ago (2013-12-16 22:25:53 UTC) #11
lliabraa
lgtm https://codereview.chromium.org/113403002/diff/40001/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://codereview.chromium.org/113403002/diff/40001/testing/iossim/iossim.mm#newcode34 testing/iossim/iossim.mm:34: + (BOOL)loadAllPlatformsReturningError:(id *)arg1; no space before *
7 years ago (2013-12-17 12:36:52 UTC) #12
justincohen
Over to TVL. Then need to wait for Xcode 5 on bots. https://codereview.chromium.org/113403002/diff/40001/testing/iossim/iossim.mm File testing/iossim/iossim.mm ...
7 years ago (2013-12-17 14:49:28 UTC) #13
smut
Hey Justin, We've finally got the upstream waterfalls on Xcode 5.0.2, compiling with the 7.0 ...
6 years, 11 months ago (2014-01-23 21:26:56 UTC) #14
Justin Cohen (wrong one)
Looks like it's compiling with 5.0, but not running. http://build.chromium.org/p/tryserver.chromium/builders/ios_dbg_simulator/builds/117846/steps/base_unittests/logs/stdio I wonder if this requires ...
6 years, 11 months ago (2014-01-27 10:02:17 UTC) #15
justincohen
Needed to force it to 64bit when built with Xcode. Bots are going green. PTAL!
6 years, 11 months ago (2014-01-27 13:14:42 UTC) #16
lliabraa
LGTM
6 years, 11 months ago (2014-01-27 14:06:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/justincohen@chromium.org/113403002/190001
6 years, 11 months ago (2014-01-27 14:09:40 UTC) #18
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=46564
6 years, 11 months ago (2014-01-27 14:29:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/justincohen@chromium.org/113403002/190001
6 years, 11 months ago (2014-01-27 15:10:02 UTC) #20
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=46574
6 years, 11 months ago (2014-01-27 15:37:17 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/justincohen@chromium.org/113403002/190001
6 years, 11 months ago (2014-01-27 15:44:00 UTC) #22
commit-bot: I haz the power
6 years, 11 months ago (2014-01-27 15:45:01 UTC) #23
Message was sent while issue was closed.
Change committed as 247245

Powered by Google App Engine
This is Rietveld 408576698