OLD | NEW |
1 { | 1 { |
2 "owners": [ | |
3 "smut" | |
4 ], | |
5 "comments": [ | 2 "comments": [ |
6 "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." |
7 ], | 4 ], |
8 "xcode version": "8.0", | 5 "xcode version": "8.0", |
9 "gn_args": [ | 6 "gn_args": [ |
10 "additional_target_cpus=[\"x86\"]", | 7 "additional_target_cpus=[\"x86\"]", |
11 "goma_dir=\"$(goma_dir)\"", | 8 "goma_dir=\"$(goma_dir)\"", |
12 "ios_enable_code_signing=false", | 9 "ios_enable_code_signing=false", |
13 "is_component_build=false", | 10 "is_component_build=false", |
14 "is_debug=true", | 11 "is_debug=true", |
15 "target_cpu=\"x64\"", | 12 "target_cpu=\"x64\"", |
16 "target_os=\"ios\"", | 13 "target_os=\"ios\"", |
17 "use_goma=true" | 14 "use_goma=true" |
18 ], | 15 ], |
19 "compiler": "ninja", | |
20 "configuration": "Debug", | 16 "configuration": "Debug", |
21 "sdk": "iphonesimulator10.0", | 17 "sdk": "iphonesimulator10.0", |
22 "tests": [ | 18 "tests": [ |
23 { | 19 { |
24 "include": "common_tests.json", | 20 "include": "common_tests.json", |
25 "device type": "iPhone 6s Plus", | 21 "device type": "iPhone 6s Plus", |
26 "os": "10.0" | 22 "os": "10.0" |
27 }, | 23 }, |
28 { | 24 { |
29 "include": "common_tests.json", | 25 "include": "common_tests.json", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "device type": "iPad Air 2", | 61 "device type": "iPad Air 2", |
66 "os": "9.0" | 62 "os": "9.0" |
67 }, | 63 }, |
68 { | 64 { |
69 "include": "common_tests.json", | 65 "include": "common_tests.json", |
70 "device type": "iPad Retina", | 66 "device type": "iPad Retina", |
71 "os": "9.0" | 67 "os": "9.0" |
72 } | 68 } |
73 ] | 69 ] |
74 } | 70 } |
OLD | NEW |