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

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

Issue 2607973002: Remove Blimp from waterfall configurations and buildbot recipes. (Closed)
Patch Set: . Created 3 years, 11 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 | « testing/buildbot/chromium.android.fyi.json ('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 "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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "dimension_sets": [ 258 "dimension_sets": [
259 { 259 {
260 "android_devices": "4", 260 "android_devices": "4",
261 "device_type": "gce_x86" 261 "device_type": "gce_x86"
262 } 262 }
263 ] 263 ]
264 }, 264 },
265 "test": "base_unittests" 265 "test": "base_unittests"
266 }, 266 },
267 { 267 {
268 "override_compile_targets": [
269 "blimp_test_apk"
270 ],
271 "override_isolate_target": "blimp_test_apk",
272 "swarming": {
273 "can_use_on_swarming_builders": true,
274 "dimension_sets": [
275 {
276 "android_devices": "4",
277 "device_type": "gce_x86"
278 }
279 ],
280 "hard_timeout": 600
281 },
282 "test": "blimp_test_apk"
283 },
284 {
285 "override_isolate_target": "blimp_unittests",
286 "swarming": {
287 "can_use_on_swarming_builders": true,
288 "dimension_sets": [
289 {
290 "android_devices": "4",
291 "device_type": "gce_x86"
292 }
293 ]
294 },
295 "test": "blimp_unittests"
296 },
297 {
298 "override_isolate_target": "blink_heap_unittests", 268 "override_isolate_target": "blink_heap_unittests",
299 "swarming": { 269 "swarming": {
300 "can_use_on_swarming_builders": true, 270 "can_use_on_swarming_builders": true,
301 "dimension_sets": [ 271 "dimension_sets": [
302 { 272 {
303 "android_devices": "4", 273 "android_devices": "4",
304 "device_type": "gce_x86" 274 "device_type": "gce_x86"
305 } 275 }
306 ], 276 ],
307 "hard_timeout": 120 277 "hard_timeout": 120
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "dimension_sets": [ 899 "dimension_sets": [
930 { 900 {
931 "android_devices": "1", 901 "android_devices": "1",
932 "device_type": "coho" 902 "device_type": "coho"
933 } 903 }
934 ] 904 ]
935 }, 905 },
936 "test": "base_unittests" 906 "test": "base_unittests"
937 }, 907 },
938 { 908 {
939 "override_compile_targets": [
940 "blimp_test_apk"
941 ],
942 "override_isolate_target": "blimp_test_apk",
943 "swarming": {
944 "can_use_on_swarming_builders": true,
945 "dimension_sets": [
946 {
947 "android_devices": "1",
948 "device_type": "coho"
949 }
950 ]
951 },
952 "test": "blimp_test_apk"
953 },
954 {
955 "override_isolate_target": "blimp_unittests",
956 "swarming": {
957 "can_use_on_swarming_builders": true,
958 "dimension_sets": [
959 {
960 "android_devices": "1",
961 "device_type": "coho"
962 }
963 ]
964 },
965 "test": "blimp_unittests"
966 },
967 {
968 "override_isolate_target": "blink_heap_unittests", 909 "override_isolate_target": "blink_heap_unittests",
969 "swarming": { 910 "swarming": {
970 "can_use_on_swarming_builders": true, 911 "can_use_on_swarming_builders": true,
971 "dimension_sets": [ 912 "dimension_sets": [
972 { 913 {
973 "android_devices": "1", 914 "android_devices": "1",
974 "device_type": "coho" 915 "device_type": "coho"
975 } 916 }
976 ] 917 ]
977 }, 918 },
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 { 1507 {
1567 "android_devices": "1", 1508 "android_devices": "1",
1568 "device_type": "coho" 1509 "device_type": "coho"
1569 } 1510 }
1570 ] 1511 ]
1571 }, 1512 },
1572 "test": "wtf_unittests" 1513 "test": "wtf_unittests"
1573 } 1514 }
1574 ] 1515 ]
1575 }, 1516 },
1576 "Blimp Android Client": { 1517 "browser side navigation linux": {
Dirk Pranke 2017/01/04 02:54:20 You changed the capitalization of a bunch of build
1577 "gtest_tests": [
1578 {
1579 "override_compile_targets": [
1580 "blimp_test_apk"
1581 ],
1582 "override_isolate_target": "blimp_test_apk",
1583 "swarming": {
1584 "can_use_on_swarming_builders": true,
1585 "cipd_packages": [
1586 {
1587 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1588 "location": "bin",
1589 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 "
1590 }
1591 ],
1592 "dimension_sets": [
1593 {
1594 "android_devices": "4",
1595 "device_os": "MMB29Q",
1596 "device_type": "bullhead"
1597 }
1598 ],
1599 "hard_timeout": 960,
1600 "output_links": [
1601 {
1602 "link": [
1603 "https://luci-logdog.appspot.com/v/?s",
1604 "=android%2Fswarming%2Flogcats%2F",
1605 "${TASK_ID}%2F%2B%2Funified_logcats"
1606 ],
1607 "name": "shard #${SHARD_INDEX} logcats"
1608 }
1609 ]
1610 },
1611 "test": "blimp_test_apk"
1612 },
1613 {
1614 "override_isolate_target": "blimp_unittests",
1615 "swarming": {
1616 "can_use_on_swarming_builders": true,
1617 "cipd_packages": [
1618 {
1619 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1620 "location": "bin",
1621 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 "
1622 }
1623 ],
1624 "dimension_sets": [
1625 {
1626 "android_devices": "4",
1627 "device_os": "MMB29Q",
1628 "device_type": "bullhead"
1629 }
1630 ],
1631 "output_links": [
1632 {
1633 "link": [
1634 "https://luci-logdog.appspot.com/v/?s",
1635 "=android%2Fswarming%2Flogcats%2F",
1636 "${TASK_ID}%2F%2B%2Funified_logcats"
1637 ],
1638 "name": "shard #${SHARD_INDEX} logcats"
1639 }
1640 ]
1641 },
1642 "test": "blimp_unittests"
1643 }
1644 ]
1645 },
1646 "Blimp Linux Engine": {
1647 "gtest_tests": [
1648 {
1649 "swarming": {
1650 "can_use_on_swarming_builders": true
1651 },
1652 "test": "base_unittests"
1653 },
1654 {
1655 "swarming": {
1656 "can_use_on_swarming_builders": true
1657 },
1658 "test": "blimp_browsertests"
1659 },
1660 {
1661 "swarming": {
1662 "can_use_on_swarming_builders": true
1663 },
1664 "test": "blimp_unittests"
1665 },
1666 {
1667 "swarming": {
1668 "can_use_on_swarming_builders": true
1669 },
1670 "test": "content_unittests"
1671 },
1672 {
1673 "swarming": {
1674 "can_use_on_swarming_builders": true
1675 },
1676 "test": "ipc_tests"
1677 },
1678 {
1679 "swarming": {
1680 "can_use_on_swarming_builders": true
1681 },
1682 "test": "net_unittests"
1683 },
1684 {
1685 "swarming": {
1686 "can_use_on_swarming_builders": true
1687 },
1688 "test": "sandbox_linux_unittests"
1689 }
1690 ]
1691 },
1692 "Browser Side Navigation Linux": {
1693 "gtest_tests": [ 1518 "gtest_tests": [
1694 { 1519 {
1695 "args": [ 1520 "args": [
1696 "--enable-browser-side-navigation", 1521 "--enable-browser-side-navigation",
1697 "--test-launcher-retry-limit=6" 1522 "--test-launcher-retry-limit=6"
1698 ], 1523 ],
1699 "swarming": { 1524 "swarming": {
1700 "can_use_on_swarming_builders": true, 1525 "can_use_on_swarming_builders": true,
1701 "shards": 5 1526 "shards": 5
1702 }, 1527 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 { 1560 {
1736 "args": [ 1561 "args": [
1737 "content_browsertests", 1562 "content_browsertests",
1738 "../../testing/buildbot/filters/browser-side-navigation.linux.content_ browsertests.filter" 1563 "../../testing/buildbot/filters/browser-side-navigation.linux.content_ browsertests.filter"
1739 ], 1564 ],
1740 "name": "count_filtered_tests_content_browsertests", 1565 "name": "count_filtered_tests_content_browsertests",
1741 "script": "count_filtered_tests.py" 1566 "script": "count_filtered_tests.py"
1742 } 1567 }
1743 ] 1568 ]
1744 }, 1569 },
1745 "CFI Linux": { 1570 "cfi linux": {
1746 "gtest_tests": [ 1571 "gtest_tests": [
1747 { 1572 {
1748 "swarming": { 1573 "swarming": {
1749 "can_use_on_swarming_builders": true 1574 "can_use_on_swarming_builders": true
1750 }, 1575 },
1751 "test": "accessibility_unittests" 1576 "test": "accessibility_unittests"
1752 }, 1577 },
1753 { 1578 {
1754 "swarming": { 1579 "swarming": {
1755 "can_use_on_swarming_builders": true 1580 "can_use_on_swarming_builders": true
(...skipping 15 matching lines...) Expand all
1771 { 1596 {
1772 "swarming": { 1597 "swarming": {
1773 "can_use_on_swarming_builders": true 1598 "can_use_on_swarming_builders": true
1774 }, 1599 },
1775 "test": "base_unittests" 1600 "test": "base_unittests"
1776 }, 1601 },
1777 { 1602 {
1778 "swarming": { 1603 "swarming": {
1779 "can_use_on_swarming_builders": true 1604 "can_use_on_swarming_builders": true
1780 }, 1605 },
1781 "test": "blimp_unittests"
1782 },
1783 {
1784 "swarming": {
1785 "can_use_on_swarming_builders": true
1786 },
1787 "test": "blink_heap_unittests" 1606 "test": "blink_heap_unittests"
1788 }, 1607 },
1789 { 1608 {
1790 "swarming": { 1609 "swarming": {
1791 "can_use_on_swarming_builders": true 1610 "can_use_on_swarming_builders": true
1792 }, 1611 },
1793 "test": "blink_platform_unittests" 1612 "test": "blink_platform_unittests"
1794 }, 1613 },
1795 { 1614 {
1796 "swarming": { 1615 "swarming": {
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 "test": "wm_unittests" 1937 "test": "wm_unittests"
2119 }, 1938 },
2120 { 1939 {
2121 "swarming": { 1940 "swarming": {
2122 "can_use_on_swarming_builders": true 1941 "can_use_on_swarming_builders": true
2123 }, 1942 },
2124 "test": "wtf_unittests" 1943 "test": "wtf_unittests"
2125 } 1944 }
2126 ] 1945 ]
2127 }, 1946 },
2128 "CFI Linux Full": { 1947 "cfi linux full": {
2129 "gtest_tests": [ 1948 "gtest_tests": [
2130 { 1949 {
2131 "swarming": { 1950 "swarming": {
2132 "can_use_on_swarming_builders": true 1951 "can_use_on_swarming_builders": true
2133 }, 1952 },
2134 "test": "accessibility_unittests" 1953 "test": "accessibility_unittests"
2135 }, 1954 },
2136 { 1955 {
2137 "swarming": { 1956 "swarming": {
2138 "can_use_on_swarming_builders": true 1957 "can_use_on_swarming_builders": true
(...skipping 15 matching lines...) Expand all
2154 { 1973 {
2155 "swarming": { 1974 "swarming": {
2156 "can_use_on_swarming_builders": true 1975 "can_use_on_swarming_builders": true
2157 }, 1976 },
2158 "test": "base_unittests" 1977 "test": "base_unittests"
2159 }, 1978 },
2160 { 1979 {
2161 "swarming": { 1980 "swarming": {
2162 "can_use_on_swarming_builders": true 1981 "can_use_on_swarming_builders": true
2163 }, 1982 },
2164 "test": "blimp_unittests"
2165 },
2166 {
2167 "swarming": {
2168 "can_use_on_swarming_builders": true
2169 },
2170 "test": "blink_heap_unittests" 1983 "test": "blink_heap_unittests"
2171 }, 1984 },
2172 { 1985 {
2173 "swarming": { 1986 "swarming": {
2174 "can_use_on_swarming_builders": true 1987 "can_use_on_swarming_builders": true
2175 }, 1988 },
2176 "test": "blink_platform_unittests" 1989 "test": "blink_platform_unittests"
2177 }, 1990 },
2178 { 1991 {
2179 "swarming": { 1992 "swarming": {
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 "test": "wm_unittests" 2314 "test": "wm_unittests"
2502 }, 2315 },
2503 { 2316 {
2504 "swarming": { 2317 "swarming": {
2505 "can_use_on_swarming_builders": true 2318 "can_use_on_swarming_builders": true
2506 }, 2319 },
2507 "test": "wtf_unittests" 2320 "test": "wtf_unittests"
2508 } 2321 }
2509 ] 2322 ]
2510 }, 2323 },
2511 "CFI Linux ToT": { 2324 "cfi linux tot": {
2512 "gtest_tests": [ 2325 "gtest_tests": [
2513 { 2326 {
2514 "swarming": { 2327 "swarming": {
2515 "can_use_on_swarming_builders": true 2328 "can_use_on_swarming_builders": true
2516 }, 2329 },
2517 "test": "accessibility_unittests" 2330 "test": "accessibility_unittests"
2518 }, 2331 },
2519 { 2332 {
2520 "swarming": { 2333 "swarming": {
2521 "can_use_on_swarming_builders": true 2334 "can_use_on_swarming_builders": true
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 "test": "wm_unittests" 2691 "test": "wm_unittests"
2879 }, 2692 },
2880 { 2693 {
2881 "swarming": { 2694 "swarming": {
2882 "can_use_on_swarming_builders": true 2695 "can_use_on_swarming_builders": true
2883 }, 2696 },
2884 "test": "wtf_unittests" 2697 "test": "wtf_unittests"
2885 } 2698 }
2886 ] 2699 ]
2887 }, 2700 },
2888 "Chromium Mac 10.10 MacViews": { 2701 "chromium mac 10.10 macviews": {
2889 "gtest_tests": [ 2702 "gtest_tests": [
2890 { 2703 {
2891 "swarming": { 2704 "swarming": {
2892 "can_use_on_swarming_builders": false 2705 "can_use_on_swarming_builders": false
2893 }, 2706 },
2894 "test": "accessibility_unittests" 2707 "test": "accessibility_unittests"
2895 }, 2708 },
2896 { 2709 {
2897 "swarming": { 2710 "swarming": {
2898 "can_use_on_swarming_builders": false 2711 "can_use_on_swarming_builders": false
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3146 "test": "url_unittests" 2959 "test": "url_unittests"
3147 }, 2960 },
3148 { 2961 {
3149 "swarming": { 2962 "swarming": {
3150 "can_use_on_swarming_builders": false 2963 "can_use_on_swarming_builders": false
3151 }, 2964 },
3152 "test": "views_unittests" 2965 "test": "views_unittests"
3153 } 2966 }
3154 ] 2967 ]
3155 }, 2968 },
3156 "Chromium Mac 10.11": { 2969 "chromium mac 10.11": {
3157 "gtest_tests": [ 2970 "gtest_tests": [
3158 { 2971 {
3159 "swarming": { 2972 "swarming": {
3160 "can_use_on_swarming_builders": false 2973 "can_use_on_swarming_builders": false
3161 }, 2974 },
3162 "test": "accessibility_unittests" 2975 "test": "accessibility_unittests"
3163 }, 2976 },
3164 { 2977 {
3165 "swarming": { 2978 "swarming": {
3166 "can_use_on_swarming_builders": false 2979 "can_use_on_swarming_builders": false
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 "name": "telemetry_unittests", 3267 "name": "telemetry_unittests",
3455 "override_compile_targets": [ 3268 "override_compile_targets": [
3456 "telemetry_unittests_run" 3269 "telemetry_unittests_run"
3457 ], 3270 ],
3458 "swarming": { 3271 "swarming": {
3459 "can_use_on_swarming_builders": true 3272 "can_use_on_swarming_builders": true
3460 } 3273 }
3461 } 3274 }
3462 ] 3275 ]
3463 }, 3276 },
3464 "Chromium Mac 10.11 Force Mac Toolchain": { 3277 "chromium mac 10.11 force mac toolchain": {
3465 "gtest_tests": [ 3278 "gtest_tests": [
3466 { 3279 {
3467 "swarming": { 3280 "swarming": {
3468 "can_use_on_swarming_builders": false 3281 "can_use_on_swarming_builders": false
3469 }, 3282 },
3470 "test": "accessibility_unittests" 3283 "test": "accessibility_unittests"
3471 }, 3284 },
3472 { 3285 {
3473 "swarming": { 3286 "swarming": {
3474 "can_use_on_swarming_builders": false 3287 "can_use_on_swarming_builders": false
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3722 "test": "url_unittests" 3535 "test": "url_unittests"
3723 }, 3536 },
3724 { 3537 {
3725 "swarming": { 3538 "swarming": {
3726 "can_use_on_swarming_builders": false 3539 "can_use_on_swarming_builders": false
3727 }, 3540 },
3728 "test": "views_unittests" 3541 "test": "views_unittests"
3729 } 3542 }
3730 ] 3543 ]
3731 }, 3544 },
3732 "ClangToTAndroid x64": { 3545 "clangtotandroid x64": {
3733 "gtest_tests": [ 3546 "gtest_tests": [
3734 { 3547 {
3735 "override_compile_targets": [ 3548 "override_compile_targets": [
3736 "android_webview_test_apk" 3549 "android_webview_test_apk"
3737 ], 3550 ],
3738 "override_isolate_target": "android_webview_test_apk", 3551 "override_isolate_target": "android_webview_test_apk",
3739 "swarming": { 3552 "swarming": {
3740 "can_use_on_swarming_builders": true, 3553 "can_use_on_swarming_builders": true,
3741 "dimension_sets": [ 3554 "dimension_sets": [
3742 { 3555 {
(...skipping 24 matching lines...) Expand all
3767 "dimension_sets": [ 3580 "dimension_sets": [
3768 { 3581 {
3769 "android_devices": "1", 3582 "android_devices": "1",
3770 "device_type": "coho" 3583 "device_type": "coho"
3771 } 3584 }
3772 ] 3585 ]
3773 }, 3586 },
3774 "test": "base_unittests" 3587 "test": "base_unittests"
3775 }, 3588 },
3776 { 3589 {
3777 "override_compile_targets": [
3778 "blimp_test_apk"
3779 ],
3780 "override_isolate_target": "blimp_test_apk",
3781 "swarming": {
3782 "can_use_on_swarming_builders": true,
3783 "dimension_sets": [
3784 {
3785 "android_devices": "1",
3786 "device_type": "coho"
3787 }
3788 ]
3789 },
3790 "test": "blimp_test_apk"
3791 },
3792 {
3793 "override_isolate_target": "blimp_unittests",
3794 "swarming": {
3795 "can_use_on_swarming_builders": true,
3796 "dimension_sets": [
3797 {
3798 "android_devices": "1",
3799 "device_type": "coho"
3800 }
3801 ]
3802 },
3803 "test": "blimp_unittests"
3804 },
3805 {
3806 "override_isolate_target": "blink_heap_unittests", 3590 "override_isolate_target": "blink_heap_unittests",
3807 "swarming": { 3591 "swarming": {
3808 "can_use_on_swarming_builders": true, 3592 "can_use_on_swarming_builders": true,
3809 "dimension_sets": [ 3593 "dimension_sets": [
3810 { 3594 {
3811 "android_devices": "1", 3595 "android_devices": "1",
3812 "device_type": "coho" 3596 "device_type": "coho"
3813 } 3597 }
3814 ] 3598 ]
3815 }, 3599 },
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
4404 { 4188 {
4405 "android_devices": "1", 4189 "android_devices": "1",
4406 "device_type": "coho" 4190 "device_type": "coho"
4407 } 4191 }
4408 ] 4192 ]
4409 }, 4193 },
4410 "test": "wtf_unittests" 4194 "test": "wtf_unittests"
4411 } 4195 }
4412 ] 4196 ]
4413 }, 4197 },
4414 "ClangToTAndroidASan": { 4198 "clangtotandroidasan": {
4415 "gtest_tests": [ 4199 "gtest_tests": [
4416 { 4200 {
4417 "args": [ 4201 "args": [
4418 "--tool=asan" 4202 "--tool=asan"
4419 ], 4203 ],
4420 "swarming": { 4204 "swarming": {
4421 "can_use_on_swarming_builders": false 4205 "can_use_on_swarming_builders": false
4422 }, 4206 },
4423 "test": "base_unittests" 4207 "test": "base_unittests"
4424 }, 4208 },
4425 { 4209 {
4426 "args": [ 4210 "args": [
4427 "--tool=asan" 4211 "--tool=asan"
4428 ], 4212 ],
4429 "swarming": { 4213 "swarming": {
4430 "can_use_on_swarming_builders": false 4214 "can_use_on_swarming_builders": false
4431 }, 4215 },
4432 "test": "components_browsertests" 4216 "test": "components_browsertests"
4433 } 4217 }
4434 ], 4218 ],
4435 "junit_tests": [ 4219 "junit_tests": [
4436 { 4220 {
4437 "test": "base_junit_tests" 4221 "test": "base_junit_tests"
4438 } 4222 }
4439 ] 4223 ]
4440 }, 4224 },
4441 "ClangToTLinux tester": { 4225 "clangtotlinux tester": {
4442 "gtest_tests": [ 4226 "gtest_tests": [
4443 { 4227 {
4444 "swarming": { 4228 "swarming": {
4445 "can_use_on_swarming_builders": true 4229 "can_use_on_swarming_builders": true
4446 }, 4230 },
4447 "test": "accessibility_unittests" 4231 "test": "accessibility_unittests"
4448 }, 4232 },
4449 { 4233 {
4450 "swarming": { 4234 "swarming": {
4451 "can_use_on_swarming_builders": true 4235 "can_use_on_swarming_builders": true
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
4790 "test": "wtf_unittests" 4574 "test": "wtf_unittests"
4791 } 4575 }
4792 ], 4576 ],
4793 "scripts": [ 4577 "scripts": [
4794 { 4578 {
4795 "name": "nacl_integration", 4579 "name": "nacl_integration",
4796 "script": "nacl_integration.py" 4580 "script": "nacl_integration.py"
4797 } 4581 }
4798 ] 4582 ]
4799 }, 4583 },
4800 "ClangToTLinuxASan tester": { 4584 "clangtotlinuxasan tester": {
4801 "gtest_tests": [ 4585 "gtest_tests": [
4802 { 4586 {
4803 "swarming": { 4587 "swarming": {
4804 "can_use_on_swarming_builders": true 4588 "can_use_on_swarming_builders": true
4805 }, 4589 },
4806 "test": "accessibility_unittests" 4590 "test": "accessibility_unittests"
4807 }, 4591 },
4808 { 4592 {
4809 "swarming": { 4593 "swarming": {
4810 "can_use_on_swarming_builders": true 4594 "can_use_on_swarming_builders": true
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
5049 "test": "webkit_unit_tests" 4833 "test": "webkit_unit_tests"
5050 }, 4834 },
5051 { 4835 {
5052 "swarming": { 4836 "swarming": {
5053 "can_use_on_swarming_builders": true 4837 "can_use_on_swarming_builders": true
5054 }, 4838 },
5055 "test": "wtf_unittests" 4839 "test": "wtf_unittests"
5056 } 4840 }
5057 ] 4841 ]
5058 }, 4842 },
5059 "ClangToTLinuxLLD tester": { 4843 "clangtotlinuxlld tester": {
5060 "gtest_tests": [ 4844 "gtest_tests": [
5061 { 4845 {
5062 "swarming": { 4846 "swarming": {
5063 "can_use_on_swarming_builders": true 4847 "can_use_on_swarming_builders": true
5064 }, 4848 },
5065 "test": "accessibility_unittests" 4849 "test": "accessibility_unittests"
5066 }, 4850 },
5067 { 4851 {
5068 "swarming": { 4852 "swarming": {
5069 "can_use_on_swarming_builders": true 4853 "can_use_on_swarming_builders": true
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
5396 "test": "wtf_unittests" 5180 "test": "wtf_unittests"
5397 } 5181 }
5398 ], 5182 ],
5399 "scripts": [ 5183 "scripts": [
5400 { 5184 {
5401 "name": "nacl_integration", 5185 "name": "nacl_integration",
5402 "script": "nacl_integration.py" 5186 "script": "nacl_integration.py"
5403 } 5187 }
5404 ] 5188 ]
5405 }, 5189 },
5406 "ClangToTLinuxUBSanVptr tester": { 5190 "clangtotlinuxubsanvptr tester": {
5407 "gtest_tests": [ 5191 "gtest_tests": [
5408 { 5192 {
5409 "swarming": { 5193 "swarming": {
5410 "can_use_on_swarming_builders": true 5194 "can_use_on_swarming_builders": true
5411 }, 5195 },
5412 "test": "accessibility_unittests" 5196 "test": "accessibility_unittests"
5413 }, 5197 },
5414 { 5198 {
5415 "swarming": { 5199 "swarming": {
5416 "can_use_on_swarming_builders": true 5200 "can_use_on_swarming_builders": true
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
5635 "test": "webkit_unit_tests" 5419 "test": "webkit_unit_tests"
5636 }, 5420 },
5637 { 5421 {
5638 "swarming": { 5422 "swarming": {
5639 "can_use_on_swarming_builders": true 5423 "can_use_on_swarming_builders": true
5640 }, 5424 },
5641 "test": "wtf_unittests" 5425 "test": "wtf_unittests"
5642 } 5426 }
5643 ] 5427 ]
5644 }, 5428 },
5645 "ClangToTMac tester": { 5429 "clangtotmac tester": {
5646 "gtest_tests": [ 5430 "gtest_tests": [
5647 { 5431 {
5648 "swarming": { 5432 "swarming": {
5649 "can_use_on_swarming_builders": true 5433 "can_use_on_swarming_builders": true
5650 }, 5434 },
5651 "test": "accessibility_unittests" 5435 "test": "accessibility_unittests"
5652 }, 5436 },
5653 { 5437 {
5654 "swarming": { 5438 "swarming": {
5655 "can_use_on_swarming_builders": true 5439 "can_use_on_swarming_builders": true
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
5975 } 5759 }
5976 } 5760 }
5977 ], 5761 ],
5978 "scripts": [ 5762 "scripts": [
5979 { 5763 {
5980 "name": "nacl_integration", 5764 "name": "nacl_integration",
5981 "script": "nacl_integration.py" 5765 "script": "nacl_integration.py"
5982 } 5766 }
5983 ] 5767 ]
5984 }, 5768 },
5985 "ClangToTMacASan tester": { 5769 "clangtotmacasan tester": {
5986 "gtest_tests": [ 5770 "gtest_tests": [
5987 { 5771 {
5988 "swarming": { 5772 "swarming": {
5989 "can_use_on_swarming_builders": true 5773 "can_use_on_swarming_builders": true
5990 }, 5774 },
5991 "test": "accessibility_unittests" 5775 "test": "accessibility_unittests"
5992 }, 5776 },
5993 { 5777 {
5994 "swarming": { 5778 "swarming": {
5995 "can_use_on_swarming_builders": true 5779 "can_use_on_swarming_builders": true
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
6262 "test": "webkit_unit_tests" 6046 "test": "webkit_unit_tests"
6263 }, 6047 },
6264 { 6048 {
6265 "swarming": { 6049 "swarming": {
6266 "can_use_on_swarming_builders": true 6050 "can_use_on_swarming_builders": true
6267 }, 6051 },
6268 "test": "wtf_unittests" 6052 "test": "wtf_unittests"
6269 } 6053 }
6270 ] 6054 ]
6271 }, 6055 },
6272 "ClangToTWin tester": { 6056 "clangtotwin tester": {
6273 "gtest_tests": [ 6057 "gtest_tests": [
6274 { 6058 {
6275 "swarming": { 6059 "swarming": {
6276 "can_use_on_swarming_builders": true 6060 "can_use_on_swarming_builders": true
6277 }, 6061 },
6278 "test": "angle_unittests" 6062 "test": "angle_unittests"
6279 }, 6063 },
6280 { 6064 {
6281 "swarming": { 6065 "swarming": {
6282 "can_use_on_swarming_builders": true 6066 "can_use_on_swarming_builders": true
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
6537 "test": "webkit_unit_tests" 6321 "test": "webkit_unit_tests"
6538 }, 6322 },
6539 { 6323 {
6540 "swarming": { 6324 "swarming": {
6541 "can_use_on_swarming_builders": true 6325 "can_use_on_swarming_builders": true
6542 }, 6326 },
6543 "test": "wtf_unittests" 6327 "test": "wtf_unittests"
6544 } 6328 }
6545 ] 6329 ]
6546 }, 6330 },
6547 "ClangToTWin(dbg) tester": { 6331 "clangtotwin(dbg) tester": {
6548 "gtest_tests": [ 6332 "gtest_tests": [
6549 { 6333 {
6550 "swarming": { 6334 "swarming": {
6551 "can_use_on_swarming_builders": true 6335 "can_use_on_swarming_builders": true
6552 }, 6336 },
6553 "test": "angle_unittests" 6337 "test": "angle_unittests"
6554 }, 6338 },
6555 { 6339 {
6556 "swarming": { 6340 "swarming": {
6557 "can_use_on_swarming_builders": true 6341 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
6806 "test": "webkit_unit_tests" 6590 "test": "webkit_unit_tests"
6807 }, 6591 },
6808 { 6592 {
6809 "swarming": { 6593 "swarming": {
6810 "can_use_on_swarming_builders": true 6594 "can_use_on_swarming_builders": true
6811 }, 6595 },
6812 "test": "wtf_unittests" 6596 "test": "wtf_unittests"
6813 } 6597 }
6814 ] 6598 ]
6815 }, 6599 },
6816 "ClangToTWin(dll) tester": { 6600 "clangtotwin(dll) tester": {
6817 "gtest_tests": [ 6601 "gtest_tests": [
6818 { 6602 {
6819 "swarming": { 6603 "swarming": {
6820 "can_use_on_swarming_builders": true 6604 "can_use_on_swarming_builders": true
6821 }, 6605 },
6822 "test": "angle_unittests" 6606 "test": "angle_unittests"
6823 }, 6607 },
6824 { 6608 {
6825 "swarming": { 6609 "swarming": {
6826 "can_use_on_swarming_builders": true 6610 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7075 "test": "webkit_unit_tests" 6859 "test": "webkit_unit_tests"
7076 }, 6860 },
7077 { 6861 {
7078 "swarming": { 6862 "swarming": {
7079 "can_use_on_swarming_builders": true 6863 "can_use_on_swarming_builders": true
7080 }, 6864 },
7081 "test": "wtf_unittests" 6865 "test": "wtf_unittests"
7082 } 6866 }
7083 ] 6867 ]
7084 }, 6868 },
7085 "ClangToTWin64 tester": { 6869 "clangtotwin64 tester": {
7086 "gtest_tests": [ 6870 "gtest_tests": [
7087 { 6871 {
7088 "swarming": { 6872 "swarming": {
7089 "can_use_on_swarming_builders": true 6873 "can_use_on_swarming_builders": true
7090 }, 6874 },
7091 "test": "angle_unittests" 6875 "test": "angle_unittests"
7092 }, 6876 },
7093 { 6877 {
7094 "swarming": { 6878 "swarming": {
7095 "can_use_on_swarming_builders": true 6879 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7344 "test": "webkit_unit_tests" 7128 "test": "webkit_unit_tests"
7345 }, 7129 },
7346 { 7130 {
7347 "swarming": { 7131 "swarming": {
7348 "can_use_on_swarming_builders": true 7132 "can_use_on_swarming_builders": true
7349 }, 7133 },
7350 "test": "wtf_unittests" 7134 "test": "wtf_unittests"
7351 } 7135 }
7352 ] 7136 ]
7353 }, 7137 },
7354 "ClangToTWin64(dbg) tester": { 7138 "clangtotwin64(dbg) tester": {
7355 "gtest_tests": [ 7139 "gtest_tests": [
7356 { 7140 {
7357 "swarming": { 7141 "swarming": {
7358 "can_use_on_swarming_builders": true 7142 "can_use_on_swarming_builders": true
7359 }, 7143 },
7360 "test": "angle_unittests" 7144 "test": "angle_unittests"
7361 }, 7145 },
7362 { 7146 {
7363 "swarming": { 7147 "swarming": {
7364 "can_use_on_swarming_builders": true 7148 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7613 "test": "webkit_unit_tests" 7397 "test": "webkit_unit_tests"
7614 }, 7398 },
7615 { 7399 {
7616 "swarming": { 7400 "swarming": {
7617 "can_use_on_swarming_builders": true 7401 "can_use_on_swarming_builders": true
7618 }, 7402 },
7619 "test": "wtf_unittests" 7403 "test": "wtf_unittests"
7620 } 7404 }
7621 ] 7405 ]
7622 }, 7406 },
7623 "ClangToTWin64(dll) tester": { 7407 "clangtotwin64(dll) tester": {
7624 "gtest_tests": [ 7408 "gtest_tests": [
7625 { 7409 {
7626 "swarming": { 7410 "swarming": {
7627 "can_use_on_swarming_builders": true 7411 "can_use_on_swarming_builders": true
7628 }, 7412 },
7629 "test": "angle_unittests" 7413 "test": "angle_unittests"
7630 }, 7414 },
7631 { 7415 {
7632 "swarming": { 7416 "swarming": {
7633 "can_use_on_swarming_builders": true 7417 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7882 "test": "webkit_unit_tests" 7666 "test": "webkit_unit_tests"
7883 }, 7667 },
7884 { 7668 {
7885 "swarming": { 7669 "swarming": {
7886 "can_use_on_swarming_builders": true 7670 "can_use_on_swarming_builders": true
7887 }, 7671 },
7888 "test": "wtf_unittests" 7672 "test": "wtf_unittests"
7889 } 7673 }
7890 ] 7674 ]
7891 }, 7675 },
7892 "CrWinAsan tester": { 7676 "crwinasan tester": {
7893 "gtest_tests": [ 7677 "gtest_tests": [
7894 { 7678 {
7895 "swarming": { 7679 "swarming": {
7896 "can_use_on_swarming_builders": true 7680 "can_use_on_swarming_builders": true
7897 }, 7681 },
7898 "test": "angle_unittests" 7682 "test": "angle_unittests"
7899 }, 7683 },
7900 { 7684 {
7901 "swarming": { 7685 "swarming": {
7902 "can_use_on_swarming_builders": true 7686 "can_use_on_swarming_builders": true
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
8127 "test": "url_unittests" 7911 "test": "url_unittests"
8128 }, 7912 },
8129 { 7913 {
8130 "swarming": { 7914 "swarming": {
8131 "can_use_on_swarming_builders": true 7915 "can_use_on_swarming_builders": true
8132 }, 7916 },
8133 "test": "views_unittests" 7917 "test": "views_unittests"
8134 } 7918 }
8135 ] 7919 ]
8136 }, 7920 },
8137 "CrWinAsan(dll) tester": { 7921 "crwinasan(dll) tester": {
8138 "gtest_tests": [ 7922 "gtest_tests": [
8139 { 7923 {
8140 "swarming": { 7924 "swarming": {
8141 "can_use_on_swarming_builders": true 7925 "can_use_on_swarming_builders": true
8142 }, 7926 },
8143 "test": "angle_unittests" 7927 "test": "angle_unittests"
8144 }, 7928 },
8145 { 7929 {
8146 "swarming": { 7930 "swarming": {
8147 "can_use_on_swarming_builders": true 7931 "can_use_on_swarming_builders": true
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
8372 "test": "url_unittests" 8156 "test": "url_unittests"
8373 }, 8157 },
8374 { 8158 {
8375 "swarming": { 8159 "swarming": {
8376 "can_use_on_swarming_builders": true 8160 "can_use_on_swarming_builders": true
8377 }, 8161 },
8378 "test": "views_unittests" 8162 "test": "views_unittests"
8379 } 8163 }
8380 ] 8164 ]
8381 }, 8165 },
8382 "CrWinAsanCov tester": { 8166 "crwinasancov tester": {
8383 "gtest_tests": [ 8167 "gtest_tests": [
8384 { 8168 {
8385 "swarming": { 8169 "swarming": {
8386 "can_use_on_swarming_builders": true 8170 "can_use_on_swarming_builders": true
8387 }, 8171 },
8388 "test": "angle_unittests" 8172 "test": "angle_unittests"
8389 }, 8173 },
8390 { 8174 {
8391 "swarming": { 8175 "swarming": {
8392 "can_use_on_swarming_builders": true 8176 "can_use_on_swarming_builders": true
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
8598 "test": "url_unittests" 8382 "test": "url_unittests"
8599 }, 8383 },
8600 { 8384 {
8601 "swarming": { 8385 "swarming": {
8602 "can_use_on_swarming_builders": true 8386 "can_use_on_swarming_builders": true
8603 }, 8387 },
8604 "test": "views_unittests" 8388 "test": "views_unittests"
8605 } 8389 }
8606 ] 8390 ]
8607 }, 8391 },
8608 "CrWinClang tester": { 8392 "crwinclang tester": {
8609 "gtest_tests": [ 8393 "gtest_tests": [
8610 { 8394 {
8611 "swarming": { 8395 "swarming": {
8612 "can_use_on_swarming_builders": true 8396 "can_use_on_swarming_builders": true
8613 }, 8397 },
8614 "test": "angle_unittests" 8398 "test": "angle_unittests"
8615 }, 8399 },
8616 { 8400 {
8617 "swarming": { 8401 "swarming": {
8618 "can_use_on_swarming_builders": true 8402 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
8867 "test": "webkit_unit_tests" 8651 "test": "webkit_unit_tests"
8868 }, 8652 },
8869 { 8653 {
8870 "swarming": { 8654 "swarming": {
8871 "can_use_on_swarming_builders": true 8655 "can_use_on_swarming_builders": true
8872 }, 8656 },
8873 "test": "wtf_unittests" 8657 "test": "wtf_unittests"
8874 } 8658 }
8875 ] 8659 ]
8876 }, 8660 },
8877 "CrWinClang(dbg) tester": { 8661 "crwinclang(dbg) tester": {
8878 "gtest_tests": [ 8662 "gtest_tests": [
8879 { 8663 {
8880 "swarming": { 8664 "swarming": {
8881 "can_use_on_swarming_builders": true 8665 "can_use_on_swarming_builders": true
8882 }, 8666 },
8883 "test": "angle_unittests" 8667 "test": "angle_unittests"
8884 }, 8668 },
8885 { 8669 {
8886 "swarming": { 8670 "swarming": {
8887 "can_use_on_swarming_builders": true 8671 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
9136 "test": "webkit_unit_tests" 8920 "test": "webkit_unit_tests"
9137 }, 8921 },
9138 { 8922 {
9139 "swarming": { 8923 "swarming": {
9140 "can_use_on_swarming_builders": true 8924 "can_use_on_swarming_builders": true
9141 }, 8925 },
9142 "test": "wtf_unittests" 8926 "test": "wtf_unittests"
9143 } 8927 }
9144 ] 8928 ]
9145 }, 8929 },
9146 "CrWinClang(shared) tester": { 8930 "crwinclang(shared) tester": {
9147 "gtest_tests": [ 8931 "gtest_tests": [
9148 { 8932 {
9149 "swarming": { 8933 "swarming": {
9150 "can_use_on_swarming_builders": true 8934 "can_use_on_swarming_builders": true
9151 }, 8935 },
9152 "test": "angle_unittests" 8936 "test": "angle_unittests"
9153 }, 8937 },
9154 { 8938 {
9155 "swarming": { 8939 "swarming": {
9156 "can_use_on_swarming_builders": true 8940 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
9405 "test": "webkit_unit_tests" 9189 "test": "webkit_unit_tests"
9406 }, 9190 },
9407 { 9191 {
9408 "swarming": { 9192 "swarming": {
9409 "can_use_on_swarming_builders": true 9193 "can_use_on_swarming_builders": true
9410 }, 9194 },
9411 "test": "wtf_unittests" 9195 "test": "wtf_unittests"
9412 } 9196 }
9413 ] 9197 ]
9414 }, 9198 },
9415 "CrWinClang64 tester": { 9199 "crwinclang64 tester": {
9416 "gtest_tests": [ 9200 "gtest_tests": [
9417 { 9201 {
9418 "swarming": { 9202 "swarming": {
9419 "can_use_on_swarming_builders": true 9203 "can_use_on_swarming_builders": true
9420 }, 9204 },
9421 "test": "angle_unittests" 9205 "test": "angle_unittests"
9422 }, 9206 },
9423 { 9207 {
9424 "swarming": { 9208 "swarming": {
9425 "can_use_on_swarming_builders": true 9209 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
9674 "test": "webkit_unit_tests" 9458 "test": "webkit_unit_tests"
9675 }, 9459 },
9676 { 9460 {
9677 "swarming": { 9461 "swarming": {
9678 "can_use_on_swarming_builders": true 9462 "can_use_on_swarming_builders": true
9679 }, 9463 },
9680 "test": "wtf_unittests" 9464 "test": "wtf_unittests"
9681 } 9465 }
9682 ] 9466 ]
9683 }, 9467 },
9684 "CrWinClang64(dbg) tester": { 9468 "crwinclang64(dbg) tester": {
9685 "gtest_tests": [ 9469 "gtest_tests": [
9686 { 9470 {
9687 "swarming": { 9471 "swarming": {
9688 "can_use_on_swarming_builders": true 9472 "can_use_on_swarming_builders": true
9689 }, 9473 },
9690 "test": "angle_unittests" 9474 "test": "angle_unittests"
9691 }, 9475 },
9692 { 9476 {
9693 "swarming": { 9477 "swarming": {
9694 "can_use_on_swarming_builders": true 9478 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
9943 "test": "webkit_unit_tests" 9727 "test": "webkit_unit_tests"
9944 }, 9728 },
9945 { 9729 {
9946 "swarming": { 9730 "swarming": {
9947 "can_use_on_swarming_builders": true 9731 "can_use_on_swarming_builders": true
9948 }, 9732 },
9949 "test": "wtf_unittests" 9733 "test": "wtf_unittests"
9950 } 9734 }
9951 ] 9735 ]
9952 }, 9736 },
9953 "CrWinClang64(dll) tester": { 9737 "crwinclang64(dll) tester": {
9954 "gtest_tests": [ 9738 "gtest_tests": [
9955 { 9739 {
9956 "swarming": { 9740 "swarming": {
9957 "can_use_on_swarming_builders": true 9741 "can_use_on_swarming_builders": true
9958 }, 9742 },
9959 "test": "angle_unittests" 9743 "test": "angle_unittests"
9960 }, 9744 },
9961 { 9745 {
9962 "swarming": { 9746 "swarming": {
9963 "can_use_on_swarming_builders": true 9747 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
10212 "test": "webkit_unit_tests" 9996 "test": "webkit_unit_tests"
10213 }, 9997 },
10214 { 9998 {
10215 "swarming": { 9999 "swarming": {
10216 "can_use_on_swarming_builders": true 10000 "can_use_on_swarming_builders": true
10217 }, 10001 },
10218 "test": "wtf_unittests" 10002 "test": "wtf_unittests"
10219 } 10003 }
10220 ] 10004 ]
10221 }, 10005 },
10222 "CrWinClangLLD tester": { 10006 "crwinclanglld tester": {
10223 "gtest_tests": [ 10007 "gtest_tests": [
10224 { 10008 {
10225 "swarming": { 10009 "swarming": {
10226 "can_use_on_swarming_builders": true 10010 "can_use_on_swarming_builders": true
10227 }, 10011 },
10228 "test": "angle_unittests" 10012 "test": "angle_unittests"
10229 }, 10013 },
10230 { 10014 {
10231 "swarming": { 10015 "swarming": {
10232 "can_use_on_swarming_builders": true 10016 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
10481 "test": "webkit_unit_tests" 10265 "test": "webkit_unit_tests"
10482 }, 10266 },
10483 { 10267 {
10484 "swarming": { 10268 "swarming": {
10485 "can_use_on_swarming_builders": true 10269 "can_use_on_swarming_builders": true
10486 }, 10270 },
10487 "test": "wtf_unittests" 10271 "test": "wtf_unittests"
10488 } 10272 }
10489 ] 10273 ]
10490 }, 10274 },
10491 "CrWinClangLLD64 tester": { 10275 "crwinclanglld64 tester": {
10492 "gtest_tests": [ 10276 "gtest_tests": [
10493 { 10277 {
10494 "swarming": { 10278 "swarming": {
10495 "can_use_on_swarming_builders": true 10279 "can_use_on_swarming_builders": true
10496 }, 10280 },
10497 "test": "angle_unittests" 10281 "test": "angle_unittests"
10498 }, 10282 },
10499 { 10283 {
10500 "swarming": { 10284 "swarming": {
10501 "can_use_on_swarming_builders": true 10285 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
10750 "test": "webkit_unit_tests" 10534 "test": "webkit_unit_tests"
10751 }, 10535 },
10752 { 10536 {
10753 "swarming": { 10537 "swarming": {
10754 "can_use_on_swarming_builders": true 10538 "can_use_on_swarming_builders": true
10755 }, 10539 },
10756 "test": "wtf_unittests" 10540 "test": "wtf_unittests"
10757 } 10541 }
10758 ] 10542 ]
10759 }, 10543 },
10760 "CrWinClngLLD64dbg tester": { 10544 "crwinclnglld64dbg tester": {
10761 "gtest_tests": [ 10545 "gtest_tests": [
10762 { 10546 {
10763 "swarming": { 10547 "swarming": {
10764 "can_use_on_swarming_builders": true 10548 "can_use_on_swarming_builders": true
10765 }, 10549 },
10766 "test": "angle_unittests" 10550 "test": "angle_unittests"
10767 }, 10551 },
10768 { 10552 {
10769 "swarming": { 10553 "swarming": {
10770 "can_use_on_swarming_builders": true 10554 "can_use_on_swarming_builders": true
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
11013 "test": "webkit_unit_tests" 10797 "test": "webkit_unit_tests"
11014 }, 10798 },
11015 { 10799 {
11016 "swarming": { 10800 "swarming": {
11017 "can_use_on_swarming_builders": true 10801 "can_use_on_swarming_builders": true
11018 }, 10802 },
11019 "test": "wtf_unittests" 10803 "test": "wtf_unittests"
11020 } 10804 }
11021 ] 10805 ]
11022 }, 10806 },
11023 "CrWinClngLLDdbg tester": { 10807 "crwinclngllddbg tester": {
11024 "gtest_tests": [ 10808 "gtest_tests": [
11025 { 10809 {
11026 "swarming": { 10810 "swarming": {
11027 "can_use_on_swarming_builders": true 10811 "can_use_on_swarming_builders": true
11028 }, 10812 },
11029 "test": "angle_unittests" 10813 "test": "angle_unittests"
11030 }, 10814 },
11031 { 10815 {
11032 "swarming": { 10816 "swarming": {
11033 "can_use_on_swarming_builders": true 10817 "can_use_on_swarming_builders": true
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
11282 "test": "webkit_unit_tests" 11066 "test": "webkit_unit_tests"
11283 }, 11067 },
11284 { 11068 {
11285 "swarming": { 11069 "swarming": {
11286 "can_use_on_swarming_builders": true 11070 "can_use_on_swarming_builders": true
11287 }, 11071 },
11288 "test": "wtf_unittests" 11072 "test": "wtf_unittests"
11289 } 11073 }
11290 ] 11074 ]
11291 }, 11075 },
11292 "Headless Linux (dbg)": { 11076 "headless linux (dbg)": {
11293 "additional_compile_targets": [ 11077 "additional_compile_targets": [
11294 "headless_lib", 11078 "headless_lib",
11295 "headless_shell", 11079 "headless_shell",
11296 "headless_tests" 11080 "headless_tests"
11297 ], 11081 ],
11298 "gtest_tests": [ 11082 "gtest_tests": [
11299 { 11083 {
11300 "swarming": { 11084 "swarming": {
11301 "can_use_on_swarming_builders": false 11085 "can_use_on_swarming_builders": false
11302 }, 11086 },
11303 "test": "headless_browsertests" 11087 "test": "headless_browsertests"
11304 }, 11088 },
11305 { 11089 {
11306 "swarming": { 11090 "swarming": {
11307 "can_use_on_swarming_builders": false 11091 "can_use_on_swarming_builders": false
11308 }, 11092 },
11309 "test": "headless_unittests" 11093 "test": "headless_unittests"
11310 } 11094 }
11311 ], 11095 ],
11312 "scripts": [ 11096 "scripts": [
11313 { 11097 {
11314 "name": "headless_python_unittests", 11098 "name": "headless_python_unittests",
11315 "script": "headless_python_unittests.py" 11099 "script": "headless_python_unittests.py"
11316 } 11100 }
11317 ] 11101 ]
11318 }, 11102 },
11319 "LTO Linux": { 11103 "linux arm": {
11104 "gtest_tests": [
11105 {
11106 "args": [
11107 "--gtest_filter=*nacl*.*"
11108 ],
11109 "swarming": {
11110 "can_use_on_swarming_builders": true
11111 },
11112 "test": "browser_tests"
11113 },
11114 {
11115 "swarming": {
11116 "can_use_on_swarming_builders": true
11117 },
11118 "test": "nacl_helper_nonsfi_unittests"
11119 },
11120 {
11121 "swarming": {
11122 "can_use_on_swarming_builders": true
11123 },
11124 "test": "nacl_loader_unittests"
11125 },
11126 {
11127 "args": [
11128 "--test-launcher-print-test-stdio=always"
11129 ],
11130 "swarming": {
11131 "can_use_on_swarming_builders": true
11132 },
11133 "test": "sandbox_linux_unittests"
11134 }
11135 ]
11136 },
11137 "linux trusty": {
11320 "gtest_tests": [ 11138 "gtest_tests": [
11321 { 11139 {
11322 "swarming": { 11140 "swarming": {
11323 "can_use_on_swarming_builders": true 11141 "can_use_on_swarming_builders": true
11324 }, 11142 },
11325 "test": "accessibility_unittests" 11143 "test": "accessibility_unittests"
11326 }, 11144 },
11327 { 11145 {
11328 "swarming": { 11146 "swarming": {
11329 "can_use_on_swarming_builders": true 11147 "can_use_on_swarming_builders": true
11330 }, 11148 },
11331 "test": "angle_unittests"
11332 },
11333 {
11334 "swarming": {
11335 "can_use_on_swarming_builders": true
11336 },
11337 "test": "app_shell_unittests" 11149 "test": "app_shell_unittests"
11338 }, 11150 },
11339 { 11151 {
11340 "swarming": { 11152 "swarming": {
11341 "can_use_on_swarming_builders": true 11153 "can_use_on_swarming_builders": true
11342 }, 11154 },
11343 "test": "aura_unittests" 11155 "test": "aura_unittests"
11344 }, 11156 },
11345 { 11157 {
11346 "swarming": { 11158 "swarming": {
11347 "can_use_on_swarming_builders": true 11159 "can_use_on_swarming_builders": true
11348 }, 11160 },
11349 "test": "base_unittests" 11161 "test": "base_unittests"
11350 }, 11162 },
11351 { 11163 {
11352 "swarming": { 11164 "swarming": {
11353 "can_use_on_swarming_builders": true 11165 "can_use_on_swarming_builders": true
11354 }, 11166 },
11355 "test": "blimp_unittests"
11356 },
11357 {
11358 "swarming": {
11359 "can_use_on_swarming_builders": true
11360 },
11361 "test": "blink_heap_unittests"
11362 },
11363 {
11364 "swarming": {
11365 "can_use_on_swarming_builders": true
11366 },
11367 "test": "blink_platform_unittests"
11368 },
11369 {
11370 "args": [
11371 "--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements /0"
11372 ],
11373 "swarming": {
11374 "can_use_on_swarming_builders": true,
11375 "shards": 10
11376 },
11377 "test": "browser_tests" 11167 "test": "browser_tests"
11378 }, 11168 },
11379 { 11169 {
11380 "swarming": { 11170 "swarming": {
11381 "can_use_on_swarming_builders": true 11171 "can_use_on_swarming_builders": true
11382 }, 11172 },
11383 "test": "cacheinvalidation_unittests" 11173 "test": "cacheinvalidation_unittests"
11384 }, 11174 },
11385 { 11175 {
11386 "swarming": { 11176 "swarming": {
11387 "can_use_on_swarming_builders": true 11177 "can_use_on_swarming_builders": true
11388 }, 11178 },
11389 "test": "capture_unittests" 11179 "test": "capture_unittests"
11390 }, 11180 },
11391 { 11181 {
11392 "swarming": { 11182 "swarming": {
11393 "can_use_on_swarming_builders": true 11183 "can_use_on_swarming_builders": true
11394 }, 11184 },
11185 "test": "cast_unittests"
11186 },
11187 {
11188 "swarming": {
11189 "can_use_on_swarming_builders": true
11190 },
11395 "test": "cc_unittests" 11191 "test": "cc_unittests"
11396 }, 11192 },
11397 { 11193 {
11398 "swarming": { 11194 "swarming": {
11399 "can_use_on_swarming_builders": true 11195 "can_use_on_swarming_builders": true
11400 }, 11196 },
11401 "test": "chromedriver_unittests" 11197 "test": "chromedriver_unittests"
11402 }, 11198 },
11403 { 11199 {
11404 "swarming": { 11200 "swarming": {
11405 "can_use_on_swarming_builders": true
11406 },
11407 "test": "components_browsertests"
11408 },
11409 {
11410 "swarming": {
11411 "can_use_on_swarming_builders": true 11201 "can_use_on_swarming_builders": true
11412 }, 11202 },
11413 "test": "components_unittests" 11203 "test": "components_unittests"
11414 }, 11204 },
11415 { 11205 {
11416 "swarming": { 11206 "swarming": {
11417 "can_use_on_swarming_builders": true 11207 "can_use_on_swarming_builders": true
11418 }, 11208 },
11419 "test": "compositor_unittests" 11209 "test": "compositor_unittests"
11420 }, 11210 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
11457 { 11247 {
11458 "swarming": { 11248 "swarming": {
11459 "can_use_on_swarming_builders": true 11249 "can_use_on_swarming_builders": true
11460 }, 11250 },
11461 "test": "events_unittests" 11251 "test": "events_unittests"
11462 }, 11252 },
11463 { 11253 {
11464 "swarming": { 11254 "swarming": {
11465 "can_use_on_swarming_builders": true 11255 "can_use_on_swarming_builders": true
11466 }, 11256 },
11467 "test": "extensions_browsertests"
11468 },
11469 {
11470 "swarming": {
11471 "can_use_on_swarming_builders": true
11472 },
11473 "test": "extensions_unittests" 11257 "test": "extensions_unittests"
11474 }, 11258 },
11475 { 11259 {
11476 "swarming": { 11260 "swarming": {
11477 "can_use_on_swarming_builders": true 11261 "can_use_on_swarming_builders": true
11478 }, 11262 },
11479 "test": "gcm_unit_tests" 11263 "test": "gcm_unit_tests"
11480 }, 11264 },
11481 { 11265 {
11482 "swarming": { 11266 "swarming": {
11483 "can_use_on_swarming_builders": true 11267 "can_use_on_swarming_builders": true
11484 }, 11268 },
11485 "test": "gfx_unittests" 11269 "test": "gfx_unittests"
11486 }, 11270 },
11487 { 11271 {
11488 "swarming": { 11272 "swarming": {
11489 "can_use_on_swarming_builders": true 11273 "can_use_on_swarming_builders": true
11490 }, 11274 },
11491 "test": "gin_unittests"
11492 },
11493 {
11494 "swarming": {
11495 "can_use_on_swarming_builders": true
11496 },
11497 "test": "gl_unittests"
11498 },
11499 {
11500 "swarming": {
11501 "can_use_on_swarming_builders": true
11502 },
11503 "test": "gn_unittests"
11504 },
11505 {
11506 "swarming": {
11507 "can_use_on_swarming_builders": true
11508 },
11509 "test": "google_apis_unittests" 11275 "test": "google_apis_unittests"
11510 }, 11276 },
11511 { 11277 {
11512 "swarming": { 11278 "swarming": {
11513 "can_use_on_swarming_builders": true 11279 "can_use_on_swarming_builders": true
11514 }, 11280 },
11515 "test": "gpu_ipc_service_unittests"
11516 },
11517 {
11518 "swarming": {
11519 "can_use_on_swarming_builders": true
11520 },
11521 "test": "gpu_unittests" 11281 "test": "gpu_unittests"
11522 }, 11282 },
11523 { 11283 {
11524 "swarming": { 11284 "swarming": {
11525 "can_use_on_swarming_builders": true 11285 "can_use_on_swarming_builders": true
11526 }, 11286 },
11527 "test": "interactive_ui_tests" 11287 "test": "interactive_ui_tests"
11528 }, 11288 },
11529 { 11289 {
11530 "swarming": { 11290 "swarming": {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
11577 { 11337 {
11578 "swarming": { 11338 "swarming": {
11579 "can_use_on_swarming_builders": true 11339 "can_use_on_swarming_builders": true
11580 }, 11340 },
11581 "test": "mojo_system_unittests" 11341 "test": "mojo_system_unittests"
11582 }, 11342 },
11583 { 11343 {
11584 "swarming": { 11344 "swarming": {
11585 "can_use_on_swarming_builders": true 11345 "can_use_on_swarming_builders": true
11586 }, 11346 },
11347 "test": "nacl_helper_nonsfi_unittests"
11348 },
11349 {
11350 "swarming": {
11351 "can_use_on_swarming_builders": true
11352 },
11587 "test": "nacl_loader_unittests" 11353 "test": "nacl_loader_unittests"
11588 }, 11354 },
11589 { 11355 {
11590 "swarming": { 11356 "swarming": {
11591 "can_use_on_swarming_builders": true 11357 "can_use_on_swarming_builders": true
11592 }, 11358 },
11593 "test": "native_theme_unittests" 11359 "test": "native_theme_unittests"
11594 }, 11360 },
11595 { 11361 {
11596 "swarming": { 11362 "swarming": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
11667 { 11433 {
11668 "swarming": { 11434 "swarming": {
11669 "can_use_on_swarming_builders": true 11435 "can_use_on_swarming_builders": true
11670 }, 11436 },
11671 "test": "views_unittests" 11437 "test": "views_unittests"
11672 }, 11438 },
11673 { 11439 {
11674 "swarming": { 11440 "swarming": {
11675 "can_use_on_swarming_builders": true 11441 "can_use_on_swarming_builders": true
11676 }, 11442 },
11677 "test": "webkit_unit_tests"
11678 },
11679 {
11680 "swarming": {
11681 "can_use_on_swarming_builders": true
11682 },
11683 "test": "wm_unittests" 11443 "test": "wm_unittests"
11444 }
11445 ],
11446 "isolated_scripts": [
11447 {
11448 "isolate_name": "telemetry_gpu_unittests",
11449 "name": "telemetry_gpu_unittests",
11450 "override_compile_targets": [
11451 "telemetry_gpu_unittests_run"
11452 ],
11453 "swarming": {
11454 "can_use_on_swarming_builders": true
11455 }
11456 },
11457 {
11458 "args": [
11459 "--xvfb"
11460 ],
11461 "isolate_name": "telemetry_perf_unittests",
11462 "name": "telemetry_perf_unittests",
11463 "override_compile_targets": [
11464 "telemetry_perf_unittests_run"
11465 ],
11466 "swarming": {
11467 "can_use_on_swarming_builders": true,
11468 "hard_timeout": 960,
11469 "shards": 12
11470 }
11471 },
11472 {
11473 "isolate_name": "telemetry_unittests",
11474 "name": "telemetry_unittests",
11475 "override_compile_targets": [
11476 "telemetry_unittests_run"
11477 ],
11478 "swarming": {
11479 "can_use_on_swarming_builders": true
11480 }
11481 }
11482 ],
11483 "scripts": [
11484 {
11485 "name": "nacl_integration",
11486 "script": "nacl_integration.py"
11487 }
11488 ]
11489 },
11490 "linux trusty (32)": {
11491 "gtest_tests": [
11492 {
11493 "swarming": {
11494 "can_use_on_swarming_builders": false
11495 },
11496 "test": "accessibility_unittests"
11684 }, 11497 },
11685 { 11498 {
11686 "swarming": { 11499 "swarming": {
11687 "can_use_on_swarming_builders": true 11500 "can_use_on_swarming_builders": false
11688 }, 11501 },
11689 "test": "wtf_unittests" 11502 "test": "app_shell_unittests"
11690 } 11503 },
11691 ]
11692 },
11693 "Linux ARM": {
11694 "gtest_tests": [
11695 { 11504 {
11696 "args": [
11697 "--gtest_filter=*NaCl*.*"
11698 ],
11699 "swarming": { 11505 "swarming": {
11700 "can_use_on_swarming_builders": true 11506 "can_use_on_swarming_builders": false
11507 },
11508 "test": "aura_unittests"
11509 },
11510 {
11511 "swarming": {
11512 "can_use_on_swarming_builders": false
11513 },
11514 "test": "base_unittests"
11515 },
11516 {
11517 "swarming": {
11518 "can_use_on_swarming_builders": false
11701 }, 11519 },
11702 "test": "browser_tests" 11520 "test": "browser_tests"
11703 }, 11521 },
11704 { 11522 {
11705 "swarming": { 11523 "swarming": {
11706 "can_use_on_swarming_builders": true 11524 "can_use_on_swarming_builders": false
11707 },
11708 "test": "nacl_helper_nonsfi_unittests"
11709 },
11710 {
11711 "swarming": {
11712 "can_use_on_swarming_builders": true
11713 },
11714 "test": "nacl_loader_unittests"
11715 },
11716 {
11717 "args": [
11718 "--test-launcher-print-test-stdio=always"
11719 ],
11720 "swarming": {
11721 "can_use_on_swarming_builders": true
11722 },
11723 "test": "sandbox_linux_unittests"
11724 }
11725 ]
11726 },
11727 "Linux Trusty": {
11728 "gtest_tests": [
11729 {
11730 "swarming": {
11731 "can_use_on_swarming_builders": true
11732 },
11733 "test": "accessibility_unittests"
11734 },
11735 {
11736 "swarming": {
11737 "can_use_on_swarming_builders": true
11738 },
11739 "test": "app_shell_unittests"
11740 },
11741 {
11742 "swarming": {
11743 "can_use_on_swarming_builders": true
11744 },
11745 "test": "aura_unittests"
11746 },
11747 {
11748 "swarming": {
11749 "can_use_on_swarming_builders": true
11750 },
11751 "test": "base_unittests"
11752 },
11753 {
11754 "swarming": {
11755 "can_use_on_swarming_builders": true
11756 },
11757 "test": "browser_tests"
11758 },
11759 {
11760 "swarming": {
11761 "can_use_on_swarming_builders": true
11762 }, 11525 },
11763 "test": "cacheinvalidation_unittests" 11526 "test": "cacheinvalidation_unittests"
11764 }, 11527 },
11765 { 11528 {
11766 "swarming": { 11529 "swarming": {
11767 "can_use_on_swarming_builders": true 11530 "can_use_on_swarming_builders": false
11768 }, 11531 },
11769 "test": "capture_unittests" 11532 "test": "capture_unittests"
11770 }, 11533 },
11771 { 11534 {
11772 "swarming": { 11535 "swarming": {
11773 "can_use_on_swarming_builders": true 11536 "can_use_on_swarming_builders": false
11774 }, 11537 },
11775 "test": "cast_unittests" 11538 "test": "cast_unittests"
11776 }, 11539 },
11777 { 11540 {
11778 "swarming": { 11541 "swarming": {
11779 "can_use_on_swarming_builders": true 11542 "can_use_on_swarming_builders": false
11780 }, 11543 },
11781 "test": "cc_unittests" 11544 "test": "cc_unittests"
11782 }, 11545 },
11783 { 11546 {
11784 "swarming": { 11547 "swarming": {
11785 "can_use_on_swarming_builders": true 11548 "can_use_on_swarming_builders": false
11786 }, 11549 },
11787 "test": "chromedriver_unittests" 11550 "test": "chromedriver_unittests"
11788 }, 11551 },
11789 { 11552 {
11790 "swarming": { 11553 "swarming": {
11791 "can_use_on_swarming_builders": true 11554 "can_use_on_swarming_builders": false
11792 }, 11555 },
11793 "test": "components_unittests" 11556 "test": "components_unittests"
11794 }, 11557 },
11795 { 11558 {
11796 "swarming": { 11559 "swarming": {
11797 "can_use_on_swarming_builders": true 11560 "can_use_on_swarming_builders": false
11798 }, 11561 },
11799 "test": "compositor_unittests" 11562 "test": "compositor_unittests"
11800 }, 11563 },
11801 { 11564 {
11802 "swarming": { 11565 "swarming": {
11803 "can_use_on_swarming_builders": true 11566 "can_use_on_swarming_builders": false
11804 }, 11567 },
11805 "test": "content_browsertests" 11568 "test": "content_browsertests"
11806 }, 11569 },
11807 { 11570 {
11808 "swarming": { 11571 "swarming": {
11809 "can_use_on_swarming_builders": true 11572 "can_use_on_swarming_builders": false
11810 }, 11573 },
11811 "test": "content_unittests" 11574 "test": "content_unittests"
11812 }, 11575 },
11813 { 11576 {
11814 "swarming": { 11577 "swarming": {
11815 "can_use_on_swarming_builders": true 11578 "can_use_on_swarming_builders": false
11816 }, 11579 },
11817 "test": "crypto_unittests" 11580 "test": "crypto_unittests"
11818 }, 11581 },
11819 { 11582 {
11820 "swarming": { 11583 "swarming": {
11821 "can_use_on_swarming_builders": true 11584 "can_use_on_swarming_builders": false
11822 }, 11585 },
11823 "test": "dbus_unittests" 11586 "test": "dbus_unittests"
11824 }, 11587 },
11825 { 11588 {
11826 "swarming": { 11589 "swarming": {
11827 "can_use_on_swarming_builders": true 11590 "can_use_on_swarming_builders": false
11828 }, 11591 },
11829 "test": "device_unittests" 11592 "test": "device_unittests"
11830 }, 11593 },
11831 { 11594 {
11832 "swarming": { 11595 "swarming": {
11833 "can_use_on_swarming_builders": true 11596 "can_use_on_swarming_builders": true
11834 }, 11597 },
11835 "test": "display_unittests" 11598 "test": "display_unittests"
11836 }, 11599 },
11837 { 11600 {
11838 "swarming": { 11601 "swarming": {
11839 "can_use_on_swarming_builders": true 11602 "can_use_on_swarming_builders": false
11840 }, 11603 },
11841 "test": "events_unittests" 11604 "test": "events_unittests"
11842 }, 11605 },
11843 { 11606 {
11844 "swarming": { 11607 "swarming": {
11845 "can_use_on_swarming_builders": true 11608 "can_use_on_swarming_builders": false
11846 }, 11609 },
11847 "test": "extensions_unittests" 11610 "test": "extensions_unittests"
11848 }, 11611 },
11849 { 11612 {
11850 "swarming": { 11613 "swarming": {
11851 "can_use_on_swarming_builders": true 11614 "can_use_on_swarming_builders": false
11852 }, 11615 },
11853 "test": "gcm_unit_tests" 11616 "test": "gcm_unit_tests"
11854 }, 11617 },
11855 { 11618 {
11856 "swarming": { 11619 "swarming": {
11857 "can_use_on_swarming_builders": true 11620 "can_use_on_swarming_builders": false
11858 }, 11621 },
11859 "test": "gfx_unittests" 11622 "test": "gfx_unittests"
11860 }, 11623 },
11861 { 11624 {
11862 "swarming": { 11625 "swarming": {
11863 "can_use_on_swarming_builders": true 11626 "can_use_on_swarming_builders": false
11864 }, 11627 },
11865 "test": "google_apis_unittests" 11628 "test": "google_apis_unittests"
11866 }, 11629 },
11867 { 11630 {
11868 "swarming": { 11631 "swarming": {
11869 "can_use_on_swarming_builders": true 11632 "can_use_on_swarming_builders": false
11633 },
11634 "test": "gpu_ipc_service_unittests"
11635 },
11636 {
11637 "swarming": {
11638 "can_use_on_swarming_builders": false
11870 }, 11639 },
11871 "test": "gpu_unittests" 11640 "test": "gpu_unittests"
11872 }, 11641 },
11873 { 11642 {
11874 "swarming": { 11643 "swarming": {
11875 "can_use_on_swarming_builders": true 11644 "can_use_on_swarming_builders": false
11876 }, 11645 },
11877 "test": "interactive_ui_tests" 11646 "test": "interactive_ui_tests"
11878 }, 11647 },
11879 { 11648 {
11880 "swarming": { 11649 "swarming": {
11881 "can_use_on_swarming_builders": true 11650 "can_use_on_swarming_builders": false
11882 }, 11651 },
11883 "test": "ipc_tests" 11652 "test": "ipc_tests"
11884 }, 11653 },
11885 { 11654 {
11886 "swarming": { 11655 "swarming": {
11887 "can_use_on_swarming_builders": true 11656 "can_use_on_swarming_builders": false
11888 }, 11657 },
11889 "test": "jingle_unittests" 11658 "test": "jingle_unittests"
11890 }, 11659 },
11891 { 11660 {
11892 "swarming": { 11661 "swarming": {
11893 "can_use_on_swarming_builders": true 11662 "can_use_on_swarming_builders": false
11894 }, 11663 },
11895 "test": "media_blink_unittests" 11664 "test": "media_blink_unittests"
11896 }, 11665 },
11897 { 11666 {
11898 "swarming": { 11667 "swarming": {
11899 "can_use_on_swarming_builders": true 11668 "can_use_on_swarming_builders": false
11900 }, 11669 },
11901 "test": "media_unittests" 11670 "test": "media_unittests"
11902 }, 11671 },
11903 { 11672 {
11904 "swarming": { 11673 "swarming": {
11905 "can_use_on_swarming_builders": true 11674 "can_use_on_swarming_builders": false
11906 }, 11675 },
11907 "test": "midi_unittests" 11676 "test": "midi_unittests"
11908 }, 11677 },
11909 { 11678 {
11910 "swarming": { 11679 "swarming": {
11911 "can_use_on_swarming_builders": true 11680 "can_use_on_swarming_builders": false
11912 }, 11681 },
11913 "test": "mojo_common_unittests" 11682 "test": "mojo_common_unittests"
11914 }, 11683 },
11915 { 11684 {
11916 "swarming": { 11685 "swarming": {
11917 "can_use_on_swarming_builders": true 11686 "can_use_on_swarming_builders": false
11918 }, 11687 },
11919 "test": "mojo_public_bindings_unittests" 11688 "test": "mojo_public_bindings_unittests"
11920 }, 11689 },
11921 { 11690 {
11922 "swarming": { 11691 "swarming": {
11923 "can_use_on_swarming_builders": true 11692 "can_use_on_swarming_builders": true
11924 }, 11693 },
11925 "test": "mojo_public_system_unittests" 11694 "test": "mojo_public_system_unittests"
11926 }, 11695 },
11927 { 11696 {
11928 "swarming": { 11697 "swarming": {
11929 "can_use_on_swarming_builders": true 11698 "can_use_on_swarming_builders": false
11930 }, 11699 },
11931 "test": "mojo_system_unittests" 11700 "test": "mojo_system_unittests"
11932 }, 11701 },
11933 { 11702 {
11934 "swarming": { 11703 "swarming": {
11935 "can_use_on_swarming_builders": true 11704 "can_use_on_swarming_builders": false
11936 }, 11705 },
11937 "test": "nacl_helper_nonsfi_unittests" 11706 "test": "nacl_helper_nonsfi_unittests"
11938 }, 11707 },
11939 { 11708 {
11940 "swarming": { 11709 "swarming": {
11941 "can_use_on_swarming_builders": true 11710 "can_use_on_swarming_builders": false
11942 }, 11711 },
11943 "test": "nacl_loader_unittests" 11712 "test": "nacl_loader_unittests"
11944 }, 11713 },
11945 { 11714 {
11946 "swarming": { 11715 "swarming": {
11947 "can_use_on_swarming_builders": true 11716 "can_use_on_swarming_builders": false
11948 },
11949 "test": "native_theme_unittests"
11950 },
11951 {
11952 "swarming": {
11953 "can_use_on_swarming_builders": true
11954 }, 11717 },
11955 "test": "net_unittests" 11718 "test": "net_unittests"
11956 }, 11719 },
11957 { 11720 {
11958 "swarming": { 11721 "swarming": {
11959 "can_use_on_swarming_builders": true 11722 "can_use_on_swarming_builders": false
11960 }, 11723 },
11961 "test": "pdf_unittests" 11724 "test": "pdf_unittests"
11962 }, 11725 },
11963 { 11726 {
11964 "swarming": { 11727 "swarming": {
11965 "can_use_on_swarming_builders": true 11728 "can_use_on_swarming_builders": false
11966 }, 11729 },
11967 "test": "ppapi_unittests" 11730 "test": "ppapi_unittests"
11968 }, 11731 },
11969 { 11732 {
11970 "swarming": { 11733 "swarming": {
11971 "can_use_on_swarming_builders": true 11734 "can_use_on_swarming_builders": false
11972 }, 11735 },
11973 "test": "printing_unittests" 11736 "test": "printing_unittests"
11974 }, 11737 },
11975 { 11738 {
11976 "swarming": { 11739 "swarming": {
11977 "can_use_on_swarming_builders": true 11740 "can_use_on_swarming_builders": false
11978 }, 11741 },
11979 "test": "remoting_unittests" 11742 "test": "remoting_unittests"
11980 }, 11743 },
11981 { 11744 {
11982 "swarming": { 11745 "swarming": {
11983 "can_use_on_swarming_builders": true 11746 "can_use_on_swarming_builders": false
11984 }, 11747 },
11985 "test": "sandbox_linux_unittests" 11748 "test": "sandbox_linux_unittests"
11986 }, 11749 },
11987 { 11750 {
11988 "swarming": { 11751 "swarming": {
11989 "can_use_on_swarming_builders": true 11752 "can_use_on_swarming_builders": false
11990 }, 11753 },
11991 "test": "skia_unittests" 11754 "test": "skia_unittests"
11992 }, 11755 },
11993 { 11756 {
11994 "swarming": { 11757 "swarming": {
11995 "can_use_on_swarming_builders": true 11758 "can_use_on_swarming_builders": false
11996 }, 11759 },
11997 "test": "sql_unittests" 11760 "test": "sql_unittests"
11998 }, 11761 },
11999 { 11762 {
12000 "swarming": { 11763 "swarming": {
12001 "can_use_on_swarming_builders": true 11764 "can_use_on_swarming_builders": false
12002 }, 11765 },
12003 "test": "ui_base_unittests" 11766 "test": "ui_base_unittests"
12004 }, 11767 },
12005 { 11768 {
12006 "swarming": { 11769 "swarming": {
12007 "can_use_on_swarming_builders": true 11770 "can_use_on_swarming_builders": false
12008 }, 11771 },
12009 "test": "ui_touch_selection_unittests" 11772 "test": "ui_touch_selection_unittests"
12010 }, 11773 },
12011 { 11774 {
12012 "swarming": { 11775 "swarming": {
12013 "can_use_on_swarming_builders": true 11776 "can_use_on_swarming_builders": false
12014 }, 11777 },
12015 "test": "unit_tests" 11778 "test": "unit_tests"
12016 }, 11779 },
12017 { 11780 {
12018 "swarming": { 11781 "swarming": {
12019 "can_use_on_swarming_builders": true 11782 "can_use_on_swarming_builders": false
12020 }, 11783 },
12021 "test": "url_unittests" 11784 "test": "url_unittests"
12022 }, 11785 },
12023 { 11786 {
12024 "swarming": { 11787 "swarming": {
12025 "can_use_on_swarming_builders": true 11788 "can_use_on_swarming_builders": false
12026 }, 11789 },
12027 "test": "views_unittests" 11790 "test": "views_unittests"
12028 }, 11791 },
12029 { 11792 {
12030 "swarming": { 11793 "swarming": {
12031 "can_use_on_swarming_builders": true 11794 "can_use_on_swarming_builders": false
12032 }, 11795 },
12033 "test": "wm_unittests" 11796 "test": "wm_unittests"
12034 } 11797 }
12035 ], 11798 ],
12036 "isolated_scripts": [ 11799 "isolated_scripts": [
12037 { 11800 {
12038 "isolate_name": "telemetry_gpu_unittests", 11801 "isolate_name": "telemetry_gpu_unittests",
12039 "name": "telemetry_gpu_unittests", 11802 "name": "telemetry_gpu_unittests",
12040 "override_compile_targets": [ 11803 "override_compile_targets": [
12041 "telemetry_gpu_unittests_run" 11804 "telemetry_gpu_unittests_run"
(...skipping 28 matching lines...) Expand all
12070 } 11833 }
12071 } 11834 }
12072 ], 11835 ],
12073 "scripts": [ 11836 "scripts": [
12074 { 11837 {
12075 "name": "nacl_integration", 11838 "name": "nacl_integration",
12076 "script": "nacl_integration.py" 11839 "script": "nacl_integration.py"
12077 } 11840 }
12078 ] 11841 ]
12079 }, 11842 },
12080 "Linux Trusty (32)": { 11843 "linux trusty (dbg)": {
12081 "gtest_tests": [ 11844 "gtest_tests": [
12082 { 11845 {
11846 "swarming": {
11847 "can_use_on_swarming_builders": true
11848 },
12083 "test": "accessibility_unittests" 11849 "test": "accessibility_unittests"
12084 }, 11850 },
12085 { 11851 {
11852 "swarming": {
11853 "can_use_on_swarming_builders": true
11854 },
12086 "test": "app_shell_unittests" 11855 "test": "app_shell_unittests"
12087 }, 11856 },
12088 { 11857 {
11858 "swarming": {
11859 "can_use_on_swarming_builders": true
11860 },
12089 "test": "aura_unittests" 11861 "test": "aura_unittests"
12090 }, 11862 },
12091 { 11863 {
11864 "swarming": {
11865 "can_use_on_swarming_builders": true
11866 },
12092 "test": "base_unittests" 11867 "test": "base_unittests"
12093 }, 11868 },
12094 { 11869 {
11870 "swarming": {
11871 "can_use_on_swarming_builders": true
11872 },
12095 "test": "browser_tests" 11873 "test": "browser_tests"
12096 }, 11874 },
12097 { 11875 {
11876 "swarming": {
11877 "can_use_on_swarming_builders": true
11878 },
12098 "test": "cacheinvalidation_unittests" 11879 "test": "cacheinvalidation_unittests"
12099 }, 11880 },
12100 { 11881 {
11882 "swarming": {
11883 "can_use_on_swarming_builders": true
11884 },
12101 "test": "capture_unittests" 11885 "test": "capture_unittests"
12102 }, 11886 },
12103 { 11887 {
11888 "swarming": {
11889 "can_use_on_swarming_builders": true
11890 },
12104 "test": "cast_unittests" 11891 "test": "cast_unittests"
12105 }, 11892 },
12106 { 11893 {
11894 "swarming": {
11895 "can_use_on_swarming_builders": true
11896 },
12107 "test": "cc_unittests" 11897 "test": "cc_unittests"
12108 }, 11898 },
12109 { 11899 {
11900 "swarming": {
11901 "can_use_on_swarming_builders": true
11902 },
12110 "test": "chromedriver_unittests" 11903 "test": "chromedriver_unittests"
12111 }, 11904 },
12112 { 11905 {
11906 "swarming": {
11907 "can_use_on_swarming_builders": true
11908 },
12113 "test": "components_unittests" 11909 "test": "components_unittests"
12114 }, 11910 },
12115 { 11911 {
11912 "swarming": {
11913 "can_use_on_swarming_builders": true
11914 },
12116 "test": "compositor_unittests" 11915 "test": "compositor_unittests"
12117 }, 11916 },
12118 { 11917 {
11918 "swarming": {
11919 "can_use_on_swarming_builders": true
11920 },
12119 "test": "content_browsertests" 11921 "test": "content_browsertests"
12120 }, 11922 },
12121 { 11923 {
11924 "swarming": {
11925 "can_use_on_swarming_builders": true
11926 },
12122 "test": "content_unittests" 11927 "test": "content_unittests"
12123 }, 11928 },
12124 { 11929 {
11930 "swarming": {
11931 "can_use_on_swarming_builders": true
11932 },
12125 "test": "crypto_unittests" 11933 "test": "crypto_unittests"
12126 }, 11934 },
12127 { 11935 {
11936 "swarming": {
11937 "can_use_on_swarming_builders": true
11938 },
12128 "test": "dbus_unittests" 11939 "test": "dbus_unittests"
12129 }, 11940 },
12130 { 11941 {
11942 "swarming": {
11943 "can_use_on_swarming_builders": true
11944 },
12131 "test": "device_unittests" 11945 "test": "device_unittests"
12132 }, 11946 },
12133 { 11947 {
12134 "swarming": { 11948 "swarming": {
12135 "can_use_on_swarming_builders": true 11949 "can_use_on_swarming_builders": true
12136 }, 11950 },
12137 "test": "display_unittests" 11951 "test": "display_unittests"
12138 }, 11952 },
12139 { 11953 {
11954 "swarming": {
11955 "can_use_on_swarming_builders": true
11956 },
12140 "test": "events_unittests" 11957 "test": "events_unittests"
12141 }, 11958 },
12142 { 11959 {
11960 "swarming": {
11961 "can_use_on_swarming_builders": true
11962 },
12143 "test": "extensions_unittests" 11963 "test": "extensions_unittests"
12144 }, 11964 },
12145 { 11965 {
11966 "swarming": {
11967 "can_use_on_swarming_builders": true
11968 },
12146 "test": "gcm_unit_tests" 11969 "test": "gcm_unit_tests"
12147 }, 11970 },
12148 { 11971 {
11972 "swarming": {
11973 "can_use_on_swarming_builders": true
11974 },
12149 "test": "gfx_unittests" 11975 "test": "gfx_unittests"
12150 }, 11976 },
12151 { 11977 {
11978 "swarming": {
11979 "can_use_on_swarming_builders": true
11980 },
12152 "test": "google_apis_unittests" 11981 "test": "google_apis_unittests"
12153 }, 11982 },
12154 { 11983 {
11984 "swarming": {
11985 "can_use_on_swarming_builders": true
11986 },
12155 "test": "gpu_ipc_service_unittests" 11987 "test": "gpu_ipc_service_unittests"
12156 }, 11988 },
12157 { 11989 {
11990 "swarming": {
11991 "can_use_on_swarming_builders": true
11992 },
12158 "test": "gpu_unittests" 11993 "test": "gpu_unittests"
12159 }, 11994 },
12160 { 11995 {
11996 "swarming": {
11997 "can_use_on_swarming_builders": true
11998 },
12161 "test": "interactive_ui_tests" 11999 "test": "interactive_ui_tests"
12162 }, 12000 },
12163 { 12001 {
12002 "swarming": {
12003 "can_use_on_swarming_builders": true
12004 },
12164 "test": "ipc_tests" 12005 "test": "ipc_tests"
12165 }, 12006 },
12166 { 12007 {
12008 "swarming": {
12009 "can_use_on_swarming_builders": true
12010 },
12167 "test": "jingle_unittests" 12011 "test": "jingle_unittests"
12168 }, 12012 },
12169 { 12013 {
12014 "swarming": {
12015 "can_use_on_swarming_builders": true
12016 },
12017 "test": "media_blink_unittests"
12018 },
12019 {
12020 "swarming": {
12021 "can_use_on_swarming_builders": true
12022 },
12170 "test": "media_unittests" 12023 "test": "media_unittests"
12171 }, 12024 },
12172 { 12025 {
12173 "test": "media_blink_unittests" 12026 "swarming": {
12174 }, 12027 "can_use_on_swarming_builders": true
12175 { 12028 },
12176 "test": "midi_unittests" 12029 "test": "midi_unittests"
12177 }, 12030 },
12178 { 12031 {
12032 "swarming": {
12033 "can_use_on_swarming_builders": true
12034 },
12179 "test": "mojo_common_unittests" 12035 "test": "mojo_common_unittests"
12180 }, 12036 },
12181 { 12037 {
12038 "swarming": {
12039 "can_use_on_swarming_builders": true
12040 },
12182 "test": "mojo_public_bindings_unittests" 12041 "test": "mojo_public_bindings_unittests"
12183 }, 12042 },
12184 { 12043 {
12185 "swarming": { 12044 "swarming": {
12186 "can_use_on_swarming_builders": true 12045 "can_use_on_swarming_builders": true
12187 }, 12046 },
12188 "test": "mojo_public_system_unittests" 12047 "test": "mojo_public_system_unittests"
12189 }, 12048 },
12190 { 12049 {
12050 "swarming": {
12051 "can_use_on_swarming_builders": true
12052 },
12191 "test": "mojo_system_unittests" 12053 "test": "mojo_system_unittests"
12192 }, 12054 },
12193 { 12055 {
12056 "swarming": {
12057 "can_use_on_swarming_builders": true
12058 },
12194 "test": "nacl_helper_nonsfi_unittests" 12059 "test": "nacl_helper_nonsfi_unittests"
12195 }, 12060 },
12196 { 12061 {
12062 "swarming": {
12063 "can_use_on_swarming_builders": true
12064 },
12197 "test": "nacl_loader_unittests" 12065 "test": "nacl_loader_unittests"
12198 }, 12066 },
12199 { 12067 {
12068 "swarming": {
12069 "can_use_on_swarming_builders": true
12070 },
12071 "test": "native_theme_unittests"
12072 },
12073 {
12074 "swarming": {
12075 "can_use_on_swarming_builders": true
12076 },
12200 "test": "net_unittests" 12077 "test": "net_unittests"
12201 }, 12078 },
12202 { 12079 {
12080 "swarming": {
12081 "can_use_on_swarming_builders": true
12082 },
12203 "test": "pdf_unittests" 12083 "test": "pdf_unittests"
12204 }, 12084 },
12205 { 12085 {
12086 "swarming": {
12087 "can_use_on_swarming_builders": true
12088 },
12206 "test": "ppapi_unittests" 12089 "test": "ppapi_unittests"
12207 }, 12090 },
12208 { 12091 {
12092 "swarming": {
12093 "can_use_on_swarming_builders": true
12094 },
12209 "test": "printing_unittests" 12095 "test": "printing_unittests"
12210 }, 12096 },
12211 { 12097 {
12098 "swarming": {
12099 "can_use_on_swarming_builders": true
12100 },
12212 "test": "remoting_unittests" 12101 "test": "remoting_unittests"
12213 }, 12102 },
12214 { 12103 {
12104 "swarming": {
12105 "can_use_on_swarming_builders": true
12106 },
12215 "test": "sandbox_linux_unittests" 12107 "test": "sandbox_linux_unittests"
12216 }, 12108 },
12217 { 12109 {
12110 "swarming": {
12111 "can_use_on_swarming_builders": true
12112 },
12218 "test": "skia_unittests" 12113 "test": "skia_unittests"
12219 }, 12114 },
12220 { 12115 {
12116 "swarming": {
12117 "can_use_on_swarming_builders": true
12118 },
12221 "test": "sql_unittests" 12119 "test": "sql_unittests"
12222 }, 12120 },
12223 { 12121 {
12122 "swarming": {
12123 "can_use_on_swarming_builders": true
12124 },
12224 "test": "ui_base_unittests" 12125 "test": "ui_base_unittests"
12225 }, 12126 },
12226 { 12127 {
12128 "swarming": {
12129 "can_use_on_swarming_builders": true
12130 },
12227 "test": "ui_touch_selection_unittests" 12131 "test": "ui_touch_selection_unittests"
12228 }, 12132 },
12229 { 12133 {
12134 "swarming": {
12135 "can_use_on_swarming_builders": true
12136 },
12230 "test": "unit_tests" 12137 "test": "unit_tests"
12231 }, 12138 },
12232 { 12139 {
12140 "swarming": {
12141 "can_use_on_swarming_builders": true
12142 },
12233 "test": "url_unittests" 12143 "test": "url_unittests"
12234 }, 12144 },
12235 { 12145 {
12146 "swarming": {
12147 "can_use_on_swarming_builders": true
12148 },
12236 "test": "views_unittests" 12149 "test": "views_unittests"
12237 }, 12150 },
12238 { 12151 {
12152 "swarming": {
12153 "can_use_on_swarming_builders": true
12154 },
12239 "test": "wm_unittests" 12155 "test": "wm_unittests"
12240 } 12156 }
12241 ], 12157 ],
12242 "isolated_scripts": [ 12158 "isolated_scripts": [
12243 { 12159 {
12244 "isolate_name": "telemetry_gpu_unittests", 12160 "isolate_name": "telemetry_gpu_unittests",
12245 "name": "telemetry_gpu_unittests", 12161 "name": "telemetry_gpu_unittests",
12246 "override_compile_targets": [ 12162 "override_compile_targets": [
12247 "telemetry_gpu_unittests_run" 12163 "telemetry_gpu_unittests_run"
12248 ], 12164 ],
(...skipping 27 matching lines...) Expand all
12276 } 12192 }
12277 } 12193 }
12278 ], 12194 ],
12279 "scripts": [ 12195 "scripts": [
12280 { 12196 {
12281 "name": "nacl_integration", 12197 "name": "nacl_integration",
12282 "script": "nacl_integration.py" 12198 "script": "nacl_integration.py"
12283 } 12199 }
12284 ] 12200 ]
12285 }, 12201 },
12286 "Linux Trusty (dbg)": { 12202 "linux trusty (dbg)(32)": {
12287 "gtest_tests": [ 12203 "gtest_tests": [
12288 { 12204 {
12289 "swarming": { 12205 "swarming": {
12290 "can_use_on_swarming_builders": true 12206 "can_use_on_swarming_builders": false
12291 }, 12207 },
12292 "test": "accessibility_unittests" 12208 "test": "accessibility_unittests"
12293 }, 12209 },
12294 { 12210 {
12295 "swarming": { 12211 "swarming": {
12296 "can_use_on_swarming_builders": true 12212 "can_use_on_swarming_builders": false
12297 }, 12213 },
12298 "test": "app_shell_unittests" 12214 "test": "app_shell_unittests"
12299 }, 12215 },
12300 { 12216 {
12301 "swarming": { 12217 "swarming": {
12302 "can_use_on_swarming_builders": true 12218 "can_use_on_swarming_builders": false
12303 }, 12219 },
12304 "test": "aura_unittests" 12220 "test": "aura_unittests"
12305 }, 12221 },
12306 { 12222 {
12307 "swarming": { 12223 "swarming": {
12308 "can_use_on_swarming_builders": true 12224 "can_use_on_swarming_builders": false
12309 }, 12225 },
12310 "test": "base_unittests" 12226 "test": "base_unittests"
12311 }, 12227 },
12312 { 12228 {
12313 "swarming": { 12229 "swarming": {
12314 "can_use_on_swarming_builders": true 12230 "can_use_on_swarming_builders": false
12315 }, 12231 },
12316 "test": "browser_tests" 12232 "test": "browser_tests"
12317 }, 12233 },
12318 { 12234 {
12319 "swarming": { 12235 "swarming": {
12320 "can_use_on_swarming_builders": true 12236 "can_use_on_swarming_builders": false
12321 }, 12237 },
12322 "test": "cacheinvalidation_unittests" 12238 "test": "cacheinvalidation_unittests"
12323 }, 12239 },
12324 { 12240 {
12325 "swarming": { 12241 "swarming": {
12326 "can_use_on_swarming_builders": true 12242 "can_use_on_swarming_builders": false
12327 }, 12243 },
12328 "test": "capture_unittests" 12244 "test": "capture_unittests"
12329 }, 12245 },
12330 { 12246 {
12331 "swarming": { 12247 "swarming": {
12332 "can_use_on_swarming_builders": true 12248 "can_use_on_swarming_builders": false
12333 }, 12249 },
12334 "test": "cast_unittests" 12250 "test": "cast_unittests"
12335 }, 12251 },
12336 { 12252 {
12337 "swarming": { 12253 "swarming": {
12338 "can_use_on_swarming_builders": true 12254 "can_use_on_swarming_builders": false
12339 }, 12255 },
12340 "test": "cc_unittests" 12256 "test": "cc_unittests"
12341 }, 12257 },
12342 { 12258 {
12343 "swarming": { 12259 "swarming": {
12344 "can_use_on_swarming_builders": true 12260 "can_use_on_swarming_builders": false
12345 }, 12261 },
12346 "test": "chromedriver_unittests" 12262 "test": "chromedriver_unittests"
12347 }, 12263 },
12348 { 12264 {
12349 "swarming": { 12265 "swarming": {
12350 "can_use_on_swarming_builders": true 12266 "can_use_on_swarming_builders": false
12351 }, 12267 },
12352 "test": "components_unittests" 12268 "test": "components_unittests"
12353 }, 12269 },
12354 { 12270 {
12355 "swarming": { 12271 "swarming": {
12356 "can_use_on_swarming_builders": true 12272 "can_use_on_swarming_builders": false
12357 }, 12273 },
12358 "test": "compositor_unittests" 12274 "test": "compositor_unittests"
12359 }, 12275 },
12360 { 12276 {
12361 "swarming": { 12277 "swarming": {
12362 "can_use_on_swarming_builders": true 12278 "can_use_on_swarming_builders": false
12363 }, 12279 },
12364 "test": "content_browsertests" 12280 "test": "content_browsertests"
12365 }, 12281 },
12366 { 12282 {
12367 "swarming": { 12283 "swarming": {
12368 "can_use_on_swarming_builders": true 12284 "can_use_on_swarming_builders": false
12369 }, 12285 },
12370 "test": "content_unittests" 12286 "test": "content_unittests"
12371 }, 12287 },
12372 { 12288 {
12373 "swarming": { 12289 "swarming": {
12374 "can_use_on_swarming_builders": true 12290 "can_use_on_swarming_builders": false
12375 }, 12291 },
12376 "test": "crypto_unittests" 12292 "test": "crypto_unittests"
12377 }, 12293 },
12378 { 12294 {
12379 "swarming": { 12295 "swarming": {
12380 "can_use_on_swarming_builders": true 12296 "can_use_on_swarming_builders": false
12381 }, 12297 },
12382 "test": "dbus_unittests" 12298 "test": "dbus_unittests"
12383 }, 12299 },
12384 { 12300 {
12385 "swarming": { 12301 "swarming": {
12386 "can_use_on_swarming_builders": true 12302 "can_use_on_swarming_builders": false
12387 }, 12303 },
12388 "test": "device_unittests" 12304 "test": "device_unittests"
12389 }, 12305 },
12390 { 12306 {
12391 "swarming": { 12307 "swarming": {
12392 "can_use_on_swarming_builders": true 12308 "can_use_on_swarming_builders": false
12393 }, 12309 },
12394 "test": "display_unittests" 12310 "test": "display_unittests"
12395 }, 12311 },
12396 { 12312 {
12397 "swarming": { 12313 "swarming": {
12398 "can_use_on_swarming_builders": true 12314 "can_use_on_swarming_builders": false
12399 }, 12315 },
12400 "test": "events_unittests" 12316 "test": "events_unittests"
12401 }, 12317 },
12402 { 12318 {
12403 "swarming": { 12319 "swarming": {
12404 "can_use_on_swarming_builders": true 12320 "can_use_on_swarming_builders": false
12405 }, 12321 },
12406 "test": "extensions_unittests" 12322 "test": "extensions_unittests"
12407 }, 12323 },
12408 { 12324 {
12409 "swarming": { 12325 "swarming": {
12410 "can_use_on_swarming_builders": true 12326 "can_use_on_swarming_builders": false
12411 }, 12327 },
12412 "test": "gcm_unit_tests" 12328 "test": "gcm_unit_tests"
12413 }, 12329 },
12414 { 12330 {
12415 "swarming": { 12331 "swarming": {
12416 "can_use_on_swarming_builders": true 12332 "can_use_on_swarming_builders": false
12417 }, 12333 },
12418 "test": "gfx_unittests" 12334 "test": "gfx_unittests"
12419 }, 12335 },
12420 { 12336 {
12421 "swarming": { 12337 "swarming": {
12422 "can_use_on_swarming_builders": true 12338 "can_use_on_swarming_builders": false
12423 }, 12339 },
12424 "test": "google_apis_unittests" 12340 "test": "google_apis_unittests"
12425 }, 12341 },
12426 { 12342 {
12427 "swarming": { 12343 "swarming": {
12428 "can_use_on_swarming_builders": true 12344 "can_use_on_swarming_builders": false
12429 }, 12345 },
12430 "test": "gpu_ipc_service_unittests" 12346 "test": "gpu_ipc_service_unittests"
12431 }, 12347 },
12432 { 12348 {
12433 "swarming": { 12349 "swarming": {
12434 "can_use_on_swarming_builders": true 12350 "can_use_on_swarming_builders": false
12435 }, 12351 },
12436 "test": "gpu_unittests" 12352 "test": "gpu_unittests"
12437 }, 12353 },
12438 { 12354 {
12439 "swarming": { 12355 "swarming": {
12440 "can_use_on_swarming_builders": true 12356 "can_use_on_swarming_builders": false
12441 }, 12357 },
12442 "test": "interactive_ui_tests" 12358 "test": "interactive_ui_tests"
12443 }, 12359 },
12444 { 12360 {
12445 "swarming": { 12361 "swarming": {
12446 "can_use_on_swarming_builders": true 12362 "can_use_on_swarming_builders": false
12447 }, 12363 },
12448 "test": "ipc_tests" 12364 "test": "ipc_tests"
12449 }, 12365 },
12450 { 12366 {
12451 "swarming": { 12367 "swarming": {
12452 "can_use_on_swarming_builders": true 12368 "can_use_on_swarming_builders": false
12453 }, 12369 },
12454 "test": "jingle_unittests" 12370 "test": "jingle_unittests"
12455 }, 12371 },
12456 { 12372 {
12457 "swarming": { 12373 "swarming": {
12458 "can_use_on_swarming_builders": true 12374 "can_use_on_swarming_builders": false
12459 }, 12375 },
12460 "test": "media_blink_unittests" 12376 "test": "media_blink_unittests"
12461 }, 12377 },
12462 { 12378 {
12463 "swarming": { 12379 "swarming": {
12464 "can_use_on_swarming_builders": true 12380 "can_use_on_swarming_builders": false
12465 }, 12381 },
12466 "test": "media_unittests" 12382 "test": "media_unittests"
12467 }, 12383 },
12468 { 12384 {
12469 "swarming": { 12385 "swarming": {
12470 "can_use_on_swarming_builders": true 12386 "can_use_on_swarming_builders": false
12471 }, 12387 },
12472 "test": "midi_unittests" 12388 "test": "midi_unittests"
12473 }, 12389 },
12474 { 12390 {
12475 "swarming": { 12391 "swarming": {
12476 "can_use_on_swarming_builders": true 12392 "can_use_on_swarming_builders": false
12477 }, 12393 },
12478 "test": "mojo_common_unittests" 12394 "test": "mojo_common_unittests"
12479 }, 12395 },
12480 { 12396 {
12481 "swarming": { 12397 "swarming": {
12482 "can_use_on_swarming_builders": true 12398 "can_use_on_swarming_builders": false
12483 }, 12399 },
12484 "test": "mojo_public_bindings_unittests" 12400 "test": "mojo_public_bindings_unittests"
12485 }, 12401 },
12486 { 12402 {
12487 "swarming": { 12403 "swarming": {
12488 "can_use_on_swarming_builders": true 12404 "can_use_on_swarming_builders": false
12489 }, 12405 },
12490 "test": "mojo_public_system_unittests" 12406 "test": "mojo_public_system_unittests"
12491 }, 12407 },
12492 { 12408 {
12493 "swarming": { 12409 "swarming": {
12494 "can_use_on_swarming_builders": true 12410 "can_use_on_swarming_builders": false
12495 }, 12411 },
12496 "test": "mojo_system_unittests" 12412 "test": "mojo_system_unittests"
12497 }, 12413 },
12498 { 12414 {
12499 "swarming": { 12415 "swarming": {
12500 "can_use_on_swarming_builders": true 12416 "can_use_on_swarming_builders": false
12501 }, 12417 },
12502 "test": "nacl_helper_nonsfi_unittests" 12418 "test": "nacl_helper_nonsfi_unittests"
12503 }, 12419 },
12504 { 12420 {
12505 "swarming": { 12421 "swarming": {
12506 "can_use_on_swarming_builders": true 12422 "can_use_on_swarming_builders": false
12507 }, 12423 },
12508 "test": "nacl_loader_unittests" 12424 "test": "nacl_loader_unittests"
12509 }, 12425 },
12510 { 12426 {
12511 "swarming": { 12427 "swarming": {
12512 "can_use_on_swarming_builders": true 12428 "can_use_on_swarming_builders": false
12513 },
12514 "test": "native_theme_unittests"
12515 },
12516 {
12517 "swarming": {
12518 "can_use_on_swarming_builders": true
12519 }, 12429 },
12520 "test": "net_unittests" 12430 "test": "net_unittests"
12521 }, 12431 },
12522 { 12432 {
12523 "swarming": { 12433 "swarming": {
12524 "can_use_on_swarming_builders": true 12434 "can_use_on_swarming_builders": false
12525 }, 12435 },
12526 "test": "pdf_unittests" 12436 "test": "pdf_unittests"
12527 }, 12437 },
12528 { 12438 {
12529 "swarming": { 12439 "swarming": {
12530 "can_use_on_swarming_builders": true 12440 "can_use_on_swarming_builders": false
12531 }, 12441 },
12532 "test": "ppapi_unittests" 12442 "test": "ppapi_unittests"
12533 }, 12443 },
12534 { 12444 {
12535 "swarming": { 12445 "swarming": {
12536 "can_use_on_swarming_builders": true 12446 "can_use_on_swarming_builders": false
12537 }, 12447 },
12538 "test": "printing_unittests" 12448 "test": "printing_unittests"
12539 }, 12449 },
12540 { 12450 {
12541 "swarming": { 12451 "swarming": {
12542 "can_use_on_swarming_builders": true 12452 "can_use_on_swarming_builders": false
12543 }, 12453 },
12544 "test": "remoting_unittests" 12454 "test": "remoting_unittests"
12545 }, 12455 },
12546 { 12456 {
12547 "swarming": { 12457 "swarming": {
12548 "can_use_on_swarming_builders": true 12458 "can_use_on_swarming_builders": false
12549 }, 12459 },
12550 "test": "sandbox_linux_unittests" 12460 "test": "sandbox_linux_unittests"
12551 }, 12461 },
12552 { 12462 {
12553 "swarming": { 12463 "swarming": {
12554 "can_use_on_swarming_builders": true 12464 "can_use_on_swarming_builders": false
12555 }, 12465 },
12556 "test": "skia_unittests" 12466 "test": "skia_unittests"
12557 }, 12467 },
12558 { 12468 {
12559 "swarming": { 12469 "swarming": {
12560 "can_use_on_swarming_builders": true 12470 "can_use_on_swarming_builders": false
12561 }, 12471 },
12562 "test": "sql_unittests" 12472 "test": "sql_unittests"
12563 }, 12473 },
12564 { 12474 {
12565 "swarming": { 12475 "swarming": {
12566 "can_use_on_swarming_builders": true 12476 "can_use_on_swarming_builders": false
12567 }, 12477 },
12568 "test": "ui_base_unittests" 12478 "test": "ui_base_unittests"
12569 }, 12479 },
12570 { 12480 {
12571 "swarming": { 12481 "swarming": {
12572 "can_use_on_swarming_builders": true 12482 "can_use_on_swarming_builders": false
12573 }, 12483 },
12574 "test": "ui_touch_selection_unittests" 12484 "test": "ui_touch_selection_unittests"
12575 }, 12485 },
12576 { 12486 {
12577 "swarming": { 12487 "swarming": {
12578 "can_use_on_swarming_builders": true 12488 "can_use_on_swarming_builders": false
12579 }, 12489 },
12580 "test": "unit_tests" 12490 "test": "unit_tests"
12581 }, 12491 },
12582 { 12492 {
12583 "swarming": { 12493 "swarming": {
12584 "can_use_on_swarming_builders": true 12494 "can_use_on_swarming_builders": false
12585 }, 12495 },
12586 "test": "url_unittests" 12496 "test": "url_unittests"
12587 }, 12497 },
12588 { 12498 {
12589 "swarming": { 12499 "swarming": {
12590 "can_use_on_swarming_builders": true 12500 "can_use_on_swarming_builders": false
12591 }, 12501 },
12592 "test": "views_unittests" 12502 "test": "views_unittests"
12593 }, 12503 },
12594 { 12504 {
12595 "swarming": { 12505 "swarming": {
12596 "can_use_on_swarming_builders": true 12506 "can_use_on_swarming_builders": false
12597 }, 12507 },
12598 "test": "wm_unittests" 12508 "test": "wm_unittests"
12599 } 12509 }
12600 ], 12510 ],
12601 "isolated_scripts": [ 12511 "isolated_scripts": [
12602 { 12512 {
12603 "isolate_name": "telemetry_gpu_unittests", 12513 "isolate_name": "telemetry_gpu_unittests",
12604 "name": "telemetry_gpu_unittests", 12514 "name": "telemetry_gpu_unittests",
12605 "override_compile_targets": [ 12515 "override_compile_targets": [
12606 "telemetry_gpu_unittests_run" 12516 "telemetry_gpu_unittests_run"
(...skipping 28 matching lines...) Expand all
12635 } 12545 }
12636 } 12546 }
12637 ], 12547 ],
12638 "scripts": [ 12548 "scripts": [
12639 { 12549 {
12640 "name": "nacl_integration", 12550 "name": "nacl_integration",
12641 "script": "nacl_integration.py" 12551 "script": "nacl_integration.py"
12642 } 12552 }
12643 ] 12553 ]
12644 }, 12554 },
12645 "Linux Trusty (dbg)(32)": { 12555 "lto linux": {
12646 "gtest_tests": [ 12556 "gtest_tests": [
12647 { 12557 {
12558 "swarming": {
12559 "can_use_on_swarming_builders": true
12560 },
12648 "test": "accessibility_unittests" 12561 "test": "accessibility_unittests"
12649 }, 12562 },
12650 { 12563 {
12564 "swarming": {
12565 "can_use_on_swarming_builders": true
12566 },
12567 "test": "angle_unittests"
12568 },
12569 {
12570 "swarming": {
12571 "can_use_on_swarming_builders": true
12572 },
12651 "test": "app_shell_unittests" 12573 "test": "app_shell_unittests"
12652 }, 12574 },
12653 { 12575 {
12576 "swarming": {
12577 "can_use_on_swarming_builders": true
12578 },
12654 "test": "aura_unittests" 12579 "test": "aura_unittests"
12655 }, 12580 },
12656 { 12581 {
12582 "swarming": {
12583 "can_use_on_swarming_builders": true
12584 },
12657 "test": "base_unittests" 12585 "test": "base_unittests"
12658 }, 12586 },
12659 { 12587 {
12588 "swarming": {
12589 "can_use_on_swarming_builders": true
12590 },
12591 "test": "blink_heap_unittests"
12592 },
12593 {
12594 "swarming": {
12595 "can_use_on_swarming_builders": true
12596 },
12597 "test": "blink_platform_unittests"
12598 },
12599 {
12600 "args": [
12601 "--gtest_filter=-savetype/savepagemultiframebrowsertest.objectelements /0"
12602 ],
12603 "swarming": {
12604 "can_use_on_swarming_builders": true,
12605 "shards": 10
12606 },
12660 "test": "browser_tests" 12607 "test": "browser_tests"
12661 }, 12608 },
12662 { 12609 {
12610 "swarming": {
12611 "can_use_on_swarming_builders": true
12612 },
12663 "test": "cacheinvalidation_unittests" 12613 "test": "cacheinvalidation_unittests"
12664 }, 12614 },
12665 { 12615 {
12616 "swarming": {
12617 "can_use_on_swarming_builders": true
12618 },
12666 "test": "capture_unittests" 12619 "test": "capture_unittests"
12667 }, 12620 },
12668 { 12621 {
12669 "test": "cast_unittests" 12622 "swarming": {
12670 }, 12623 "can_use_on_swarming_builders": true
12671 { 12624 },
12672 "test": "cc_unittests" 12625 "test": "cc_unittests"
12673 }, 12626 },
12674 { 12627 {
12628 "swarming": {
12629 "can_use_on_swarming_builders": true
12630 },
12675 "test": "chromedriver_unittests" 12631 "test": "chromedriver_unittests"
12676 }, 12632 },
12677 { 12633 {
12634 "swarming": {
12635 "can_use_on_swarming_builders": true
12636 },
12637 "test": "components_browsertests"
12638 },
12639 {
12640 "swarming": {
12641 "can_use_on_swarming_builders": true
12642 },
12678 "test": "components_unittests" 12643 "test": "components_unittests"
12679 }, 12644 },
12680 { 12645 {
12646 "swarming": {
12647 "can_use_on_swarming_builders": true
12648 },
12681 "test": "compositor_unittests" 12649 "test": "compositor_unittests"
12682 }, 12650 },
12683 { 12651 {
12652 "swarming": {
12653 "can_use_on_swarming_builders": true
12654 },
12684 "test": "content_browsertests" 12655 "test": "content_browsertests"
12685 }, 12656 },
12686 { 12657 {
12658 "swarming": {
12659 "can_use_on_swarming_builders": true
12660 },
12687 "test": "content_unittests" 12661 "test": "content_unittests"
12688 }, 12662 },
12689 { 12663 {
12664 "swarming": {
12665 "can_use_on_swarming_builders": true
12666 },
12690 "test": "crypto_unittests" 12667 "test": "crypto_unittests"
12691 }, 12668 },
12692 { 12669 {
12670 "swarming": {
12671 "can_use_on_swarming_builders": true
12672 },
12693 "test": "dbus_unittests" 12673 "test": "dbus_unittests"
12694 }, 12674 },
12695 { 12675 {
12676 "swarming": {
12677 "can_use_on_swarming_builders": true
12678 },
12696 "test": "device_unittests" 12679 "test": "device_unittests"
12697 }, 12680 },
12698 { 12681 {
12682 "swarming": {
12683 "can_use_on_swarming_builders": true
12684 },
12699 "test": "display_unittests" 12685 "test": "display_unittests"
12700 }, 12686 },
12701 { 12687 {
12688 "swarming": {
12689 "can_use_on_swarming_builders": true
12690 },
12702 "test": "events_unittests" 12691 "test": "events_unittests"
12703 }, 12692 },
12704 { 12693 {
12694 "swarming": {
12695 "can_use_on_swarming_builders": true
12696 },
12697 "test": "extensions_browsertests"
12698 },
12699 {
12700 "swarming": {
12701 "can_use_on_swarming_builders": true
12702 },
12705 "test": "extensions_unittests" 12703 "test": "extensions_unittests"
12706 }, 12704 },
12707 { 12705 {
12706 "swarming": {
12707 "can_use_on_swarming_builders": true
12708 },
12708 "test": "gcm_unit_tests" 12709 "test": "gcm_unit_tests"
12709 }, 12710 },
12710 { 12711 {
12712 "swarming": {
12713 "can_use_on_swarming_builders": true
12714 },
12711 "test": "gfx_unittests" 12715 "test": "gfx_unittests"
12712 }, 12716 },
12713 { 12717 {
12718 "swarming": {
12719 "can_use_on_swarming_builders": true
12720 },
12721 "test": "gin_unittests"
12722 },
12723 {
12724 "swarming": {
12725 "can_use_on_swarming_builders": true
12726 },
12727 "test": "gl_unittests"
12728 },
12729 {
12730 "swarming": {
12731 "can_use_on_swarming_builders": true
12732 },
12733 "test": "gn_unittests"
12734 },
12735 {
12736 "swarming": {
12737 "can_use_on_swarming_builders": true
12738 },
12714 "test": "google_apis_unittests" 12739 "test": "google_apis_unittests"
12715 }, 12740 },
12716 { 12741 {
12742 "swarming": {
12743 "can_use_on_swarming_builders": true
12744 },
12717 "test": "gpu_ipc_service_unittests" 12745 "test": "gpu_ipc_service_unittests"
12718 }, 12746 },
12719 { 12747 {
12748 "swarming": {
12749 "can_use_on_swarming_builders": true
12750 },
12720 "test": "gpu_unittests" 12751 "test": "gpu_unittests"
12721 }, 12752 },
12722 { 12753 {
12754 "swarming": {
12755 "can_use_on_swarming_builders": true
12756 },
12723 "test": "interactive_ui_tests" 12757 "test": "interactive_ui_tests"
12724 }, 12758 },
12725 { 12759 {
12760 "swarming": {
12761 "can_use_on_swarming_builders": true
12762 },
12726 "test": "ipc_tests" 12763 "test": "ipc_tests"
12727 }, 12764 },
12728 { 12765 {
12766 "swarming": {
12767 "can_use_on_swarming_builders": true
12768 },
12729 "test": "jingle_unittests" 12769 "test": "jingle_unittests"
12730 }, 12770 },
12731 { 12771 {
12772 "swarming": {
12773 "can_use_on_swarming_builders": true
12774 },
12775 "test": "media_blink_unittests"
12776 },
12777 {
12778 "swarming": {
12779 "can_use_on_swarming_builders": true
12780 },
12732 "test": "media_unittests" 12781 "test": "media_unittests"
12733 }, 12782 },
12734 { 12783 {
12735 "test": "media_blink_unittests" 12784 "swarming": {
12736 }, 12785 "can_use_on_swarming_builders": true
12737 { 12786 },
12738 "test": "midi_unittests" 12787 "test": "midi_unittests"
12739 }, 12788 },
12740 { 12789 {
12790 "swarming": {
12791 "can_use_on_swarming_builders": true
12792 },
12741 "test": "mojo_common_unittests" 12793 "test": "mojo_common_unittests"
12742 }, 12794 },
12743 { 12795 {
12796 "swarming": {
12797 "can_use_on_swarming_builders": true
12798 },
12744 "test": "mojo_public_bindings_unittests" 12799 "test": "mojo_public_bindings_unittests"
12745 }, 12800 },
12746 { 12801 {
12802 "swarming": {
12803 "can_use_on_swarming_builders": true
12804 },
12747 "test": "mojo_public_system_unittests" 12805 "test": "mojo_public_system_unittests"
12748 }, 12806 },
12749 { 12807 {
12808 "swarming": {
12809 "can_use_on_swarming_builders": true
12810 },
12750 "test": "mojo_system_unittests" 12811 "test": "mojo_system_unittests"
12751 }, 12812 },
12752 { 12813 {
12753 "test": "nacl_helper_nonsfi_unittests" 12814 "swarming": {
12754 }, 12815 "can_use_on_swarming_builders": true
12755 { 12816 },
12756 "test": "nacl_loader_unittests" 12817 "test": "nacl_loader_unittests"
12757 }, 12818 },
12758 { 12819 {
12820 "swarming": {
12821 "can_use_on_swarming_builders": true
12822 },
12823 "test": "native_theme_unittests"
12824 },
12825 {
12826 "swarming": {
12827 "can_use_on_swarming_builders": true
12828 },
12759 "test": "net_unittests" 12829 "test": "net_unittests"
12760 }, 12830 },
12761 { 12831 {
12832 "swarming": {
12833 "can_use_on_swarming_builders": true
12834 },
12762 "test": "pdf_unittests" 12835 "test": "pdf_unittests"
12763 }, 12836 },
12764 { 12837 {
12838 "swarming": {
12839 "can_use_on_swarming_builders": true
12840 },
12765 "test": "ppapi_unittests" 12841 "test": "ppapi_unittests"
12766 }, 12842 },
12767 { 12843 {
12844 "swarming": {
12845 "can_use_on_swarming_builders": true
12846 },
12768 "test": "printing_unittests" 12847 "test": "printing_unittests"
12769 }, 12848 },
12770 { 12849 {
12850 "swarming": {
12851 "can_use_on_swarming_builders": true
12852 },
12771 "test": "remoting_unittests" 12853 "test": "remoting_unittests"
12772 }, 12854 },
12773 { 12855 {
12856 "swarming": {
12857 "can_use_on_swarming_builders": true
12858 },
12774 "test": "sandbox_linux_unittests" 12859 "test": "sandbox_linux_unittests"
12775 }, 12860 },
12776 { 12861 {
12862 "swarming": {
12863 "can_use_on_swarming_builders": true
12864 },
12777 "test": "skia_unittests" 12865 "test": "skia_unittests"
12778 }, 12866 },
12779 { 12867 {
12868 "swarming": {
12869 "can_use_on_swarming_builders": true
12870 },
12780 "test": "sql_unittests" 12871 "test": "sql_unittests"
12781 }, 12872 },
12782 { 12873 {
12874 "swarming": {
12875 "can_use_on_swarming_builders": true
12876 },
12783 "test": "ui_base_unittests" 12877 "test": "ui_base_unittests"
12784 }, 12878 },
12785 { 12879 {
12880 "swarming": {
12881 "can_use_on_swarming_builders": true
12882 },
12786 "test": "ui_touch_selection_unittests" 12883 "test": "ui_touch_selection_unittests"
12787 }, 12884 },
12788 { 12885 {
12886 "swarming": {
12887 "can_use_on_swarming_builders": true
12888 },
12789 "test": "unit_tests" 12889 "test": "unit_tests"
12790 }, 12890 },
12791 { 12891 {
12892 "swarming": {
12893 "can_use_on_swarming_builders": true
12894 },
12792 "test": "url_unittests" 12895 "test": "url_unittests"
12793 }, 12896 },
12794 { 12897 {
12898 "swarming": {
12899 "can_use_on_swarming_builders": true
12900 },
12795 "test": "views_unittests" 12901 "test": "views_unittests"
12796 }, 12902 },
12797 { 12903 {
12904 "swarming": {
12905 "can_use_on_swarming_builders": true
12906 },
12907 "test": "webkit_unit_tests"
12908 },
12909 {
12910 "swarming": {
12911 "can_use_on_swarming_builders": true
12912 },
12798 "test": "wm_unittests" 12913 "test": "wm_unittests"
12799 } 12914 },
12800 ], 12915 {
12801 "isolated_scripts": [ 12916 "swarming": {
12802 { 12917 "can_use_on_swarming_builders": true
12803 "isolate_name": "telemetry_gpu_unittests", 12918 },
12804 "name": "telemetry_gpu_unittests", 12919 "test": "wtf_unittests"
12805 "override_compile_targets": [
12806 "telemetry_gpu_unittests_run"
12807 ],
12808 "swarming": {
12809 "can_use_on_swarming_builders": true
12810 }
12811 },
12812 {
12813 "args": [
12814 "--xvfb"
12815 ],
12816 "isolate_name": "telemetry_perf_unittests",
12817 "name": "telemetry_perf_unittests",
12818 "override_compile_targets": [
12819 "telemetry_perf_unittests_run"
12820 ],
12821 "swarming": {
12822 "can_use_on_swarming_builders": true,
12823 "hard_timeout": 960,
12824 "shards": 12
12825 }
12826 },
12827 {
12828 "isolate_name": "telemetry_unittests",
12829 "name": "telemetry_unittests",
12830 "override_compile_targets": [
12831 "telemetry_unittests_run"
12832 ],
12833 "swarming": {
12834 "can_use_on_swarming_builders": true
12835 }
12836 }
12837 ],
12838 "scripts": [
12839 {
12840 "name": "nacl_integration",
12841 "script": "nacl_integration.py"
12842 } 12920 }
12843 ] 12921 ]
12844 }, 12922 },
12845 "Mojo ChromiumOS": { 12923 "mojo chromiumos": {
12846 "additional_compile_targets": [ 12924 "additional_compile_targets": [
12847 "mash:all" 12925 "mash:all"
12848 ], 12926 ],
12849 "gtest_tests": [ 12927 "gtest_tests": [
12850 { 12928 {
12851 "args": [ 12929 "args": [
12852 "--override-use-gl-with-osmesa-for-tests", 12930 "--override-use-gl-with-osmesa-for-tests",
12853 "--run-in-mash", 12931 "--run-in-mash",
12854 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json", 12932 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
12855 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter", 12933 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
(...skipping 17 matching lines...) Expand all
12873 "test": "mus_ws_unittests" 12951 "test": "mus_ws_unittests"
12874 }, 12952 },
12875 { 12953 {
12876 "swarming": { 12954 "swarming": {
12877 "can_use_on_swarming_builders": true 12955 "can_use_on_swarming_builders": true
12878 }, 12956 },
12879 "test": "views_aura_mus_unittests" 12957 "test": "views_aura_mus_unittests"
12880 } 12958 }
12881 ] 12959 ]
12882 }, 12960 },
12883 "Mojo Windows": { 12961 "mojo windows": {
12884 "additional_compile_targets": [ 12962 "additional_compile_targets": [
12885 "mash:all" 12963 "mash:all"
12886 ], 12964 ],
12887 "gtest_tests": [ 12965 "gtest_tests": [
12888 { 12966 {
12889 "args": [ 12967 "args": [
12890 "--override-use-gl-with-osmesa-for-tests", 12968 "--override-use-gl-with-osmesa-for-tests",
12891 "--run-in-mash", 12969 "--run-in-mash",
12892 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json", 12970 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
12893 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter" 12971 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
(...skipping 22 matching lines...) Expand all
12916 "test": "views_mus_interactive_ui_tests" 12994 "test": "views_mus_interactive_ui_tests"
12917 }, 12995 },
12918 { 12996 {
12919 "swarming": { 12997 "swarming": {
12920 "can_use_on_swarming_builders": false 12998 "can_use_on_swarming_builders": false
12921 }, 12999 },
12922 "test": "views_mus_unittests" 13000 "test": "views_mus_unittests"
12923 } 13001 }
12924 ] 13002 ]
12925 }, 13003 },
12926 "Site Isolation Android": { 13004 "site isolation android": {
12927 "gtest_tests": [ 13005 "gtest_tests": [
12928 { 13006 {
12929 "override_isolate_target": "content_browsertests", 13007 "args": [
13008 "--test-arguments=--site-per-process"
13009 ],
13010 "name": "site_per_process_components_browsertests",
13011 "override_isolate_target": "components_browsertests",
12930 "swarming": { 13012 "swarming": {
12931 "can_use_on_swarming_builders": true, 13013 "can_use_on_swarming_builders": true,
12932 "dimension_sets": [ 13014 "dimension_sets": [
12933 {
12934 "android_devices": "4",
12935 "device_type": "bullhead"
12936 }
12937 ],
12938 "hard_timeout": 960
12939 },
12940 "test": "content_browsertests"
12941 },
12942 {
12943 "args": [
12944 "--gtest-filter-file=../../testing/buildbot/filters/site-per-process.c ontent_browsertests.filter",
12945 "--test-arguments=--site-per-process"
12946 ],
12947 "name": "site_per_process_content_browsertests",
12948 "override_isolate_target": "content_browsertests",
12949 "swarming": {
12950 "can_use_on_swarming_builders": true,
12951 "dimension_sets": [
12952 { 13015 {
12953 "android_devices": "4", 13016 "android_devices": "4",
12954 "device_type": "bullhead" 13017 "device_type": "bullhead"
12955 } 13018 }
12956 ], 13019 ]
12957 "hard_timeout": 960
12958 }, 13020 },
12959 "test": "content_browsertests" 13021 "test": "components_browsertests"
12960 }, 13022 },
12961 { 13023 {
12962 "override_isolate_target": "content_unittests", 13024 "args": [
13025 "--test-arguments=--site-per-process"
13026 ],
13027 "name": "site_per_process_components_unittests",
13028 "override_isolate_target": "components_unittests",
12963 "swarming": { 13029 "swarming": {
12964 "can_use_on_swarming_builders": true, 13030 "can_use_on_swarming_builders": true,
12965 "dimension_sets": [ 13031 "dimension_sets": [
12966 { 13032 {
12967 "android_devices": "4", 13033 "android_devices": "4",
12968 "device_type": "bullhead" 13034 "device_type": "bullhead"
12969 } 13035 }
12970 ] 13036 ]
12971 }, 13037 },
12972 "test": "content_unittests" 13038 "test": "components_unittests"
12973 }, 13039 },
12974 { 13040 {
12975 "args": [ 13041 "override_isolate_target": "content_browsertests",
12976 "--test-arguments=--site-per-process"
12977 ],
12978 "name": "site_per_process_content_unittests",
12979 "override_isolate_target": "content_unittests",
12980 "swarming": { 13042 "swarming": {
12981 "can_use_on_swarming_builders": true, 13043 "can_use_on_swarming_builders": true,
12982 "dimension_sets": [ 13044 "dimension_sets": [
12983 { 13045 {
12984 "android_devices": "4", 13046 "android_devices": "4",
12985 "device_type": "bullhead" 13047 "device_type": "bullhead"
12986 } 13048 }
12987 ] 13049 ],
13050 "hard_timeout": 960
12988 }, 13051 },
12989 "test": "content_unittests" 13052 "test": "content_browsertests"
12990 }, 13053 },
12991 { 13054 {
12992 "args": [ 13055 "args": [
13056 "--gtest-filter-file=../../testing/buildbot/filters/site-per-process.c ontent_browsertests.filter",
12993 "--test-arguments=--site-per-process" 13057 "--test-arguments=--site-per-process"
12994 ], 13058 ],
12995 "name": "site_per_process_blimp_unittests", 13059 "name": "site_per_process_content_browsertests",
12996 "override_isolate_target": "blimp_unittests", 13060 "override_isolate_target": "content_browsertests",
12997 "swarming": { 13061 "swarming": {
12998 "can_use_on_swarming_builders": true, 13062 "can_use_on_swarming_builders": true,
12999 "dimension_sets": [ 13063 "dimension_sets": [
13000 { 13064 {
13001 "android_devices": "4", 13065 "android_devices": "4",
13002 "device_type": "bullhead" 13066 "device_type": "bullhead"
13003 } 13067 }
13004 ] 13068 ],
13069 "hard_timeout": 960
13005 }, 13070 },
13006 "test": "blimp_unittests" 13071 "test": "content_browsertests"
13007 }, 13072 },
13008 { 13073 {
13009 "args": [ 13074 "override_isolate_target": "content_unittests",
13010 "--test-arguments=--site-per-process"
13011 ],
13012 "name": "site_per_process_components_browsertests",
13013 "override_isolate_target": "components_browsertests",
13014 "swarming": { 13075 "swarming": {
13015 "can_use_on_swarming_builders": true, 13076 "can_use_on_swarming_builders": true,
13016 "dimension_sets": [ 13077 "dimension_sets": [
13017 { 13078 {
13018 "android_devices": "4", 13079 "android_devices": "4",
13019 "device_type": "bullhead" 13080 "device_type": "bullhead"
13020 } 13081 }
13021 ] 13082 ]
13022 }, 13083 },
13023 "test": "components_browsertests" 13084 "test": "content_unittests"
13024 }, 13085 },
13025 { 13086 {
13026 "args": [ 13087 "args": [
13027 "--test-arguments=--site-per-process" 13088 "--test-arguments=--site-per-process"
13028 ], 13089 ],
13029 "name": "site_per_process_components_unittests", 13090 "name": "site_per_process_content_unittests",
13030 "override_isolate_target": "components_unittests", 13091 "override_isolate_target": "content_unittests",
13031 "swarming": { 13092 "swarming": {
13032 "can_use_on_swarming_builders": true, 13093 "can_use_on_swarming_builders": true,
13033 "dimension_sets": [ 13094 "dimension_sets": [
13034 { 13095 {
13035 "android_devices": "4", 13096 "android_devices": "4",
13036 "device_type": "bullhead" 13097 "device_type": "bullhead"
13037 } 13098 }
13038 ] 13099 ]
13039 }, 13100 },
13040 "test": "components_unittests" 13101 "test": "content_unittests"
13041 } 13102 }
13042 ] 13103 ]
13043 }, 13104 },
13044 "Site Isolation Linux": { 13105 "site isolation linux": {
13045 "gtest_tests": [ 13106 "gtest_tests": [
13046 { 13107 {
13047 "args": [ 13108 "args": [
13048 "--site-per-process" 13109 "--site-per-process"
13049 ], 13110 ],
13050 "swarming": { 13111 "swarming": {
13051 "can_use_on_swarming_builders": true 13112 "can_use_on_swarming_builders": true
13052 }, 13113 },
13053 "test": "app_shell_unittests" 13114 "test": "app_shell_unittests"
13054 }, 13115 },
13055 { 13116 {
13056 "args": [ 13117 "args": [
13057 "--site-per-process"
13058 ],
13059 "swarming": {
13060 "can_use_on_swarming_builders": true
13061 },
13062 "test": "blimp_unittests"
13063 },
13064 {
13065 "args": [
13066 "--site-per-process", 13118 "--site-per-process",
13067 "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-p rocess.browser_tests.filter" 13119 "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-p rocess.browser_tests.filter"
13068 ], 13120 ],
13069 "swarming": { 13121 "swarming": {
13070 "can_use_on_swarming_builders": true 13122 "can_use_on_swarming_builders": true
13071 }, 13123 },
13072 "test": "browser_tests" 13124 "test": "browser_tests"
13073 }, 13125 },
13074 { 13126 {
13075 "args": [ 13127 "args": [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
13158 "args": [ 13210 "args": [
13159 "--site-per-process" 13211 "--site-per-process"
13160 ], 13212 ],
13161 "swarming": { 13213 "swarming": {
13162 "can_use_on_swarming_builders": true 13214 "can_use_on_swarming_builders": true
13163 }, 13215 },
13164 "test": "unit_tests" 13216 "test": "unit_tests"
13165 } 13217 }
13166 ] 13218 ]
13167 }, 13219 },
13168 "Site Isolation Win": { 13220 "site isolation win": {
13169 "gtest_tests": [ 13221 "gtest_tests": [
13170 { 13222 {
13171 "args": [ 13223 "args": [
13172 "--isolate-extensions" 13224 "--isolate-extensions"
13173 ], 13225 ],
13174 "swarming": { 13226 "swarming": {
13175 "can_use_on_swarming_builders": true 13227 "can_use_on_swarming_builders": true
13176 }, 13228 },
13177 "test": "app_shell_unittests" 13229 "test": "app_shell_unittests"
13178 }, 13230 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
13281 "args": [ 13333 "args": [
13282 "--isolate-extensions" 13334 "--isolate-extensions"
13283 ], 13335 ],
13284 "swarming": { 13336 "swarming": {
13285 "can_use_on_swarming_builders": true 13337 "can_use_on_swarming_builders": true
13286 }, 13338 },
13287 "test": "unit_tests" 13339 "test": "unit_tests"
13288 } 13340 }
13289 ] 13341 ]
13290 }, 13342 },
13291 "ThinLTO Linux ToT": { 13343 "thinlto linux tot": {
13292 "gtest_tests": [ 13344 "gtest_tests": [
13293 { 13345 {
13294 "swarming": { 13346 "swarming": {
13295 "can_use_on_swarming_builders": true 13347 "can_use_on_swarming_builders": true
13296 }, 13348 },
13297 "test": "accessibility_unittests" 13349 "test": "accessibility_unittests"
13298 }, 13350 },
13299 { 13351 {
13300 "swarming": { 13352 "swarming": {
13301 "can_use_on_swarming_builders": true 13353 "can_use_on_swarming_builders": true
(...skipping 15 matching lines...) Expand all
13317 { 13369 {
13318 "swarming": { 13370 "swarming": {
13319 "can_use_on_swarming_builders": true 13371 "can_use_on_swarming_builders": true
13320 }, 13372 },
13321 "test": "base_unittests" 13373 "test": "base_unittests"
13322 }, 13374 },
13323 { 13375 {
13324 "swarming": { 13376 "swarming": {
13325 "can_use_on_swarming_builders": true 13377 "can_use_on_swarming_builders": true
13326 }, 13378 },
13327 "test": "blimp_unittests"
13328 },
13329 {
13330 "swarming": {
13331 "can_use_on_swarming_builders": true
13332 },
13333 "test": "blink_heap_unittests" 13379 "test": "blink_heap_unittests"
13334 }, 13380 },
13335 { 13381 {
13336 "swarming": { 13382 "swarming": {
13337 "can_use_on_swarming_builders": true 13383 "can_use_on_swarming_builders": true
13338 }, 13384 },
13339 "test": "blink_platform_unittests" 13385 "test": "blink_platform_unittests"
13340 }, 13386 },
13341 { 13387 {
13342 "args": [ 13388 "args": [
13343 "--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements /0" 13389 "--gtest_filter=-savetype/savepagemultiframebrowsertest.objectelements /0"
13344 ], 13390 ],
13345 "swarming": { 13391 "swarming": {
13346 "can_use_on_swarming_builders": true, 13392 "can_use_on_swarming_builders": true,
13347 "shards": 10 13393 "shards": 10
13348 }, 13394 },
13349 "test": "browser_tests" 13395 "test": "browser_tests"
13350 }, 13396 },
13351 { 13397 {
13352 "swarming": { 13398 "swarming": {
13353 "can_use_on_swarming_builders": true 13399 "can_use_on_swarming_builders": true
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
13649 "test": "wm_unittests" 13695 "test": "wm_unittests"
13650 }, 13696 },
13651 { 13697 {
13652 "swarming": { 13698 "swarming": {
13653 "can_use_on_swarming_builders": true 13699 "can_use_on_swarming_builders": true
13654 }, 13700 },
13655 "test": "wtf_unittests" 13701 "test": "wtf_unittests"
13656 } 13702 }
13657 ] 13703 ]
13658 }, 13704 },
13659 "UBSanVptr Linux": { 13705 "ubsanvptr linux": {
13660 "gtest_tests": [ 13706 "gtest_tests": [
13661 { 13707 {
13662 "swarming": { 13708 "swarming": {
13663 "can_use_on_swarming_builders": true 13709 "can_use_on_swarming_builders": true
13664 }, 13710 },
13665 "test": "accessibility_unittests" 13711 "test": "accessibility_unittests"
13666 }, 13712 },
13667 { 13713 {
13668 "swarming": { 13714 "swarming": {
13669 "can_use_on_swarming_builders": true 13715 "can_use_on_swarming_builders": true
(...skipping 15 matching lines...) Expand all
13685 { 13731 {
13686 "swarming": { 13732 "swarming": {
13687 "can_use_on_swarming_builders": true 13733 "can_use_on_swarming_builders": true
13688 }, 13734 },
13689 "test": "base_unittests" 13735 "test": "base_unittests"
13690 }, 13736 },
13691 { 13737 {
13692 "swarming": { 13738 "swarming": {
13693 "can_use_on_swarming_builders": true 13739 "can_use_on_swarming_builders": true
13694 }, 13740 },
13695 "test": "blimp_unittests"
13696 },
13697 {
13698 "swarming": {
13699 "can_use_on_swarming_builders": true
13700 },
13701 "test": "blink_heap_unittests" 13741 "test": "blink_heap_unittests"
13702 }, 13742 },
13703 { 13743 {
13704 "swarming": { 13744 "swarming": {
13705 "can_use_on_swarming_builders": true 13745 "can_use_on_swarming_builders": true
13706 }, 13746 },
13707 "test": "blink_platform_unittests" 13747 "test": "blink_platform_unittests"
13708 }, 13748 },
13709 { 13749 {
13710 "swarming": { 13750 "swarming": {
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
14013 "test": "wm_unittests" 14053 "test": "wm_unittests"
14014 }, 14054 },
14015 { 14055 {
14016 "swarming": { 14056 "swarming": {
14017 "can_use_on_swarming_builders": true 14057 "can_use_on_swarming_builders": true
14018 }, 14058 },
14019 "test": "wtf_unittests" 14059 "test": "wtf_unittests"
14020 } 14060 }
14021 ] 14061 ]
14022 }, 14062 },
14023 "Win 10 Fast Ring": { 14063 "win 10 fast ring": {
14024 "gtest_tests": [ 14064 "gtest_tests": [
14025 { 14065 {
14026 "swarming": { 14066 "swarming": {
14027 "can_use_on_swarming_builders": true 14067 "can_use_on_swarming_builders": true
14028 }, 14068 },
14029 "test": "angle_unittests" 14069 "test": "angle_unittests"
14030 }, 14070 },
14031 { 14071 {
14032 "swarming": { 14072 "swarming": {
14033 "can_use_on_swarming_builders": true 14073 "can_use_on_swarming_builders": true
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
14253 }, 14293 },
14254 { 14294 {
14255 "swarming": { 14295 "swarming": {
14256 "can_use_on_swarming_builders": true 14296 "can_use_on_swarming_builders": true
14257 }, 14297 },
14258 "test": "views_unittests" 14298 "test": "views_unittests"
14259 } 14299 }
14260 ] 14300 ]
14261 } 14301 }
14262 } 14302 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698