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

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: Switch test runner. 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 { 559 {
554 "swarming": { 560 "swarming": {
555 "can_use_on_swarming_builders": true 561 "can_use_on_swarming_builders": true
556 }, 562 },
557 "test": "gpu_unittests" 563 "test": "gpu_unittests"
558 }, 564 },
559 { 565 {
560 "swarming": { 566 "swarming": {
561 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
562 }, 568 },
569 "test": "input_device_unittests"
570 },
571 {
572 "swarming": {
573 "can_use_on_swarming_builders": true
574 },
563 "test": "interactive_ui_tests" 575 "test": "interactive_ui_tests"
564 }, 576 },
565 { 577 {
566 "swarming": { 578 "swarming": {
567 "can_use_on_swarming_builders": true 579 "can_use_on_swarming_builders": true
568 }, 580 },
569 "test": "ipc_tests" 581 "test": "ipc_tests"
570 }, 582 },
571 { 583 {
572 "swarming": { 584 "swarming": {
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 }, 1039 },
1028 { 1040 {
1029 "swarming": { 1041 "swarming": {
1030 "can_use_on_swarming_builders": true 1042 "can_use_on_swarming_builders": true
1031 }, 1043 },
1032 "test": "wm_unittests" 1044 "test": "wm_unittests"
1033 } 1045 }
1034 ] 1046 ]
1035 } 1047 }
1036 } 1048 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/input_devices/input_device_client.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698