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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1988023007: [Android] Move test suites from Android GN over to Android Tests{, (dbg)}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disabled part of failing mojo test Created 4 years, 7 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 | no next file » | 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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
11 ] 11 ]
12 }, 12 },
13 "Android Builder (dbg)": { 13 "Android Builder (dbg)": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "system_webview_apk" 15 "system_webview_apk"
16 ] 16 ]
17 }, 17 },
18 "Android Clang Builder (dbg)": { 18 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [ 19 "additional_compile_targets": [
20 "gn_all" 20 "gn_all"
21 ] 21 ]
22 }, 22 },
23 "Android GN": { 23 "Android GN": {},
24 "gtest_tests": [
25 {
26 "test": "android_webview_unittests"
27 },
28 {
29 "test": "base_unittests"
30 },
31 {
32 "test": "blimp_unittests"
33 },
34 {
35 "override_compile_targets": [
36 "breakpad_unittests"
37 ],
38 "test": "breakpad_unittests"
39 },
40 {
41 "test": "cc_unittests"
42 },
43 {
44 "test": "components_browsertests"
45 },
46 {
47 "test": "components_unittests"
48 },
49 {
50 "test": "content_browsertests"
51 },
52 {
53 "test": "content_unittests"
54 },
55 {
56 "test": "device_unittests"
57 },
58 {
59 "test": "events_unittests"
60 },
61 {
62 "test": "gl_tests"
63 },
64 {
65 "test": "gl_unittests"
66 },
67 {
68 "test": "gpu_ipc_service_unittests"
69 },
70 {
71 "test": "gpu_unittests"
72 },
73 {
74 "test": "ipc_mojo_unittests"
75 },
76 {
77 "test": "ipc_tests"
78 },
79 {
80 "test": "media_unittests"
81 },
82 {
83 "swarming": {
84 "can_use_on_swarming_builders": true
85 },
86 "test": "mojo_common_unittests"
87 },
88 {
89 "swarming": {
90 "can_use_on_swarming_builders": true
91 },
92 "test": "mojo_public_application_unittests"
93 },
94 {
95 "swarming": {
96 "can_use_on_swarming_builders": true
97 },
98 "test": "mojo_public_bindings_unittests"
99 },
100 {
101 "swarming": {
102 "can_use_on_swarming_builders": true
103 },
104 "test": "mojo_public_system_unittests"
105 },
106 {
107 "swarming": {
108 "can_use_on_swarming_builders": true
109 },
110 "test": "mojo_runner_host_unittests"
111 },
112 {
113 "swarming": {
114 "can_use_on_swarming_builders": true
115 },
116 "test": "mojo_surfaces_lib_unittests"
117 },
118 {
119 "swarming": {
120 "can_use_on_swarming_builders": true
121 },
122 "test": "mojo_system_unittests"
123 },
124 {
125 "test": "net_unittests"
126 },
127 {
128 "override_compile_targets": [
129 "sandbox_linux_unittests"
130 ],
131 "test": "sandbox_linux_unittests"
132 },
133 {
134 "test": "sql_unittests"
135 },
136 {
137 "test": "sync_unit_tests"
138 },
139 {
140 "test": "ui_android_unittests"
141 },
142 {
143 "test": "ui_base_unittests"
144 },
145 {
146 "test": "ui_touch_selection_unittests"
147 },
148 {
149 "test": "unit_tests"
150 }
151 ],
152 "instrumentation_tests": [
153 {
154 "test": "android_webview_test_apk"
155 },
156 {
157 "test": "chrome_public_test_apk"
158 },
159 {
160 "test": "chrome_sync_shell_test_apk"
161 },
162 {
163 "test": "content_shell_test_apk"
164 },
165 {
166 "test": "mojo_test_apk"
167 }
168 ],
169 "junit_tests": [
170 {
171 "test": "base_junit_tests"
172 },
173 {
174 "test": "chrome_junit_tests"
175 },
176 {
177 "test": "components_invalidation_impl_junit_tests"
178 },
179 {
180 "test": "components_policy_junit_tests"
181 },
182 {
183 "test": "components_web_restrictions_junit_tests"
184 },
185 {
186 "test": "content_junit_tests"
187 },
188 {
189 "test": "junit_unit_tests"
190 },
191 {
192 "test": "net_junit_tests"
193 },
194 {
195 "test": "ui_junit_tests"
196 },
197 {
198 "test": "webapk_client_junit_tests"
199 }
200 ]
201 },
202 "Android GN (dbg)": { 24 "Android GN (dbg)": {
203 "additional_compile_targets": [ 25 "additional_compile_targets": [
204 "all" 26 "all"
205 ] 27 ]
206 }, 28 },
207 "Android Tests": { 29 "Android Tests": {
208 "gtest_tests": [ 30 "gtest_tests": [
209 { 31 {
210 "test": "android_webview_unittests" 32 "test": "android_webview_unittests"
211 }, 33 },
212 { 34 {
213 "test": "base_unittests" 35 "test": "base_unittests"
214 }, 36 },
215 { 37 {
216 "test": "blink_heap_unittests" 38 "test": "blink_heap_unittests"
217 }, 39 },
218 { 40 {
219 "override_compile_targets": [ 41 "override_compile_targets": [
220 "breakpad_unittests_deps" 42 "breakpad_unittests"
221 ], 43 ],
222 "test": "breakpad_unittests" 44 "test": "breakpad_unittests"
223 }, 45 },
224 { 46 {
225 "test": "cc_unittests" 47 "test": "cc_unittests"
226 }, 48 },
227 { 49 {
228 "override_compile_targets": [ 50 "override_compile_targets": [
229 "chrome_public_test_apk" 51 "chrome_public_test_apk"
230 ], 52 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 { 98 {
277 "test": "gl_unittests" 99 "test": "gl_unittests"
278 }, 100 },
279 { 101 {
280 "test": "gpu_ipc_service_unittests" 102 "test": "gpu_ipc_service_unittests"
281 }, 103 },
282 { 104 {
283 "test": "gpu_unittests" 105 "test": "gpu_unittests"
284 }, 106 },
285 { 107 {
108 "test": "ipc_mojo_unittests"
109 },
110 {
286 "test": "ipc_tests" 111 "test": "ipc_tests"
287 }, 112 },
288 { 113 {
289 "test": "media_unittests" 114 "test": "media_unittests"
290 }, 115 },
291 { 116 {
117 "test": "mojo_common_unittests"
118 },
119 {
120 "test": "mojo_public_application_unittests"
121 },
122 {
123 "test": "mojo_public_bindings_unittests"
124 },
125 {
126 "test": "mojo_public_system_unittests"
127 },
128 {
129 "test": "mojo_runner_host_unittests"
130 },
131 {
132 "test": "mojo_surfaces_lib_unittests"
133 },
134 {
292 "test": "mojo_system_unittests" 135 "test": "mojo_system_unittests"
293 }, 136 },
294 { 137 {
295 "test": "net_unittests" 138 "test": "net_unittests"
296 }, 139 },
297 { 140 {
298 "override_compile_targets": [ 141 "override_compile_targets": [
299 "sandbox_linux_unittests_deps" 142 "sandbox_linux_unittests"
300 ], 143 ],
301 "test": "sandbox_linux_unittests" 144 "test": "sandbox_linux_unittests"
302 }, 145 },
303 { 146 {
304 "test": "sql_unittests" 147 "test": "sql_unittests"
305 }, 148 },
306 { 149 {
307 "test": "sync_unit_tests" 150 "test": "sync_unit_tests"
308 }, 151 },
309 { 152 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "test": "android_webview_unittests" 222 "test": "android_webview_unittests"
380 }, 223 },
381 { 224 {
382 "test": "base_unittests" 225 "test": "base_unittests"
383 }, 226 },
384 { 227 {
385 "test": "blink_heap_unittests" 228 "test": "blink_heap_unittests"
386 }, 229 },
387 { 230 {
388 "override_compile_targets": [ 231 "override_compile_targets": [
389 "breakpad_unittests_deps" 232 "breakpad_unittests"
390 ], 233 ],
391 "test": "breakpad_unittests" 234 "test": "breakpad_unittests"
392 }, 235 },
393 { 236 {
394 "test": "cc_unittests" 237 "test": "cc_unittests"
395 }, 238 },
396 { 239 {
397 "test": "components_browsertests" 240 "test": "components_browsertests"
398 }, 241 },
399 { 242 {
(...skipping 17 matching lines...) Expand all
417 { 260 {
418 "test": "gl_unittests" 261 "test": "gl_unittests"
419 }, 262 },
420 { 263 {
421 "test": "gpu_ipc_service_unittests" 264 "test": "gpu_ipc_service_unittests"
422 }, 265 },
423 { 266 {
424 "test": "gpu_unittests" 267 "test": "gpu_unittests"
425 }, 268 },
426 { 269 {
270 "test": "ipc_mojo_unittests"
271 },
272 {
427 "test": "ipc_tests" 273 "test": "ipc_tests"
428 }, 274 },
429 { 275 {
430 "test": "media_unittests" 276 "test": "media_unittests"
431 }, 277 },
432 { 278 {
279 "test": "mojo_common_unittests"
280 },
281 {
282 "test": "mojo_public_application_unittests"
283 },
284 {
285 "test": "mojo_public_bindings_unittests"
286 },
287 {
288 "test": "mojo_public_system_unittests"
289 },
290 {
291 "test": "mojo_runner_host_unittests"
292 },
293 {
294 "test": "mojo_surfaces_lib_unittests"
295 },
296 {
297 "test": "mojo_system_unittests"
298 },
299 {
433 "test": "net_unittests" 300 "test": "net_unittests"
434 }, 301 },
435 { 302 {
436 "override_compile_targets": [ 303 "override_compile_targets": [
437 "sandbox_linux_unittests_deps" 304 "sandbox_linux_unittests"
438 ], 305 ],
439 "test": "sandbox_linux_unittests" 306 "test": "sandbox_linux_unittests"
440 }, 307 },
441 { 308 {
442 "test": "sql_unittests" 309 "test": "sql_unittests"
443 }, 310 },
444 { 311 {
445 "test": "sync_unit_tests" 312 "test": "sync_unit_tests"
446 }, 313 },
447 { 314 {
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 "override_compile_targets": [ 1822 "override_compile_targets": [
1956 "telemetry_unittests_run" 1823 "telemetry_unittests_run"
1957 ], 1824 ],
1958 "swarming": { 1825 "swarming": {
1959 "can_use_on_swarming_builders": true 1826 "can_use_on_swarming_builders": true
1960 } 1827 }
1961 } 1828 }
1962 ] 1829 ]
1963 } 1830 }
1964 } 1831 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698