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

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

Issue 1144573002: Moves Cast test list from chromium.fyi to chromium.linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: switches test runners for cast_base_unittests Created 5 years, 7 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.fyi.json ('k') | no next file » | 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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ] 6 ]
7 }, 7 },
8 "Android GN (dbg)": { 8 "Android GN (dbg)": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk", 10 "chrome_shell_apk",
(...skipping 17 matching lines...) Expand all
28 { 28 {
29 "name": "webview_licenses", 29 "name": "webview_licenses",
30 "script": "webview_licenses.py" 30 "script": "webview_licenses.py"
31 }, 31 },
32 { 32 {
33 "name": "telemetry_perf_unittests", 33 "name": "telemetry_perf_unittests",
34 "script": "telemetry_perf_unittests.py" 34 "script": "telemetry_perf_unittests.py"
35 } 35 }
36 ] 36 ]
37 }, 37 },
38 "Cast Linux": {
39 "gtest_tests": [
40 {
41 "test": "base_unittests"
42 },
43 {
44 "test": "cacheinvalidation_unittests"
45 },
46 {
47 "test": "cast_base_unittests"
48 },
49 {
50 "test": "cast_media_unittests"
51 },
52 {
53 "test": "cast_shell_browser_test"
54 },
55 {
56 "test": "content_unittests"
57 },
58 {
59 "test": "crypto_unittests"
60 },
61 {
62 "test": "gpu_unittests"
63 },
64 {
65 "test": "ipc_tests"
66 },
67 {
68 "test": "jingle_unittests"
69 },
70 {
71 "test": "media_unittests"
72 },
73 {
74 "test": "midi_unittests"
75 },
76 {
77 "test": "net_unittests"
78 },
79 {
80 "test": "sandbox_linux_unittests"
81 },
82 {
83 "test": "sql_unittests"
84 },
85 {
86 "test": "sync_unit_tests"
87 },
88 {
89 "test": "ui_base_unittests"
90 },
91 {
92 "test": "url_unittests"
93 }
94 ]
95 },
38 "Linux Clang (dbg)": { 96 "Linux Clang (dbg)": {
39 "gtest_tests": [ 97 "gtest_tests": [
40 { 98 {
41 "swarming": { 99 "swarming": {
42 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
43 }, 101 },
44 "test": "accessibility_unittests" 102 "test": "accessibility_unittests"
45 }, 103 },
46 { 104 {
47 "test": "app_shell_unittests" 105 "test": "app_shell_unittests"
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 } 1184 }
1127 ], 1185 ],
1128 "scripts": [ 1186 "scripts": [
1129 { 1187 {
1130 "name": "nacl_integration", 1188 "name": "nacl_integration",
1131 "script": "nacl_integration.py" 1189 "script": "nacl_integration.py"
1132 } 1190 }
1133 ] 1191 ]
1134 } 1192 }
1135 } 1193 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698