| OLD | NEW |
| 1 { | 1 { |
| 2 "comments": [ | 2 "comments": [ |
| 3 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9." | 3 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9." |
| 4 ], | 4 ], |
| 5 "xcode version": "8.0", | 5 "xcode version": "8.0", |
| 6 "gn_args": [ | 6 "gn_args": [ |
| 7 "additional_target_cpus=[\"x86\"]", | 7 "additional_target_cpus=[\"x86\"]", |
| 8 "goma_dir=\"$(goma_dir)\"", | 8 "goma_dir=\"$(goma_dir)\"", |
| 9 "ios_enable_code_signing=false", | 9 "ios_enable_code_signing=false", |
| 10 "is_component_build=false", | 10 "is_component_build=false", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "include": "common_tests.json", | 68 "include": "common_tests.json", |
| 69 "device type": "iPad Air 2", | 69 "device type": "iPad Air 2", |
| 70 "os": "9.0", | 70 "os": "9.0", |
| 71 "xcode version": "8.0" | 71 "xcode version": "8.0" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "include": "common_tests.json", | 74 "include": "common_tests.json", |
| 75 "device type": "iPad Retina", | 75 "device type": "iPad Retina", |
| 76 "os": "9.0", | 76 "os": "9.0", |
| 77 "xcode version": "8.0" | 77 "xcode version": "8.0" |
| 78 }, | |
| 79 { | |
| 80 "include": "fyi_tests.json", | |
| 81 "device type": "iPhone 6s Plus", | |
| 82 "os": "10.0", | |
| 83 "xcode version": "8.0" | |
| 84 }, | |
| 85 { | |
| 86 "include": "fyi_tests.json", | |
| 87 "device type": "iPhone 6s", | |
| 88 "os": "10.0", | |
| 89 "xcode version": "8.0" | |
| 90 }, | |
| 91 { | |
| 92 "include": "fyi_tests.json", | |
| 93 "device type": "iPhone 5", | |
| 94 "os": "10.0", | |
| 95 "xcode version": "8.0" | |
| 96 }, | |
| 97 { | |
| 98 "include": "fyi_tests.json", | |
| 99 "device type": "iPad Air 2", | |
| 100 "os": "10.0", | |
| 101 "xcode version": "8.0" | |
| 102 }, | |
| 103 { | |
| 104 "include": "fyi_tests.json", | |
| 105 "device type": "iPad Retina", | |
| 106 "os": "10.0", | |
| 107 "xcode version": "8.0" | |
| 108 }, | |
| 109 { | |
| 110 "include": "fyi_tests.json", | |
| 111 "device type": "iPhone 6s Plus", | |
| 112 "os": "9.0", | |
| 113 "xcode version": "8.0" | |
| 114 }, | |
| 115 { | |
| 116 "include": "fyi_tests.json", | |
| 117 "device type": "iPhone 6s", | |
| 118 "os": "9.0", | |
| 119 "xcode version": "8.0" | |
| 120 }, | |
| 121 { | |
| 122 "include": "fyi_tests.json", | |
| 123 "device type": "iPhone 5", | |
| 124 "os": "9.0", | |
| 125 "xcode version": "8.0" | |
| 126 }, | |
| 127 { | |
| 128 "include": "fyi_tests.json", | |
| 129 "device type": "iPad Air 2", | |
| 130 "os": "9.0", | |
| 131 "xcode version": "8.0" | |
| 132 }, | |
| 133 { | |
| 134 "include": "fyi_tests.json", | |
| 135 "device type": "iPad Retina", | |
| 136 "os": "9.0", | |
| 137 "xcode version": "8.0" | |
| 138 } | 78 } |
| 139 ] | 79 ] |
| 140 } | 80 } |
| OLD | NEW |