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

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

Issue 1925943002: Add views_unittests to Mac10.{9,9(dbg),10,11} and asan bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yipe - cater for r401862 and r401987 Created 4 years, 5 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 | « no previous file | testing/buildbot/chromium.mac.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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 "test": "sync_unit_tests" 1711 "test": "sync_unit_tests"
1712 }, 1712 },
1713 { 1713 {
1714 "test": "ui_base_unittests" 1714 "test": "ui_base_unittests"
1715 }, 1715 },
1716 { 1716 {
1717 "test": "unit_tests" 1717 "test": "unit_tests"
1718 }, 1718 },
1719 { 1719 {
1720 "test": "url_unittests" 1720 "test": "url_unittests"
1721 },
1722 {
1723 "test": "views_unittests"
1721 } 1724 }
1722 ], 1725 ],
1723 "scripts": [ 1726 "scripts": [
1724 { 1727 {
1725 "name": "nacl_integration", 1728 "name": "nacl_integration",
1726 "script": "nacl_integration.py" 1729 "script": "nacl_integration.py"
1727 } 1730 }
1728 ] 1731 ]
1729 }, 1732 },
1730 "Chromium Mac 10.11": { 1733 "Chromium Mac 10.11": {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 "test": "sync_unit_tests" 1862 "test": "sync_unit_tests"
1860 }, 1863 },
1861 { 1864 {
1862 "test": "ui_base_unittests" 1865 "test": "ui_base_unittests"
1863 }, 1866 },
1864 { 1867 {
1865 "test": "unit_tests" 1868 "test": "unit_tests"
1866 }, 1869 },
1867 { 1870 {
1868 "test": "url_unittests" 1871 "test": "url_unittests"
1872 },
1873 {
1874 "test": "views_unittests"
1869 } 1875 }
1870 ], 1876 ],
1871 "isolated_scripts": [ 1877 "isolated_scripts": [
1872 { 1878 {
1873 "isolate_name": "telemetry_gpu_unittests", 1879 "isolate_name": "telemetry_gpu_unittests",
1874 "name": "telemetry_gpu_unittests", 1880 "name": "telemetry_gpu_unittests",
1875 "override_compile_targets": [ 1881 "override_compile_targets": [
1876 "telemetry_gpu_unittests_run" 1882 "telemetry_gpu_unittests_run"
1877 ], 1883 ],
1878 "swarming": { 1884 "swarming": {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 "test": "sync_unit_tests" 2044 "test": "sync_unit_tests"
2039 }, 2045 },
2040 { 2046 {
2041 "test": "ui_base_unittests" 2047 "test": "ui_base_unittests"
2042 }, 2048 },
2043 { 2049 {
2044 "test": "unit_tests" 2050 "test": "unit_tests"
2045 }, 2051 },
2046 { 2052 {
2047 "test": "url_unittests" 2053 "test": "url_unittests"
2054 },
2055 {
2056 "test": "views_unittests"
2048 } 2057 }
2049 ], 2058 ],
2050 "scripts": [ 2059 "scripts": [
2051 { 2060 {
2052 "name": "nacl_integration", 2061 "name": "nacl_integration",
2053 "script": "nacl_integration.py" 2062 "script": "nacl_integration.py"
2054 } 2063 }
2055 ] 2064 ]
2056 }, 2065 },
2057 "ClangToTAndroidASan tester": { 2066 "ClangToTAndroidASan tester": {
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 { 2931 {
2923 "swarming": { 2932 "swarming": {
2924 "can_use_on_swarming_builders": true 2933 "can_use_on_swarming_builders": true
2925 }, 2934 },
2926 "test": "views_unittests" 2935 "test": "views_unittests"
2927 }, 2936 },
2928 { 2937 {
2929 "swarming": { 2938 "swarming": {
2930 "can_use_on_swarming_builders": true 2939 "can_use_on_swarming_builders": true
2931 }, 2940 },
2941 "test": "views_unittests"
2942 },
2943 {
2944 "swarming": {
2945 "can_use_on_swarming_builders": true
2946 },
2932 "test": "webkit_unit_tests" 2947 "test": "webkit_unit_tests"
2933 }, 2948 },
2934 { 2949 {
2935 "test": "wm_unittests" 2950 "test": "wm_unittests"
2936 }, 2951 },
2937 { 2952 {
2938 "swarming": { 2953 "swarming": {
2939 "can_use_on_swarming_builders": true 2954 "can_use_on_swarming_builders": true
2940 }, 2955 },
2941 "test": "wtf_unittests" 2956 "test": "wtf_unittests"
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 { 3401 {
3387 "swarming": { 3402 "swarming": {
3388 "can_use_on_swarming_builders": true 3403 "can_use_on_swarming_builders": true
3389 }, 3404 },
3390 "test": "url_unittests" 3405 "test": "url_unittests"
3391 }, 3406 },
3392 { 3407 {
3393 "swarming": { 3408 "swarming": {
3394 "can_use_on_swarming_builders": true 3409 "can_use_on_swarming_builders": true
3395 }, 3410 },
3411 "test": "views_unittests"
3412 },
3413 {
3414 "swarming": {
3415 "can_use_on_swarming_builders": true
3416 },
3396 "test": "webkit_unit_tests" 3417 "test": "webkit_unit_tests"
3397 }, 3418 },
3398 { 3419 {
3399 "swarming": { 3420 "swarming": {
3400 "can_use_on_swarming_builders": true 3421 "can_use_on_swarming_builders": true
3401 }, 3422 },
3402 "test": "wtf_unittests" 3423 "test": "wtf_unittests"
3403 } 3424 }
3404 ], 3425 ],
3405 "isolated_scripts": [ 3426 "isolated_scripts": [
(...skipping 7707 matching lines...) Expand 10 before | Expand all | Expand 10 after
11113 }, 11134 },
11114 { 11135 {
11115 "swarming": { 11136 "swarming": {
11116 "can_use_on_swarming_builders": true 11137 "can_use_on_swarming_builders": true
11117 }, 11138 },
11118 "test": "views_unittests" 11139 "test": "views_unittests"
11119 } 11140 }
11120 ] 11141 ]
11121 } 11142 }
11122 } 11143 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698