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

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

Issue 796663002: Update from https://crrev.com/307758 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updates for SkCanvas::NewRaster deprecation Created 6 years 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "app_shell_unittests", 7 "app_shell_unittests",
8 "aura_unittests", 8 "aura_unittests",
9 { 9 {
10 "test": "base_unittests", 10 "test": "base_unittests",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "swarming": { 69 "swarming": {
70 "can_use_on_swarming_builders": true 70 "can_use_on_swarming_builders": true
71 } 71 }
72 }, 72 },
73 "ppapi_unittests", 73 "ppapi_unittests",
74 "printing_unittests", 74 "printing_unittests",
75 "remoting_unittests", 75 "remoting_unittests",
76 "sandbox_linux_unittests", 76 "sandbox_linux_unittests",
77 "sql_unittests", 77 "sql_unittests",
78 "ui_base_unittests", 78 "ui_base_unittests",
79 "ui_touch_selection_unittests",
79 { 80 {
80 "test": "sync_integration_tests", 81 "test": "sync_integration_tests",
81 "swarming": { 82 "swarming": {
82 "can_use_on_swarming_builders": true 83 "can_use_on_swarming_builders": true
83 } 84 }
84 }, 85 },
85 "sync_unit_tests", 86 "sync_unit_tests",
86 { 87 {
87 "test": "unit_tests", 88 "test": "unit_tests",
88 "swarming": { 89 "swarming": {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "swarming": { 179 "swarming": {
179 "can_use_on_swarming_builders": true 180 "can_use_on_swarming_builders": true
180 } 181 }
181 }, 182 },
182 "ppapi_unittests", 183 "ppapi_unittests",
183 "printing_unittests", 184 "printing_unittests",
184 "remoting_unittests", 185 "remoting_unittests",
185 "sandbox_linux_unittests", 186 "sandbox_linux_unittests",
186 "sql_unittests", 187 "sql_unittests",
187 "ui_base_unittests", 188 "ui_base_unittests",
189 "ui_touch_selection_unittests",
188 { 190 {
189 "test": "sync_integration_tests", 191 "test": "sync_integration_tests",
190 "swarming": { 192 "swarming": {
191 "can_use_on_swarming_builders": true 193 "can_use_on_swarming_builders": true
192 } 194 }
193 }, 195 },
194 "sync_unit_tests", 196 "sync_unit_tests",
195 { 197 {
196 "test": "unit_tests", 198 "test": "unit_tests",
197 "swarming": { 199 "swarming": {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 }, 285 },
284 "ppapi_unittests", 286 "ppapi_unittests",
285 "printing_unittests", 287 "printing_unittests",
286 "remoting_unittests", 288 "remoting_unittests",
287 { 289 {
288 "test": "sandbox_linux_unittests", 290 "test": "sandbox_linux_unittests",
289 "args": ["--test-launcher-print-test-stdio=always"] 291 "args": ["--test-launcher-print-test-stdio=always"]
290 }, 292 },
291 "sql_unittests", 293 "sql_unittests",
292 "ui_base_unittests", 294 "ui_base_unittests",
295 "ui_touch_selection_unittests",
293 { 296 {
294 "test": "sync_integration_tests", 297 "test": "sync_integration_tests",
295 "swarming": { 298 "swarming": {
296 "can_use_on_swarming_builders": true 299 "can_use_on_swarming_builders": true
297 } 300 }
298 }, 301 },
299 "sync_unit_tests", 302 "sync_unit_tests",
300 { 303 {
301 "test": "unit_tests", 304 "test": "unit_tests",
302 "swarming": { 305 "swarming": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "mojo_system_unittests", 347 "mojo_system_unittests",
345 "nacl_loader_unittests", 348 "nacl_loader_unittests",
346 "sandbox_linux_unittests", 349 "sandbox_linux_unittests",
347 "sql_unittests", 350 "sql_unittests",
348 "sync_unit_tests", 351 "sync_unit_tests",
349 "ui_base_unittests", 352 "ui_base_unittests",
350 "unit_tests" 353 "unit_tests"
351 ] 354 ]
352 } 355 }
353 } 356 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698