| OLD | NEW |
| 1 { | 1 { |
| 2 "comments": [ | 2 "comments": [ |
| 3 "Tests for 64-bit iOS 10.0 simulators." | 3 "Tests for 64-bit iOS 10.0 simulators." |
| 4 ], | 4 ], |
| 5 "xcode version": "8.0", | 5 "xcode version": "8.0", |
| 6 "gn_args": [ | 6 "gn_args": [ |
| 7 "goma_dir=\"$(goma_dir)\"", | 7 "goma_dir=\"$(goma_dir)\"", |
| 8 "is_component_build=false", | 8 "is_component_build=false", |
| 9 "is_debug=true", | 9 "is_debug=true", |
| 10 "target_cpu=\"x64\"", | 10 "target_cpu=\"x64\"", |
| 11 "target_os=\"ios\"", | 11 "target_os=\"ios\"", |
| 12 "use_goma=true" | 12 "use_goma=true" |
| 13 ], | 13 ], |
| 14 "configuration": "Debug", | 14 "configuration": "Debug", |
| 15 "sdk": "iphonesimulator10.0", | 15 "sdk": "iphonesimulator10.0", |
| 16 "tests": [ | 16 "tests": [ |
| 17 { | 17 { |
| 18 "app": "ios_chrome_integration_egtests", | 18 "app": "ios_chrome_integration_egtests", |
| 19 "device type": "iPhone 6s", | 19 "device type": "iPhone 6s", |
| 20 "os": "10.0", | 20 "os": "10.0", |
| 21 "xcode version": "8.0", | 21 "xcode version": "8.0", |
| 22 "xctest": true | 22 "xctest": true |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "app": "ios_chrome_reading_list_egtests", |
| 26 "test args": [ |
| 27 "--enable-reading-list" |
| 28 ], |
| 29 "device type": "iPhone 6s", |
| 30 "os": "10.0", |
| 31 "xcode version": "8.0", |
| 32 "xctest": true |
| 33 }, |
| 34 { |
| 25 "app": "ios_chrome_settings_egtests", | 35 "app": "ios_chrome_settings_egtests", |
| 26 "device type": "iPhone 6s", | 36 "device type": "iPhone 6s", |
| 27 "os": "10.0", | 37 "os": "10.0", |
| 28 "xcode version": "8.0", | 38 "xcode version": "8.0", |
| 29 "xctest": true | 39 "xctest": true |
| 30 }, | 40 }, |
| 31 { | 41 { |
| 32 "app": "ios_chrome_smoke_egtests", | 42 "app": "ios_chrome_smoke_egtests", |
| 33 "device type": "iPhone 6s", | 43 "device type": "iPhone 6s", |
| 34 "os": "10.0", | 44 "os": "10.0", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 64 "xctest": true | 74 "xctest": true |
| 65 }, | 75 }, |
| 66 { | 76 { |
| 67 "app": "ios_chrome_integration_egtests", | 77 "app": "ios_chrome_integration_egtests", |
| 68 "device type": "iPad Air 2", | 78 "device type": "iPad Air 2", |
| 69 "os": "10.0", | 79 "os": "10.0", |
| 70 "xcode version": "8.0", | 80 "xcode version": "8.0", |
| 71 "xctest": true | 81 "xctest": true |
| 72 }, | 82 }, |
| 73 { | 83 { |
| 84 "app": "ios_chrome_reading_list_egtests", |
| 85 "test args": [ |
| 86 "--enable-reading-list" |
| 87 ], |
| 88 "device type": "iPad Air 2", |
| 89 "os": "10.0", |
| 90 "xcode version": "8.0", |
| 91 "xctest": true |
| 92 }, |
| 93 { |
| 74 "app": "ios_chrome_settings_egtests", | 94 "app": "ios_chrome_settings_egtests", |
| 75 "device type": "iPad Air 2", | 95 "device type": "iPad Air 2", |
| 76 "os": "10.0", | 96 "os": "10.0", |
| 77 "xcode version": "8.0", | 97 "xcode version": "8.0", |
| 78 "xctest": true | 98 "xctest": true |
| 79 }, | 99 }, |
| 80 { | 100 { |
| 81 "app": "ios_chrome_smoke_egtests", | 101 "app": "ios_chrome_smoke_egtests", |
| 82 "device type": "iPad Air 2", | 102 "device type": "iPad Air 2", |
| 83 "os": "10.0", | 103 "os": "10.0", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 107 }, | 127 }, |
| 108 { | 128 { |
| 109 "app": "ios_web_shell_egtests", | 129 "app": "ios_web_shell_egtests", |
| 110 "device type": "iPad Air 2", | 130 "device type": "iPad Air 2", |
| 111 "os": "10.0", | 131 "os": "10.0", |
| 112 "xcode version": "8.0", | 132 "xcode version": "8.0", |
| 113 "xctest": true | 133 "xctest": true |
| 114 } | 134 } |
| 115 ] | 135 ] |
| 116 } | 136 } |
| OLD | NEW |