Index: ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json |
diff --git a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json |
index c11cbed0062b480c2ecdeaedf726c1cb07a8af01..91d5028208077d21e0a599cf92a1ecfbb4e71659 100644 |
--- a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json |
+++ b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json |
@@ -3,20 +3,30 @@ |
"smut" |
], |
"comments": [ |
- "Tests for 32- and 64-bit iOS 8.3 simulators." |
+ "Tests for 32- and 64-bit iOS 9.0 simulators." |
], |
- "xcode version": "6.3", |
+ "xcode version": "7.0", |
"GYP_DEFINES": { |
"chromium_ios_signing": "0", |
"target_subarch": "both" |
}, |
"compiler": "xcodebuild", |
"configuration": "Debug", |
- "sdk": "iphonesimulator8.3", |
+ "sdk": "iphonesimulator9.0", |
"tests": [ |
{ |
"include": "common_tests.json", |
"device type": "iPhone 5s", |
+ "os": "9.0" |
+ }, |
+ { |
+ "include": "common_tests.json", |
+ "device type": "iPad Retina", |
+ "os": "9.0" |
+ }, |
+ { |
+ "include": "common_tests.json", |
+ "device type": "iPhone 5s", |
"os": "8.3" |
}, |
{ |