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

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

Issue 2924163004: Revert of 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') | no next file with comments »
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",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/tests/fyi_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698