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

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

Issue 2196563004: Add tests for InputDeviceServer/InputDeviceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "test": "gpu_ipc_service_unittests" 208 "test": "gpu_ipc_service_unittests"
209 }, 209 },
210 { 210 {
211 "swarming": { 211 "swarming": {
212 "can_use_on_swarming_builders": true 212 "can_use_on_swarming_builders": true
213 }, 213 },
214 "test": "gpu_unittests" 214 "test": "gpu_unittests"
215 }, 215 },
216 { 216 {
217 "swarming": { 217 "swarming": {
218 "can_use_on_swarming_builders": true
219 },
220 "test": "input_device_unittests"
221 },
222 {
223 "swarming": {
218 "can_use_on_swarming_builders": true, 224 "can_use_on_swarming_builders": true,
219 "shards": 3 225 "shards": 3
220 }, 226 },
221 "test": "interactive_ui_tests" 227 "test": "interactive_ui_tests"
222 }, 228 },
223 { 229 {
224 "swarming": { 230 "swarming": {
225 "can_use_on_swarming_builders": true 231 "can_use_on_swarming_builders": true
226 }, 232 },
227 "test": "ipc_tests" 233 "test": "ipc_tests"
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 { 553 {
548 "swarming": { 554 "swarming": {
549 "can_use_on_swarming_builders": true 555 "can_use_on_swarming_builders": true
550 }, 556 },
551 "test": "gpu_unittests" 557 "test": "gpu_unittests"
552 }, 558 },
553 { 559 {
554 "swarming": { 560 "swarming": {
555 "can_use_on_swarming_builders": true 561 "can_use_on_swarming_builders": true
556 }, 562 },
563 "test": "input_device_unittests"
564 },
565 {
566 "swarming": {
567 "can_use_on_swarming_builders": true
568 },
557 "test": "interactive_ui_tests" 569 "test": "interactive_ui_tests"
558 }, 570 },
559 { 571 {
560 "swarming": { 572 "swarming": {
561 "can_use_on_swarming_builders": true 573 "can_use_on_swarming_builders": true
562 }, 574 },
563 "test": "ipc_tests" 575 "test": "ipc_tests"
564 }, 576 },
565 { 577 {
566 "swarming": { 578 "swarming": {
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 }, 1027 },
1016 { 1028 {
1017 "swarming": { 1029 "swarming": {
1018 "can_use_on_swarming_builders": true 1030 "can_use_on_swarming_builders": true
1019 }, 1031 },
1020 "test": "wm_unittests" 1032 "test": "wm_unittests"
1021 } 1033 }
1022 ] 1034 ]
1023 } 1035 }
1024 } 1036 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698