OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "dpranke", | 3 "dpranke", |
4 "smut" | 4 "smut" |
5 ], | 5 ], |
6 "comments": [ | 6 "comments": [ |
7 "Tests for 32- and 64-bit iOS 9.0 simulators.", | 7 "Tests for 32- and 64-bit iOS 9.0 simulators.", |
8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", | 8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", |
9 "Build is performed with gn+ninja." | 9 "Build is performed with gn+ninja." |
10 ], | 10 ], |
(...skipping 27 matching lines...) Expand all Loading... |
38 "device type": "iPhone 5s", | 38 "device type": "iPhone 5s", |
39 "os": "9.0" | 39 "os": "9.0" |
40 }, | 40 }, |
41 { | 41 { |
42 "include": "common_tests.json", | 42 "include": "common_tests.json", |
43 "device type": "iPad Retina", | 43 "device type": "iPad Retina", |
44 "os": "9.0" | 44 "os": "9.0" |
45 } | 45 } |
46 ] | 46 ] |
47 } | 47 } |
OLD | NEW |