Commit d7a705f1 authored by Sergey Berezin's avatar Sergey Berezin Committed by Commit Bot

[ios-webview] Upgrade to iOS 10

Also use iOS 10 simulator provided by the appropriate Xcode, and do not rely on
legacy simulators installed on the bot.

R=justincohen@chromium.org

Bug: 835036
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I933dc552a030d9410550df5ac1cd0090b6508a47
Reviewed-on: https://chromium-review.googlesource.com/1028666Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555888}
parent 1322db80
{ {
"comments": [ "comments": [
"Run web_view tests for 64-bit iOS 9.0 simulators on FYI ios-webview." "Run web_view tests for 64-bit iOS 10.0 simulators on FYI ios-webview."
], ],
"xcode build version": "9C40b", "xcode build version": "9C40b",
"gn_args": [ "gn_args": [
"goma_dir=\"$(goma_dir)\"", "goma_dir=\"$(goma_dir)\"",
"ios_deployment_target=\"9.0\"",
"is_component_build=false", "is_component_build=false",
"is_debug=true", "is_debug=true",
"symbol_level=1", "symbol_level=1",
...@@ -13,54 +12,109 @@ ...@@ -13,54 +12,109 @@
"target_os=\"ios\"", "target_os=\"ios\"",
"use_goma=true" "use_goma=true"
], ],
"configuration": "Debug",
"sdk": "iphonesimulator11.0",
"tests": [ "tests": [
{ {
"app": "ios_web_view_unittests", "app": "ios_web_view_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"comments": [
"Xcode 8.0 requires Mac-10.11.5+ and we still have 10.10 bots"
],
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_web_view_inttests", "app": "ios_web_view_inttests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_components_unittests", "app": "ios_components_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "components_unittests", "app": "components_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "net_unittests", "app": "net_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_net_unittests", "app": "ios_net_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_web_unittests", "app": "ios_web_unittests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_web_inttests", "app": "ios_web_inttests",
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3" "os": "10.0",
"xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
}, },
{ {
"app": "ios_web_shell_egtests", "app": "ios_web_shell_egtests",
"xctest": true,
"device type": "iPhone 5s", "device type": "iPhone 5s",
"os": "9.3", "os": "10.0",
"xctest": true "xcode build version": "8A218a",
"dimensions": [
{ "os": "Mac-10.11.6", "pool": "Chrome" },
{ "os": "Mac-10.12", "pool": "Chrome" },
{ "os": "Mac-10.13", "pool": "Chrome" }
]
} }
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment