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

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

Issue 2903423003: Move ui_services_unittests into service_unittest. (Closed)
Patch Set: and not is_mac Created 3 years, 7 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
« no previous file with comments | « services/ui/ws/window_server_service_test_base.cc ('k') | testing/buildbot/chromium.fyi.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 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 Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 { 407 {
408 "swarming": { 408 "swarming": {
409 "can_use_on_swarming_builders": true 409 "can_use_on_swarming_builders": true
410 }, 410 },
411 "test": "ui_chromeos_unittests" 411 "test": "ui_chromeos_unittests"
412 }, 412 },
413 { 413 {
414 "swarming": { 414 "swarming": {
415 "can_use_on_swarming_builders": true 415 "can_use_on_swarming_builders": true
416 }, 416 },
417 "test": "ui_service_unittests"
418 },
419 {
420 "swarming": {
421 "can_use_on_swarming_builders": true
422 },
423 "test": "ui_touch_selection_unittests" 417 "test": "ui_touch_selection_unittests"
424 }, 418 },
425 { 419 {
426 "args": [ 420 "args": [
427 "--ozone-platform=headless" 421 "--ozone-platform=headless"
428 ], 422 ],
429 "swarming": { 423 "swarming": {
430 "can_use_on_swarming_builders": true 424 "can_use_on_swarming_builders": true
431 }, 425 },
432 "test": "unit_tests" 426 "test": "unit_tests"
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 }, 1165 },
1172 { 1166 {
1173 "swarming": { 1167 "swarming": {
1174 "can_use_on_swarming_builders": true 1168 "can_use_on_swarming_builders": true
1175 }, 1169 },
1176 "test": "wm_unittests" 1170 "test": "wm_unittests"
1177 } 1171 }
1178 ] 1172 ]
1179 } 1173 }
1180 } 1174 }
OLDNEW
« no previous file with comments | « services/ui/ws/window_server_service_test_base.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698