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

Side by Side Diff: testing/buildbot/chromium.memory.full.json

Issue 2560633004: Run native_theme unittests everywhere we run views_unittests. (Closed)
Patch Set: hack manage.py Created 4 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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 { 210 {
211 "swarming": { 211 "swarming": {
212 "can_use_on_swarming_builders": true 212 "can_use_on_swarming_builders": true
213 }, 213 },
214 "test": "nacl_loader_unittests" 214 "test": "nacl_loader_unittests"
215 }, 215 },
216 { 216 {
217 "swarming": { 217 "swarming": {
218 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
219 }, 219 },
220 "test": "native_theme_unittests"
221 },
222 {
223 "swarming": {
224 "can_use_on_swarming_builders": true
225 },
220 "test": "net_unittests" 226 "test": "net_unittests"
221 }, 227 },
222 { 228 {
223 "swarming": { 229 "swarming": {
224 "can_use_on_swarming_builders": true 230 "can_use_on_swarming_builders": true
225 }, 231 },
226 "test": "pdf_unittests" 232 "test": "pdf_unittests"
227 }, 233 },
228 { 234 {
229 "swarming": { 235 "swarming": {
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 { 521 {
516 "swarming": { 522 "swarming": {
517 "can_use_on_swarming_builders": true 523 "can_use_on_swarming_builders": true
518 }, 524 },
519 "test": "nacl_loader_unittests" 525 "test": "nacl_loader_unittests"
520 }, 526 },
521 { 527 {
522 "swarming": { 528 "swarming": {
523 "can_use_on_swarming_builders": true 529 "can_use_on_swarming_builders": true
524 }, 530 },
531 "test": "native_theme_unittests"
532 },
533 {
534 "swarming": {
535 "can_use_on_swarming_builders": true
536 },
525 "test": "net_unittests" 537 "test": "net_unittests"
526 }, 538 },
527 { 539 {
528 "swarming": { 540 "swarming": {
529 "can_use_on_swarming_builders": true 541 "can_use_on_swarming_builders": true
530 }, 542 },
531 "test": "pdf_unittests" 543 "test": "pdf_unittests"
532 }, 544 },
533 { 545 {
534 "swarming": { 546 "swarming": {
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "test": "midi_unittests" 787 "test": "midi_unittests"
776 }, 788 },
777 { 789 {
778 "swarming": { 790 "swarming": {
779 "can_use_on_swarming_builders": true 791 "can_use_on_swarming_builders": true
780 }, 792 },
781 "test": "mojo_common_unittests" 793 "test": "mojo_common_unittests"
782 }, 794 },
783 { 795 {
784 "swarming": { 796 "swarming": {
797 "can_use_on_swarming_builders": true
798 },
799 "test": "native_theme_unittests"
800 },
801 {
802 "swarming": {
785 "can_use_on_swarming_builders": true, 803 "can_use_on_swarming_builders": true,
786 "shards": 4 804 "shards": 4
787 }, 805 },
788 "test": "net_unittests" 806 "test": "net_unittests"
789 }, 807 },
790 { 808 {
791 "swarming": { 809 "swarming": {
792 "can_use_on_swarming_builders": true 810 "can_use_on_swarming_builders": true
793 }, 811 },
794 "test": "pdf_unittests" 812 "test": "pdf_unittests"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 }, 886 },
869 { 887 {
870 "swarming": { 888 "swarming": {
871 "can_use_on_swarming_builders": true 889 "can_use_on_swarming_builders": true
872 }, 890 },
873 "test": "wm_unittests" 891 "test": "wm_unittests"
874 } 892 }
875 ] 893 ]
876 } 894 }
877 } 895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698