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

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

Issue 794903004: Isolate ui_touch_selection_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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
OLDNEW
1 { 1 {
2 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "printing_unittests", 94 "printing_unittests",
95 "remoting_unittests", 95 "remoting_unittests",
96 "sandbox_linux_unittests", 96 "sandbox_linux_unittests",
97 "sql_unittests", 97 "sql_unittests",
98 { 98 {
99 "test": "ui_base_unittests", 99 "test": "ui_base_unittests",
100 "swarming": { 100 "swarming": {
101 "can_use_on_swarming_builders": true 101 "can_use_on_swarming_builders": true
102 } 102 }
103 }, 103 },
104 "ui_touch_selection_unittests", 104 {
105 "test": "ui_touch_selection_unittests",
106 "swarming": {
107 "can_use_on_swarming_builders": true
108 }
109 },
105 { 110 {
106 "test": "sync_integration_tests", 111 "test": "sync_integration_tests",
107 "swarming": { 112 "swarming": {
108 "can_use_on_swarming_builders": true 113 "can_use_on_swarming_builders": true
109 } 114 }
110 }, 115 },
111 "sync_unit_tests", 116 "sync_unit_tests",
112 { 117 {
113 "test": "unit_tests", 118 "test": "unit_tests",
114 "swarming": { 119 "swarming": {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "printing_unittests", 234 "printing_unittests",
230 "remoting_unittests", 235 "remoting_unittests",
231 "sandbox_linux_unittests", 236 "sandbox_linux_unittests",
232 "sql_unittests", 237 "sql_unittests",
233 { 238 {
234 "test": "ui_base_unittests", 239 "test": "ui_base_unittests",
235 "swarming": { 240 "swarming": {
236 "can_use_on_swarming_builders": true 241 "can_use_on_swarming_builders": true
237 } 242 }
238 }, 243 },
239 "ui_touch_selection_unittests", 244 {
245 "test": "ui_touch_selection_unittests",
246 "swarming": {
247 "can_use_on_swarming_builders": true
248 }
249 },
240 { 250 {
241 "test": "sync_integration_tests", 251 "test": "sync_integration_tests",
242 "swarming": { 252 "swarming": {
243 "can_use_on_swarming_builders": true 253 "can_use_on_swarming_builders": true
244 } 254 }
245 }, 255 },
246 "sync_unit_tests", 256 "sync_unit_tests",
247 { 257 {
248 "test": "unit_tests", 258 "test": "unit_tests",
249 "swarming": { 259 "swarming": {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "test": "sandbox_linux_unittests", 370 "test": "sandbox_linux_unittests",
361 "args": ["--test-launcher-print-test-stdio=always"] 371 "args": ["--test-launcher-print-test-stdio=always"]
362 }, 372 },
363 "sql_unittests", 373 "sql_unittests",
364 { 374 {
365 "test": "ui_base_unittests", 375 "test": "ui_base_unittests",
366 "swarming": { 376 "swarming": {
367 "can_use_on_swarming_builders": true 377 "can_use_on_swarming_builders": true
368 } 378 }
369 }, 379 },
370 "ui_touch_selection_unittests", 380 {
381 "test": "ui_touch_selection_unittests",
382 "swarming": {
383 "can_use_on_swarming_builders": true
384 }
385 },
371 { 386 {
372 "test": "sync_integration_tests", 387 "test": "sync_integration_tests",
373 "swarming": { 388 "swarming": {
374 "can_use_on_swarming_builders": true 389 "can_use_on_swarming_builders": true
375 } 390 }
376 }, 391 },
377 "sync_unit_tests", 392 "sync_unit_tests",
378 { 393 {
379 "test": "unit_tests", 394 "test": "unit_tests",
380 "swarming": { 395 "swarming": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "mojo_system_unittests", 437 "mojo_system_unittests",
423 "nacl_loader_unittests", 438 "nacl_loader_unittests",
424 "sandbox_linux_unittests", 439 "sandbox_linux_unittests",
425 "sql_unittests", 440 "sql_unittests",
426 "sync_unit_tests", 441 "sync_unit_tests",
427 "ui_base_unittests", 442 "ui_base_unittests",
428 "unit_tests" 443 "unit_tests"
429 ] 444 ]
430 } 445 }
431 } 446 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | ui/touch_selection/ui_touch_selection_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698