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

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

Issue 585283002: Add extensions_unittests suite to Linux Clang (dbg) bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "browser_tests", 9 "browser_tests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 }, 183 },
184 "Linux Clang (dbg)": { 184 "Linux Clang (dbg)": {
185 "gtest_tests": [ 185 "gtest_tests": [
186 "accessibility_unittests", 186 "accessibility_unittests",
187 "base_unittests", 187 "base_unittests",
188 "components_unittests", 188 "components_unittests",
189 "content_unittests", 189 "content_unittests",
190 "crypto_unittests", 190 "crypto_unittests",
191 "device_unittests", 191 "device_unittests",
192 "display_unittests", 192 "display_unittests",
193 "extensions_unittests",
193 "google_apis_unittests", 194 "google_apis_unittests",
194 "ipc_mojo_unittests", 195 "ipc_mojo_unittests",
195 "ipc_tests", 196 "ipc_tests",
196 "mojo_application_manager_unittests", 197 "mojo_application_manager_unittests",
197 "mojo_apps_js_unittests", 198 "mojo_apps_js_unittests",
198 "mojo_common_unittests", 199 "mojo_common_unittests",
199 "mojo_js_unittests", 200 "mojo_js_unittests",
200 "mojo_public_bindings_unittests", 201 "mojo_public_bindings_unittests",
201 "mojo_public_environment_unittests", 202 "mojo_public_environment_unittests",
202 "mojo_public_system_unittests", 203 "mojo_public_system_unittests",
203 "mojo_public_utility_unittests", 204 "mojo_public_utility_unittests",
204 "mojo_shell_tests", 205 "mojo_shell_tests",
205 "mojo_system_unittests", 206 "mojo_system_unittests",
206 "mojo_view_manager_unittests", 207 "mojo_view_manager_unittests",
207 "nacl_loader_unittests", 208 "nacl_loader_unittests",
208 "sandbox_linux_unittests", 209 "sandbox_linux_unittests",
209 "sql_unittests", 210 "sql_unittests",
210 "sync_unit_tests", 211 "sync_unit_tests",
211 "ui_unittests", 212 "ui_unittests",
212 "unit_tests" 213 "unit_tests"
213 ] 214 ]
214 } 215 }
215 } 216 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698