| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Tests for 32-bit iOS 7.1 iPhone simulator." | 6 "Tests for 32-bit iOS 8.1 iPhone simulator." |
| 7 ], | 7 ], |
| 8 "xcode version": "5.1.1", | 8 "xcode version": "6.1.1", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
| 11 "target_subarch": "arm32" | 11 "target_subarch": "arm32" |
| 12 }, | 12 }, |
| 13 "compiler": "xcodebuild", | 13 "compiler": "xcodebuild", |
| 14 "configuration": "Debug", | 14 "configuration": "Debug", |
| 15 "sdk": "iphonesimulator7.1", | 15 "sdk": "iphonesimulator8.1", |
| 16 "tests": [ | 16 "tests": [ |
| 17 { | 17 { |
| 18 "app": "ios_chrome_unittests", | 18 "app": "ios_chrome_unittests", |
| 19 "device type": "iPhone Retina (4-inch)", | 19 "device type": "iPhone 5", |
| 20 "os": "7.1" | 20 "os": "8.1" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "app": "ios_web_unittests", | 23 "app": "ios_web_unittests", |
| 24 "device type": "iPhone Retina (4-inch)", | 24 "device type": "iPhone 5", |
| 25 "os": "7.1" | 25 "os": "8.1" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "app": "base_unittests", | 28 "app": "base_unittests", |
| 29 "device type": "iPhone Retina (4-inch)", | 29 "device type": "iPhone 5", |
| 30 "os": "7.1" | 30 "os": "8.1" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "app": "components_unittests", | 33 "app": "components_unittests", |
| 34 "device type": "iPhone Retina (4-inch)", | 34 "device type": "iPhone 5", |
| 35 "os": "7.1" | 35 "os": "8.1" |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 "app": "crypto_unittests", | 38 "app": "crypto_unittests", |
| 39 "device type": "iPhone Retina (4-inch)", | 39 "device type": "iPhone 5", |
| 40 "os": "7.1" | 40 "os": "8.1" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "app": "gfx_unittests", | 43 "app": "gfx_unittests", |
| 44 "device type": "iPhone Retina (4-inch)", | 44 "device type": "iPhone 5", |
| 45 "os": "7.1" | 45 "os": "8.1" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "app": "url_unittests", | 48 "app": "url_unittests", |
| 49 "device type": "iPhone Retina (4-inch)", | 49 "device type": "iPhone 5", |
| 50 "os": "7.1" | 50 "os": "8.1" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "app": "content_unittests", | 53 "app": "content_unittests", |
| 54 "device type": "iPhone Retina (4-inch)", | 54 "device type": "iPhone 5", |
| 55 "os": "7.1" | 55 "os": "8.1" |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 "app": "net_unittests", | 58 "app": "net_unittests", |
| 59 "device type": "iPhone Retina (4-inch)", | 59 "device type": "iPhone 5", |
| 60 "os": "7.1" | 60 "os": "8.1" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "app": "ui_base_unittests", | 63 "app": "ui_base_unittests", |
| 64 "device type": "iPhone Retina (4-inch)", | 64 "device type": "iPhone 5", |
| 65 "os": "7.1" | 65 "os": "8.1" |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "app": "ui_ios_unittests", | 68 "app": "ui_ios_unittests", |
| 69 "device type": "iPhone Retina (4-inch)", | 69 "device type": "iPhone 5", |
| 70 "os": "7.1" | 70 "os": "8.1" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "app": "sync_unit_tests", | 73 "app": "sync_unit_tests", |
| 74 "device type": "iPhone Retina (4-inch)", | 74 "device type": "iPhone 5", |
| 75 "os": "7.1" | 75 "os": "8.1" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "app": "sql_unittests", | 78 "app": "sql_unittests", |
| 79 "device type": "iPhone Retina (4-inch)", | 79 "device type": "iPhone 5", |
| 80 "os": "7.1" | 80 "os": "8.1" |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "app": "skia_unittests", | 83 "app": "skia_unittests", |
| 84 "device type": "iPhone Retina (4-inch)", | 84 "device type": "iPhone 5", |
| 85 "os": "7.1" | 85 "os": "8.1" |
| 86 } | 86 } |
| 87 ] | 87 ] |
| 88 } | 88 } |
| OLD | NEW |