Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android Asan Builder Tests (dbg)": { | 2 "Android Asan Builder Tests (dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "args": [ | 5 "args": [ |
| 6 "--tool=asan" | 6 "--tool=asan" |
| 7 ], | 7 ], |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1244 "test": "sync_unit_tests" | 1244 "test": "sync_unit_tests" |
| 1245 }, | 1245 }, |
| 1246 { | 1246 { |
| 1247 "test": "ui_base_unittests" | 1247 "test": "ui_base_unittests" |
| 1248 }, | 1248 }, |
| 1249 { | 1249 { |
| 1250 "test": "unit_tests" | 1250 "test": "unit_tests" |
| 1251 }, | 1251 }, |
| 1252 { | 1252 { |
| 1253 "test": "url_unittests" | 1253 "test": "url_unittests" |
| 1254 }, | |
| 1255 { | |
| 1256 "test": "views_unittests" | |
| 1254 } | 1257 } |
| 1255 ], | 1258 ], |
| 1256 "scripts": [ | 1259 "scripts": [ |
| 1257 { | 1260 { |
| 1258 "name": "nacl_integration", | 1261 "name": "nacl_integration", |
| 1259 "script": "nacl_integration.py" | 1262 "script": "nacl_integration.py" |
| 1260 } | 1263 } |
| 1261 ] | 1264 ] |
| 1262 }, | 1265 }, |
| 1263 "Chromium Mac 10.11": { | 1266 "Chromium Mac 10.11": { |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1389 "test": "sync_unit_tests" | 1392 "test": "sync_unit_tests" |
| 1390 }, | 1393 }, |
| 1391 { | 1394 { |
| 1392 "test": "ui_base_unittests" | 1395 "test": "ui_base_unittests" |
| 1393 }, | 1396 }, |
| 1394 { | 1397 { |
| 1395 "test": "unit_tests" | 1398 "test": "unit_tests" |
| 1396 }, | 1399 }, |
| 1397 { | 1400 { |
| 1398 "test": "url_unittests" | 1401 "test": "url_unittests" |
| 1402 }, | |
| 1403 { | |
| 1404 "test": "views_unittests" | |
| 1399 } | 1405 } |
| 1400 ], | 1406 ], |
| 1401 "isolated_scripts": [ | 1407 "isolated_scripts": [ |
| 1402 { | 1408 { |
| 1403 "isolate_name": "telemetry_gpu_unittests", | 1409 "isolate_name": "telemetry_gpu_unittests", |
| 1404 "name": "telemetry_gpu_unittests", | 1410 "name": "telemetry_gpu_unittests", |
| 1405 "override_compile_targets": [ | 1411 "override_compile_targets": [ |
| 1406 "telemetry_gpu_unittests_run" | 1412 "telemetry_gpu_unittests_run" |
| 1407 ], | 1413 ], |
| 1408 "swarming": { | 1414 "swarming": { |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1565 "test": "sync_unit_tests" | 1571 "test": "sync_unit_tests" |
| 1566 }, | 1572 }, |
| 1567 { | 1573 { |
| 1568 "test": "ui_base_unittests" | 1574 "test": "ui_base_unittests" |
| 1569 }, | 1575 }, |
| 1570 { | 1576 { |
| 1571 "test": "unit_tests" | 1577 "test": "unit_tests" |
| 1572 }, | 1578 }, |
| 1573 { | 1579 { |
| 1574 "test": "url_unittests" | 1580 "test": "url_unittests" |
| 1581 }, | |
| 1582 { | |
| 1583 "test": "views_unittests" | |
| 1575 } | 1584 } |
| 1576 ], | 1585 ], |
| 1577 "scripts": [ | 1586 "scripts": [ |
| 1578 { | 1587 { |
| 1579 "name": "nacl_integration", | 1588 "name": "nacl_integration", |
| 1580 "script": "nacl_integration.py" | 1589 "script": "nacl_integration.py" |
| 1581 } | 1590 } |
| 1582 ] | 1591 ] |
| 1583 }, | 1592 }, |
| 1584 "ClangToTAndroidASan tester": { | 1593 "ClangToTAndroidASan tester": { |
| (...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2886 }, | 2895 }, |
| 2887 "test": "unit_tests" | 2896 "test": "unit_tests" |
| 2888 }, | 2897 }, |
| 2889 { | 2898 { |
| 2890 "swarming": { | 2899 "swarming": { |
| 2891 "can_use_on_swarming_builders": true | 2900 "can_use_on_swarming_builders": true |
| 2892 }, | 2901 }, |
| 2893 "test": "url_unittests" | 2902 "test": "url_unittests" |
| 2894 }, | 2903 }, |
| 2895 { | 2904 { |
| 2896 "swarming": { | 2905 "swarming": { |
|
sky
2016/06/24 16:24:35
How come you didn't set can_use_on_swarming_builde
tapted
2016/06/26 23:38:36
This was intentional - in some of the mac fyi buil
| |
| 2897 "can_use_on_swarming_builders": true | 2906 "can_use_on_swarming_builders": true |
| 2898 }, | 2907 }, |
| 2908 "test": "views_unittests" | |
| 2909 }, | |
| 2910 { | |
| 2911 "swarming": { | |
| 2912 "can_use_on_swarming_builders": true | |
| 2913 }, | |
| 2899 "test": "webkit_unit_tests" | 2914 "test": "webkit_unit_tests" |
| 2900 }, | 2915 }, |
| 2901 { | 2916 { |
| 2902 "swarming": { | 2917 "swarming": { |
| 2903 "can_use_on_swarming_builders": true | 2918 "can_use_on_swarming_builders": true |
| 2904 }, | 2919 }, |
| 2905 "test": "wtf_unittests" | 2920 "test": "wtf_unittests" |
| 2906 } | 2921 } |
| 2907 ], | 2922 ], |
| 2908 "isolated_scripts": [ | 2923 "isolated_scripts": [ |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3198 { | 3213 { |
| 3199 "swarming": { | 3214 "swarming": { |
| 3200 "can_use_on_swarming_builders": true | 3215 "can_use_on_swarming_builders": true |
| 3201 }, | 3216 }, |
| 3202 "test": "url_unittests" | 3217 "test": "url_unittests" |
| 3203 }, | 3218 }, |
| 3204 { | 3219 { |
| 3205 "swarming": { | 3220 "swarming": { |
| 3206 "can_use_on_swarming_builders": true | 3221 "can_use_on_swarming_builders": true |
| 3207 }, | 3222 }, |
| 3223 "test": "views_unittests" | |
| 3224 }, | |
| 3225 { | |
| 3226 "swarming": { | |
| 3227 "can_use_on_swarming_builders": true | |
| 3228 }, | |
| 3208 "test": "webkit_unit_tests" | 3229 "test": "webkit_unit_tests" |
| 3209 }, | 3230 }, |
| 3210 { | 3231 { |
| 3211 "swarming": { | 3232 "swarming": { |
| 3212 "can_use_on_swarming_builders": true | 3233 "can_use_on_swarming_builders": true |
| 3213 }, | 3234 }, |
| 3214 "test": "wtf_unittests" | 3235 "test": "wtf_unittests" |
| 3215 } | 3236 } |
| 3216 ], | 3237 ], |
| 3217 "scripts": [ | 3238 "scripts": [ |
| (...skipping 7254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10472 }, | 10493 }, |
| 10473 { | 10494 { |
| 10474 "swarming": { | 10495 "swarming": { |
| 10475 "can_use_on_swarming_builders": true | 10496 "can_use_on_swarming_builders": true |
| 10476 }, | 10497 }, |
| 10477 "test": "views_unittests" | 10498 "test": "views_unittests" |
| 10478 } | 10499 } |
| 10479 ] | 10500 ] |
| 10480 } | 10501 } |
| 10481 } | 10502 } |
| OLD | NEW |