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

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

Issue 1217563004: Isolate device_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « device/device_unittests.isolate ('k') | testing/buildbot/chromium.linux.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 GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 { 182 {
183 "swarming": { 183 "swarming": {
184 "can_use_on_swarming_builders": true 184 "can_use_on_swarming_builders": true
185 }, 185 },
186 "test": "crypto_unittests" 186 "test": "crypto_unittests"
187 }, 187 },
188 { 188 {
189 "test": "dbus_unittests" 189 "test": "dbus_unittests"
190 }, 190 },
191 { 191 {
192 "swarming": {
193 "can_use_on_swarming_builders": true
194 },
192 "test": "device_unittests" 195 "test": "device_unittests"
193 }, 196 },
194 { 197 {
195 "test": "display_unittests" 198 "test": "display_unittests"
196 }, 199 },
197 { 200 {
198 "swarming": { 201 "swarming": {
199 "can_use_on_swarming_builders": true 202 "can_use_on_swarming_builders": true
200 }, 203 },
201 "test": "events_unittests" 204 "test": "events_unittests"
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 { 422 {
420 "swarming": { 423 "swarming": {
421 "can_use_on_swarming_builders": true 424 "can_use_on_swarming_builders": true
422 }, 425 },
423 "test": "crypto_unittests" 426 "test": "crypto_unittests"
424 }, 427 },
425 { 428 {
426 "test": "dbus_unittests" 429 "test": "dbus_unittests"
427 }, 430 },
428 { 431 {
432 "swarming": {
433 "can_use_on_swarming_builders": true
434 },
429 "test": "device_unittests" 435 "test": "device_unittests"
430 }, 436 },
431 { 437 {
432 "test": "display_unittests" 438 "test": "display_unittests"
433 }, 439 },
434 { 440 {
435 "swarming": { 441 "swarming": {
436 "can_use_on_swarming_builders": true 442 "can_use_on_swarming_builders": true
437 }, 443 },
438 "test": "events_unittests" 444 "test": "events_unittests"
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 { 656 {
651 "swarming": { 657 "swarming": {
652 "can_use_on_swarming_builders": true 658 "can_use_on_swarming_builders": true
653 }, 659 },
654 "test": "crypto_unittests" 660 "test": "crypto_unittests"
655 }, 661 },
656 { 662 {
657 "test": "dbus_unittests" 663 "test": "dbus_unittests"
658 }, 664 },
659 { 665 {
666 "swarming": {
667 "can_use_on_swarming_builders": true
668 },
660 "test": "device_unittests" 669 "test": "device_unittests"
661 }, 670 },
662 { 671 {
663 "test": "display_unittests" 672 "test": "display_unittests"
664 }, 673 },
665 { 674 {
666 "swarming": { 675 "swarming": {
667 "can_use_on_swarming_builders": true 676 "can_use_on_swarming_builders": true
668 }, 677 },
669 "test": "events_unittests" 678 "test": "events_unittests"
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 }, 812 },
804 { 813 {
805 "test": "views_unittests" 814 "test": "views_unittests"
806 }, 815 },
807 { 816 {
808 "test": "wm_unittests" 817 "test": "wm_unittests"
809 } 818 }
810 ] 819 ]
811 } 820 }
812 } 821 }
OLDNEW
« no previous file with comments | « device/device_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698