OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "huangml" | 3 "huangml" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Tests for 64-bit iOS 10.0 simulators.", | 6 "Tests for 64-bit iOS 10.0 simulators." |
7 "Tests run on iPhone 5s (64-bit)." | |
8 ], | 7 ], |
9 "xcode version": "8.0", | 8 "xcode version": "8.0", |
10 "gn_args": [ | 9 "gn_args": [ |
11 "goma_dir=\"$(goma_dir)\"", | 10 "goma_dir=\"$(goma_dir)\"", |
12 "is_component_build=false", | 11 "is_component_build=false", |
13 "target_cpu=\"x64\"", | 12 "target_cpu=\"x64\"", |
14 "target_os=\"ios\"", | 13 "target_os=\"ios\"", |
15 "use_goma=true" | 14 "use_goma=true" |
16 ], | 15 ], |
17 "compiler": "ninja", | 16 "compiler": "ninja", |
18 "configuration": "Debug", | 17 "configuration": "Debug", |
19 "sdk": "iphonesimulator10.0", | 18 "sdk": "iphonesimulator10.0", |
20 "tests": [ | 19 "tests": [ |
21 { | 20 { |
| 21 "app": "ios_chrome_integration_egtests", |
| 22 "device type": "iPhone 6s", |
| 23 "os": "10.0", |
| 24 "xctest": true |
| 25 }, |
| 26 { |
| 27 "app": "ios_chrome_settings_egtests", |
| 28 "device type": "iPhone 6s", |
| 29 "os": "10.0", |
| 30 "xctest": true |
| 31 }, |
| 32 { |
| 33 "app": "ios_chrome_smoke_egtests", |
| 34 "device type": "iPhone 6s", |
| 35 "os": "10.0", |
| 36 "xctest": true |
| 37 }, |
| 38 { |
| 39 "app": "ios_chrome_ui_egtests", |
| 40 "device type": "iPhone 6s", |
| 41 "os": "10.0", |
| 42 "xctest": true |
| 43 }, |
| 44 { |
| 45 "app": "ios_chrome_web_egtests", |
| 46 "device type": "iPhone 6s", |
| 47 "os": "10.0", |
| 48 "xctest": true |
| 49 }, |
| 50 { |
22 "app": "ios_web_shell_egtests", | 51 "app": "ios_web_shell_egtests", |
23 "device type": "iPhone 6s", | 52 "device type": "iPhone 6s", |
24 "os": "10.0", | 53 "os": "10.0", |
25 "xctest": true | 54 "xctest": true |
26 }, | 55 }, |
27 { | 56 { |
| 57 "app": "ios_chrome_integration_egtests", |
| 58 "device type": "iPad Air 2", |
| 59 "os": "10.0", |
| 60 "xctest": true |
| 61 }, |
| 62 { |
| 63 "app": "ios_chrome_settings_egtests", |
| 64 "device type": "iPad Air 2", |
| 65 "os": "10.0", |
| 66 "xctest": true |
| 67 }, |
| 68 { |
| 69 "app": "ios_chrome_smoke_egtests", |
| 70 "device type": "iPad Air 2", |
| 71 "os": "10.0", |
| 72 "xctest": true |
| 73 }, |
| 74 { |
| 75 "app": "ios_chrome_ui_egtests", |
| 76 "device type": "iPad Air 2", |
| 77 "os": "10.0", |
| 78 "xctest": true |
| 79 }, |
| 80 { |
| 81 "app": "ios_chrome_web_egtests", |
| 82 "device type": "iPad Air 2", |
| 83 "os": "10.0", |
| 84 "xctest": true |
| 85 }, |
| 86 { |
28 "app": "ios_web_shell_egtests", | 87 "app": "ios_web_shell_egtests", |
29 "device type": "iPad Air 2", | 88 "device type": "iPad Air 2", |
30 "os": "10.0", | 89 "os": "10.0", |
31 "xctest": true | 90 "xctest": true |
32 } | 91 } |
33 ] | 92 ] |
34 } | 93 } |
OLD | NEW |