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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.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 "Chromium Windows Builder (DrMemory x64)": { 2 "Chromium Windows Builder (DrMemory x64)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "angle_unittests", 5 "angle_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "base_unittests", 7 "base_unittests",
8 "blink_heap_unittests", 8 "blink_heap_unittests",
9 "blink_platform_unittests", 9 "blink_platform_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 { 318 {
319 "swarming": { 319 "swarming": {
320 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
321 }, 321 },
322 "test": "nacl_loader_unittests" 322 "test": "nacl_loader_unittests"
323 }, 323 },
324 { 324 {
325 "swarming": { 325 "swarming": {
326 "can_use_on_swarming_builders": true 326 "can_use_on_swarming_builders": true
327 }, 327 },
328 "test": "native_theme_unittests"
329 },
330 {
331 "swarming": {
332 "can_use_on_swarming_builders": true
333 },
328 "test": "net_unittests" 334 "test": "net_unittests"
329 }, 335 },
330 { 336 {
331 "swarming": { 337 "swarming": {
332 "can_use_on_swarming_builders": true 338 "can_use_on_swarming_builders": true
333 }, 339 },
334 "test": "pdf_unittests" 340 "test": "pdf_unittests"
335 }, 341 },
336 { 342 {
337 "swarming": { 343 "swarming": {
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 { 629 {
624 "swarming": { 630 "swarming": {
625 "can_use_on_swarming_builders": true 631 "can_use_on_swarming_builders": true
626 }, 632 },
627 "test": "nacl_loader_unittests" 633 "test": "nacl_loader_unittests"
628 }, 634 },
629 { 635 {
630 "swarming": { 636 "swarming": {
631 "can_use_on_swarming_builders": true 637 "can_use_on_swarming_builders": true
632 }, 638 },
639 "test": "native_theme_unittests"
640 },
641 {
642 "swarming": {
643 "can_use_on_swarming_builders": true
644 },
633 "test": "net_unittests" 645 "test": "net_unittests"
634 }, 646 },
635 { 647 {
636 "swarming": { 648 "swarming": {
637 "can_use_on_swarming_builders": true 649 "can_use_on_swarming_builders": true
638 }, 650 },
639 "test": "pdf_unittests" 651 "test": "pdf_unittests"
640 }, 652 },
641 { 653 {
642 "swarming": { 654 "swarming": {
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "test": "midi_unittests" 895 "test": "midi_unittests"
884 }, 896 },
885 { 897 {
886 "swarming": { 898 "swarming": {
887 "can_use_on_swarming_builders": true 899 "can_use_on_swarming_builders": true
888 }, 900 },
889 "test": "mojo_common_unittests" 901 "test": "mojo_common_unittests"
890 }, 902 },
891 { 903 {
892 "swarming": { 904 "swarming": {
905 "can_use_on_swarming_builders": true
906 },
907 "test": "native_theme_unittests"
908 },
909 {
910 "swarming": {
893 "can_use_on_swarming_builders": true, 911 "can_use_on_swarming_builders": true,
894 "shards": 4 912 "shards": 4
895 }, 913 },
896 "test": "net_unittests" 914 "test": "net_unittests"
897 }, 915 },
898 { 916 {
899 "swarming": { 917 "swarming": {
900 "can_use_on_swarming_builders": true 918 "can_use_on_swarming_builders": true
901 }, 919 },
902 "test": "pdf_unittests" 920 "test": "pdf_unittests"
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 }, 2104 },
2087 { 2105 {
2088 "test": "unit_tests" 2106 "test": "unit_tests"
2089 }, 2107 },
2090 { 2108 {
2091 "test": "url_unittests" 2109 "test": "url_unittests"
2092 } 2110 }
2093 ] 2111 ]
2094 } 2112 }
2095 } 2113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698