OLD | NEW |
1 { | 1 { |
2 "Mac GN": { | 2 "Mac GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 "base_unittests", | 5 "base_unittests", |
6 "cacheinvalidation_unittests", | 6 "cacheinvalidation_unittests", |
7 "cast_unittests", | 7 "cast_unittests", |
8 "cc_unittests", | 8 "cc_unittests", |
9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
10 "crypto_unittests", | 10 "crypto_unittests", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "sync_unit_tests", | 62 "sync_unit_tests", |
63 "ui_base_unittests", | 63 "ui_base_unittests", |
64 "url_unittests" | 64 "url_unittests" |
65 ], | 65 ], |
66 "gtest_tests": [ | 66 "gtest_tests": [ |
67 { | 67 { |
68 "test": "base_unittests" | 68 "test": "base_unittests" |
69 } | 69 } |
70 ] | 70 ] |
71 }, | 71 }, |
| 72 "Mac10.10 Tests": { |
| 73 "gtest_tests": [ |
| 74 { |
| 75 "swarming": { |
| 76 "can_use_on_swarming_builders": true |
| 77 }, |
| 78 "test": "accessibility_unittests" |
| 79 }, |
| 80 { |
| 81 "swarming": { |
| 82 "can_use_on_swarming_builders": true |
| 83 }, |
| 84 "test": "app_list_unittests" |
| 85 }, |
| 86 { |
| 87 "swarming": { |
| 88 "can_use_on_swarming_builders": true |
| 89 }, |
| 90 "test": "base_unittests" |
| 91 }, |
| 92 { |
| 93 "test": "cacheinvalidation_unittests" |
| 94 }, |
| 95 { |
| 96 "swarming": { |
| 97 "can_use_on_swarming_builders": true |
| 98 }, |
| 99 "test": "cast_unittests" |
| 100 }, |
| 101 { |
| 102 "swarming": { |
| 103 "can_use_on_swarming_builders": true |
| 104 }, |
| 105 "test": "cc_unittests" |
| 106 }, |
| 107 { |
| 108 "test": "chromedriver_unittests" |
| 109 }, |
| 110 { |
| 111 "swarming": { |
| 112 "can_use_on_swarming_builders": true |
| 113 }, |
| 114 "test": "components_unittests" |
| 115 }, |
| 116 { |
| 117 "swarming": { |
| 118 "can_use_on_swarming_builders": true |
| 119 }, |
| 120 "test": "crypto_unittests" |
| 121 }, |
| 122 { |
| 123 "test": "extensions_unittests" |
| 124 }, |
| 125 { |
| 126 "test": "gcm_unit_tests" |
| 127 }, |
| 128 { |
| 129 "test": "google_apis_unittests" |
| 130 }, |
| 131 { |
| 132 "swarming": { |
| 133 "can_use_on_swarming_builders": true |
| 134 }, |
| 135 "test": "gpu_unittests" |
| 136 }, |
| 137 { |
| 138 "test": "jingle_unittests" |
| 139 }, |
| 140 { |
| 141 "swarming": { |
| 142 "can_use_on_swarming_builders": true |
| 143 }, |
| 144 "test": "media_unittests" |
| 145 }, |
| 146 { |
| 147 "swarming": { |
| 148 "can_use_on_swarming_builders": true |
| 149 }, |
| 150 "test": "message_center_unittests" |
| 151 }, |
| 152 { |
| 153 "swarming": { |
| 154 "can_use_on_swarming_builders": true |
| 155 }, |
| 156 "test": "midi_unittests" |
| 157 }, |
| 158 { |
| 159 "test": "mojo_common_unittests" |
| 160 }, |
| 161 { |
| 162 "test": "mojo_public_bindings_unittests" |
| 163 }, |
| 164 { |
| 165 "test": "mojo_public_environment_unittests" |
| 166 }, |
| 167 { |
| 168 "test": "mojo_public_system_unittests" |
| 169 }, |
| 170 { |
| 171 "test": "mojo_public_utility_unittests" |
| 172 }, |
| 173 { |
| 174 "test": "nacl_loader_unittests" |
| 175 }, |
| 176 { |
| 177 "swarming": { |
| 178 "can_use_on_swarming_builders": true |
| 179 }, |
| 180 "test": "net_unittests" |
| 181 }, |
| 182 { |
| 183 "test": "ppapi_unittests" |
| 184 }, |
| 185 { |
| 186 "test": "printing_unittests" |
| 187 }, |
| 188 { |
| 189 "test": "remoting_unittests" |
| 190 }, |
| 191 { |
| 192 "test": "skia_unittests" |
| 193 }, |
| 194 { |
| 195 "test": "sql_unittests" |
| 196 }, |
| 197 { |
| 198 "test": "sync_unit_tests" |
| 199 }, |
| 200 { |
| 201 "swarming": { |
| 202 "can_use_on_swarming_builders": true |
| 203 }, |
| 204 "test": "ui_base_unittests" |
| 205 }, |
| 206 { |
| 207 "test": "url_unittests" |
| 208 } |
| 209 ], |
| 210 "scripts": [ |
| 211 { |
| 212 "name": "telemetry_unittests", |
| 213 "script": "telemetry_unittests.py" |
| 214 }, |
| 215 { |
| 216 "name": "telemetry_perf_unittests", |
| 217 "script": "telemetry_perf_unittests.py" |
| 218 }, |
| 219 { |
| 220 "name": "nacl_integration", |
| 221 "script": "nacl_integration.py" |
| 222 } |
| 223 ] |
| 224 }, |
72 "Mac10.6 Tests": { | 225 "Mac10.6 Tests": { |
73 "gtest_tests": [ | 226 "gtest_tests": [ |
74 { | 227 { |
75 "swarming": { | 228 "swarming": { |
76 "can_use_on_swarming_builders": true | 229 "can_use_on_swarming_builders": true |
77 }, | 230 }, |
78 "test": "accessibility_unittests" | 231 "test": "accessibility_unittests" |
79 }, | 232 }, |
80 { | 233 { |
81 "swarming": { | 234 "swarming": { |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 { | 303 { |
151 "test": "gcm_unit_tests" | 304 "test": "gcm_unit_tests" |
152 }, | 305 }, |
153 { | 306 { |
154 "swarming": { | 307 "swarming": { |
155 "can_use_on_swarming_builders": true | 308 "can_use_on_swarming_builders": true |
156 }, | 309 }, |
157 "test": "gfx_unittests" | 310 "test": "gfx_unittests" |
158 }, | 311 }, |
159 { | 312 { |
| 313 "test": "gl_unittests" |
| 314 }, |
| 315 { |
160 "test": "google_apis_unittests" | 316 "test": "google_apis_unittests" |
161 }, | 317 }, |
162 { | 318 { |
163 "swarming": { | 319 "swarming": { |
164 "can_use_on_swarming_builders": true | 320 "can_use_on_swarming_builders": true |
165 }, | 321 }, |
166 "test": "gpu_unittests" | 322 "test": "gpu_unittests" |
167 }, | 323 }, |
168 { | 324 { |
169 "swarming": { | 325 "swarming": { |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 { | 511 { |
356 "test": "gcm_unit_tests" | 512 "test": "gcm_unit_tests" |
357 }, | 513 }, |
358 { | 514 { |
359 "swarming": { | 515 "swarming": { |
360 "can_use_on_swarming_builders": true | 516 "can_use_on_swarming_builders": true |
361 }, | 517 }, |
362 "test": "gfx_unittests" | 518 "test": "gfx_unittests" |
363 }, | 519 }, |
364 { | 520 { |
| 521 "test": "gl_unittests" |
| 522 }, |
| 523 { |
365 "test": "google_apis_unittests" | 524 "test": "google_apis_unittests" |
366 }, | 525 }, |
367 { | 526 { |
368 "swarming": { | 527 "swarming": { |
369 "can_use_on_swarming_builders": true | 528 "can_use_on_swarming_builders": true |
370 }, | 529 }, |
371 "test": "gpu_unittests" | 530 "test": "gpu_unittests" |
372 }, | 531 }, |
373 { | 532 { |
374 "swarming": { | 533 "swarming": { |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 { | 719 { |
561 "test": "gcm_unit_tests" | 720 "test": "gcm_unit_tests" |
562 }, | 721 }, |
563 { | 722 { |
564 "swarming": { | 723 "swarming": { |
565 "can_use_on_swarming_builders": true | 724 "can_use_on_swarming_builders": true |
566 }, | 725 }, |
567 "test": "gfx_unittests" | 726 "test": "gfx_unittests" |
568 }, | 727 }, |
569 { | 728 { |
| 729 "test": "gl_unittests" |
| 730 }, |
| 731 { |
570 "test": "google_apis_unittests" | 732 "test": "google_apis_unittests" |
571 }, | 733 }, |
572 { | 734 { |
573 "swarming": { | 735 "swarming": { |
574 "can_use_on_swarming_builders": true | 736 "can_use_on_swarming_builders": true |
575 }, | 737 }, |
576 "test": "gpu_unittests" | 738 "test": "gpu_unittests" |
577 }, | 739 }, |
578 { | 740 { |
579 "swarming": { | 741 "swarming": { |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 { | 927 { |
766 "test": "gcm_unit_tests" | 928 "test": "gcm_unit_tests" |
767 }, | 929 }, |
768 { | 930 { |
769 "swarming": { | 931 "swarming": { |
770 "can_use_on_swarming_builders": true | 932 "can_use_on_swarming_builders": true |
771 }, | 933 }, |
772 "test": "gfx_unittests" | 934 "test": "gfx_unittests" |
773 }, | 935 }, |
774 { | 936 { |
| 937 "test": "gl_unittests" |
| 938 }, |
| 939 { |
775 "test": "google_apis_unittests" | 940 "test": "google_apis_unittests" |
776 }, | 941 }, |
777 { | 942 { |
778 "swarming": { | 943 "swarming": { |
779 "can_use_on_swarming_builders": true | 944 "can_use_on_swarming_builders": true |
780 }, | 945 }, |
781 "test": "gpu_unittests" | 946 "test": "gpu_unittests" |
782 }, | 947 }, |
783 { | 948 { |
784 "swarming": { | 949 "swarming": { |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 "name": "telemetry_perf_unittests", | 1055 "name": "telemetry_perf_unittests", |
891 "script": "telemetry_perf_unittests.py" | 1056 "script": "telemetry_perf_unittests.py" |
892 }, | 1057 }, |
893 { | 1058 { |
894 "name": "nacl_integration", | 1059 "name": "nacl_integration", |
895 "script": "nacl_integration.py" | 1060 "script": "nacl_integration.py" |
896 } | 1061 } |
897 ] | 1062 ] |
898 } | 1063 } |
899 } | 1064 } |
OLD | NEW |