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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator.json

Issue 2466733002: Update simulator used for ios-simulator to iOS 10. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/ios-simulator-swarming.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator.json b/ios/build/bots/chromium.mac/ios-simulator.json
index 02fe56887dea7b1061056413083f56cd1425a3ea..e5acab275f0c0e18e553ab132b8e1cfe55159ad8 100644
--- a/ios/build/bots/chromium.mac/ios-simulator.json
+++ b/ios/build/bots/chromium.mac/ios-simulator.json
@@ -4,8 +4,8 @@
"smut"
],
"comments": [
- "Tests for 32- and 64-bit iOS 9.0 simulators.",
- "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).",
+ "Tests for 64-bit iOS 10.0 simulators.",
+ "Tests run on iPhone 6s and iPad Air 2, both 64-bit.",
"Build is performed with gn+ninja."
],
"xcode version": "8.0",
@@ -34,13 +34,13 @@
"tests": [
{
"include": "common_tests.json",
- "device type": "iPhone 5s",
- "os": "9.0"
+ "device type": "iPhone 6s",
+ "os": "10.0"
},
{
"include": "common_tests.json",
- "device type": "iPad Retina",
- "os": "9.0"
+ "device type": "iPad Air 2",
+ "os": "10.0"
}
]
}
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/ios-simulator-swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698