diff options
author | sdefresne <sdefresne@chromium.org> | 2015-02-27 02:39:01 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-27 10:39:34 +0000 |
commit | 20b0e2abf1bca3887a50716b75b7a6a3acd41f1f (patch) | |
tree | 88ee06059bae984324d17a22620f60a70f5dbd1f /ios/build | |
parent | 0a82d6358b952bab74282353466386e5f8959a36 (diff) | |
download | chromium_src-20b0e2abf1bca3887a50716b75b7a6a3acd41f1f.zip chromium_src-20b0e2abf1bca3887a50716b75b7a6a3acd41f1f.tar.gz chromium_src-20b0e2abf1bca3887a50716b75b7a6a3acd41f1f.tar.bz2 |
Renamed ios_unittests target to ios_web_unittests.
ios_unittests name does not reflect the real purpose of the target.
Enable the tests on the try bots.
BUG=462150
Review URL: https://codereview.chromium.org/951383002
Cr-Commit-Position: refs/heads/master@{#318428}
Diffstat (limited to 'ios/build')
3 files changed, 15 insertions, 0 deletions
diff --git a/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json b/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json index ba47f4f1..e6e7e5d 100644 --- a/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json +++ b/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json @@ -20,6 +20,11 @@ "os": "7.1" }, { + "app": "ios_web_unittests", + "device type": "iPhone Retina (4-inch)", + "os": "7.1" + }, + { "app": "base_unittests", "device type": "iPhone Retina (4-inch)", "os": "7.1" diff --git a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json index ba47f4f1..e6e7e5d 100644 --- a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json +++ b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json @@ -20,6 +20,11 @@ "os": "7.1" }, { + "app": "ios_web_unittests", + "device type": "iPhone Retina (4-inch)", + "os": "7.1" + }, + { "app": "base_unittests", "device type": "iPhone Retina (4-inch)", "os": "7.1" diff --git a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json index e1de930..fba214a 100644 --- a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json +++ b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json @@ -20,6 +20,11 @@ "os": "7.1" }, { + "app": "ios_web_unittests", + "device type": "iPhone Retina (4-inch)", + "os": "7.1" + }, + { "app": "base_unittests", "device type": "iPhone Retina (4-inch)", "os": "7.1" |