Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Side by Side Diff: ios/build/bots/chromium.fyi/ios-simulator.json

Issue 2922253004: Add recently removed iOS CQ unit tests back to FYI. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/build/bots/tests/fyi_tests.json » ('j') | ios/build/bots/tests/fyi_tests.json » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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",
11 "is_debug=true", 11 "is_debug=true",
12 "target_cpu=\"x64\"", 12 "target_cpu=\"x64\"",
13 "target_os=\"ios\"", 13 "target_os=\"ios\"",
14 "use_goma=true" 14 "use_goma=true"
15 ], 15 ],
16 "configuration": "Debug", 16 "configuration": "Debug",
17 "sdk": "iphonesimulator10.0", 17 "sdk": "iphonesimulator10.0",
18 "tests": [ 18 "tests": [
19 { 19 {
20 "include": "common_tests.json", 20 "include": "fyi_tests.json",
21 "device type": "iPhone 6s Plus", 21 "device type": "iPhone 6s Plus",
22 "os": "10.0", 22 "os": "10.0",
23 "xcode version": "8.0" 23 "xcode version": "8.0"
24 }, 24 },
25 { 25 {
26 "include": "common_tests.json", 26 "include": "fyi_tests.json",
27 "device type": "iPhone 6s", 27 "device type": "iPhone 6s",
28 "os": "10.0", 28 "os": "10.0",
29 "xcode version": "8.0" 29 "xcode version": "8.0"
30 }, 30 },
31 { 31 {
32 "include": "common_tests.json", 32 "include": "fyi_tests.json",
33 "device type": "iPhone 5", 33 "device type": "iPhone 5",
34 "os": "10.0", 34 "os": "10.0",
35 "xcode version": "8.0" 35 "xcode version": "8.0"
36 }, 36 },
37 { 37 {
38 "include": "common_tests.json", 38 "include": "fyi_tests.json",
39 "device type": "iPad Air 2", 39 "device type": "iPad Air 2",
40 "os": "10.0", 40 "os": "10.0",
41 "xcode version": "8.0" 41 "xcode version": "8.0"
42 }, 42 },
43 { 43 {
44 "include": "common_tests.json", 44 "include": "fyi_tests.json",
45 "device type": "iPad Retina", 45 "device type": "iPad Retina",
46 "os": "10.0", 46 "os": "10.0",
47 "xcode version": "8.0" 47 "xcode version": "8.0"
48 }, 48 },
49 { 49 {
50 "include": "common_tests.json", 50 "include": "fyi_tests.json",
51 "device type": "iPhone 6s Plus", 51 "device type": "iPhone 6s Plus",
52 "os": "9.0", 52 "os": "9.0",
53 "xcode version": "8.0" 53 "xcode version": "8.0"
54 }, 54 },
55 { 55 {
56 "include": "common_tests.json", 56 "include": "fyi_tests.json",
57 "device type": "iPhone 6s", 57 "device type": "iPhone 6s",
58 "os": "9.0", 58 "os": "9.0",
59 "xcode version": "8.0" 59 "xcode version": "8.0"
60 }, 60 },
61 { 61 {
62 "include": "common_tests.json", 62 "include": "fyi_tests.json",
63 "device type": "iPhone 5", 63 "device type": "iPhone 5",
64 "os": "9.0", 64 "os": "9.0",
65 "xcode version": "8.0" 65 "xcode version": "8.0"
66 }, 66 },
67 { 67 {
68 "include": "common_tests.json", 68 "include": "fyi_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": "fyi_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 } 78 }
79 ] 79 ]
80 } 80 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/tests/fyi_tests.json » ('j') | ios/build/bots/tests/fyi_tests.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698