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

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

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
1 { 1 {
2 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "browser_tests", 42 "browser_tests",
43 "content_browsertests", 43 "content_browsertests",
44 "mojo_common_unittests", 44 "mojo_common_unittests",
45 "mojo_public_bindings_unittests", 45 "mojo_public_bindings_unittests",
46 "mojo_public_environment_unittests", 46 "mojo_public_environment_unittests",
47 "mojo_public_system_unittests", 47 "mojo_public_system_unittests",
48 "mojo_public_utility_unittests", 48 "mojo_public_utility_unittests",
49 "mojo_surfaces_lib_unittests", 49 "mojo_surfaces_lib_unittests",
50 "mojo_system_unittests", 50 "mojo_system_unittests",
51 "nacl_loader_unittests" 51 "nacl_loader_unittests"
52 ],
53 "scripts": [
54 {
55 "name": "telemetry_unittests",
56 "script": "telemetry_unittests.py"
57 },
58 {
59 "name": "telemetry_perf_unittests",
60 "script": "telemetry_perf_unittests.py"
61 },
62 {
63 "name": "nacl_integration",
64 "script": "nacl_integration.py"
65 }
52 ] 66 ]
53 }, 67 },
54 "Linux Trusty (dbg)": { 68 "Linux Trusty (dbg)": {
55 "gtest_tests": [ 69 "gtest_tests": [
56 "accessibility_unittests", 70 "accessibility_unittests",
57 "app_list_unittests", 71 "app_list_unittests",
58 "app_shell_unittests", 72 "app_shell_unittests",
59 "aura_unittests", 73 "aura_unittests",
60 "interactive_ui_tests", 74 "interactive_ui_tests",
61 "base_unittests", 75 "base_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "browser_tests", 108 "browser_tests",
95 "content_browsertests", 109 "content_browsertests",
96 "mojo_common_unittests", 110 "mojo_common_unittests",
97 "mojo_public_bindings_unittests", 111 "mojo_public_bindings_unittests",
98 "mojo_public_environment_unittests", 112 "mojo_public_environment_unittests",
99 "mojo_public_system_unittests", 113 "mojo_public_system_unittests",
100 "mojo_public_utility_unittests", 114 "mojo_public_utility_unittests",
101 "mojo_surfaces_lib_unittests", 115 "mojo_surfaces_lib_unittests",
102 "mojo_system_unittests", 116 "mojo_system_unittests",
103 "nacl_loader_unittests" 117 "nacl_loader_unittests"
118 ],
119 "scripts": [
120 {
121 "name": "telemetry_unittests",
122 "script": "telemetry_unittests.py"
123 },
124 {
125 "name": "telemetry_perf_unittests",
126 "script": "telemetry_perf_unittests.py"
127 },
128 {
129 "name": "nacl_integration",
130 "script": "nacl_integration.py"
131 }
104 ] 132 ]
105 }, 133 },
106 "Linux Trusty (32)": { 134 "Linux Trusty (32)": {
107 "gtest_tests": [ 135 "gtest_tests": [
108 "accessibility_unittests", 136 "accessibility_unittests",
109 "app_list_unittests", 137 "app_list_unittests",
110 "app_shell_unittests", 138 "app_shell_unittests",
111 "aura_unittests", 139 "aura_unittests",
112 "interactive_ui_tests", 140 "interactive_ui_tests",
113 "base_unittests", 141 "base_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "browser_tests", 174 "browser_tests",
147 "content_browsertests", 175 "content_browsertests",
148 "mojo_common_unittests", 176 "mojo_common_unittests",
149 "mojo_public_bindings_unittests", 177 "mojo_public_bindings_unittests",
150 "mojo_public_environment_unittests", 178 "mojo_public_environment_unittests",
151 "mojo_public_system_unittests", 179 "mojo_public_system_unittests",
152 "mojo_public_utility_unittests", 180 "mojo_public_utility_unittests",
153 "mojo_surfaces_lib_unittests", 181 "mojo_surfaces_lib_unittests",
154 "mojo_system_unittests", 182 "mojo_system_unittests",
155 "nacl_loader_unittests" 183 "nacl_loader_unittests"
184 ],
185 "scripts": [
186 {
187 "name": "telemetry_unittests",
188 "script": "telemetry_unittests.py"
189 },
190 {
191 "name": "telemetry_perf_unittests",
192 "script": "telemetry_perf_unittests.py"
193 },
194 {
195 "name": "nacl_integration",
196 "script": "nacl_integration.py"
197 }
156 ] 198 ]
157 }, 199 },
158 "Linux Trusty (dbg)(32)": { 200 "Linux Trusty (dbg)(32)": {
159 "gtest_tests": [ 201 "gtest_tests": [
160 "accessibility_unittests", 202 "accessibility_unittests",
161 "app_list_unittests", 203 "app_list_unittests",
162 "app_shell_unittests", 204 "app_shell_unittests",
163 "aura_unittests", 205 "aura_unittests",
164 "interactive_ui_tests", 206 "interactive_ui_tests",
165 "base_unittests", 207 "base_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "browser_tests", 240 "browser_tests",
199 "content_browsertests", 241 "content_browsertests",
200 "mojo_common_unittests", 242 "mojo_common_unittests",
201 "mojo_public_bindings_unittests", 243 "mojo_public_bindings_unittests",
202 "mojo_public_environment_unittests", 244 "mojo_public_environment_unittests",
203 "mojo_public_system_unittests", 245 "mojo_public_system_unittests",
204 "mojo_public_utility_unittests", 246 "mojo_public_utility_unittests",
205 "mojo_surfaces_lib_unittests", 247 "mojo_surfaces_lib_unittests",
206 "mojo_system_unittests", 248 "mojo_system_unittests",
207 "nacl_loader_unittests" 249 "nacl_loader_unittests"
250 ],
251 "scripts": [
252 {
253 "name": "telemetry_unittests",
254 "script": "telemetry_unittests.py"
255 },
256 {
257 "name": "telemetry_perf_unittests",
258 "script": "telemetry_perf_unittests.py"
259 },
260 {
261 "name": "nacl_integration",
262 "script": "nacl_integration.py"
263 }
208 ] 264 ]
209 }, 265 },
210 "Linux ARM Cross-Compile": { 266 "Linux ARM Cross-Compile": {
211 "compile_targets": [ 267 "compile_targets": [
212 "browser_tests_run" 268 "browser_tests_run"
213 ], 269 ],
214 "gtest_tests": [ 270 "gtest_tests": [
215 "browser_tests" 271 "browser_tests"
216 ] 272 ]
217 }, 273 },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "printing_unittests", 305 "printing_unittests",
250 "remoting_unittests", 306 "remoting_unittests",
251 "sandbox_mac_unittests", 307 "sandbox_mac_unittests",
252 "sql_unittests", 308 "sql_unittests",
253 "sync_integration_tests", 309 "sync_integration_tests",
254 "sync_unit_tests", 310 "sync_unit_tests",
255 "ui_unittests", 311 "ui_unittests",
256 "unit_tests", 312 "unit_tests",
257 "url_unittests", 313 "url_unittests",
258 "browser_tests" 314 "browser_tests"
315 ],
316 "scripts": [
317 {
318 "name": "telemetry_unittests",
319 "script": "telemetry_unittests.py"
320 },
321 {
322 "name": "telemetry_perf_unittests",
323 "script": "telemetry_perf_unittests.py"
324 },
325 {
326 "name": "nacl_integration",
327 "script": "nacl_integration.py"
328 }
259 ] 329 ]
260 }, 330 },
261 "Linux ChromiumOS Athena Tests (1)": { 331 "Linux ChromiumOS Athena Tests (1)": {
262 "gtest_tests": [ 332 "gtest_tests": [
263 { 333 {
264 "test": "athena_unittests", 334 "test": "athena_unittests",
265 "swarming": { 335 "swarming": {
266 "can_use_on_swarming_builders": true 336 "can_use_on_swarming_builders": true
267 } 337 }
268 }, 338 },
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "gtest_tests": [ 416 "gtest_tests": [
347 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 417 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
348 ] 418 ]
349 }, 419 },
350 "Linux ChromeOS MSan Browser (3)": { 420 "Linux ChromeOS MSan Browser (3)": {
351 "gtest_tests": [ 421 "gtest_tests": [
352 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 422 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
353 ] 423 ]
354 } 424 }
355 } 425 }
OLDNEW
« no previous file with comments | « sandbox/linux/syscall_broker/broker_process_unittest.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698