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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator-swarming.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 | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-swarming.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator-swarming.json b/ios/build/bots/chromium.mac/ios-simulator-swarming.json
index 210aafe2730f5a78018c14093f0467a4e678ec8a..40056de5a3d3fcbdbb588022d408652db2fe03c3 100644
--- a/ios/build/bots/chromium.mac/ios-simulator-swarming.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-swarming.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",
@@ -35,13 +35,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 | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698