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

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

Issue 611913002: Move Linux debug tests from Linux Tests (dbg)(2) to Linux Tests (dbg)(1) for consistency with other… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "sync_integration_tests", 155 "sync_integration_tests",
156 "sync_unit_tests", 156 "sync_unit_tests",
157 "unit_tests", 157 "unit_tests",
158 "url_unittests", 158 "url_unittests",
159 "views_unittests", 159 "views_unittests",
160 "wm_unittests" 160 "wm_unittests"
161 ] 161 ]
162 }, 162 },
163 "Linux Tests (dbg)(1)": { 163 "Linux Tests (dbg)(1)": {
164 "gtest_tests": [ 164 "gtest_tests": [
165 ]
166 },
167 "Linux Tests (dbg)(2)": {
168 "gtest_tests": [
169 "accessibility_unittests", 165 "accessibility_unittests",
170 "app_list_unittests", 166 "app_list_unittests",
171 "app_shell_browsertests", 167 "app_shell_browsertests",
172 "aura_unittests", 168 "aura_unittests",
173 { 169 {
174 "test": "base_unittests", 170 "test": "base_unittests",
175 "swarming": { 171 "swarming": {
176 "can_use_on_swarming_builders": true 172 "can_use_on_swarming_builders": true
177 } 173 }
178 }, 174 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "test": "unit_tests", 253 "test": "unit_tests",
258 "swarming": { 254 "swarming": {
259 "can_use_on_swarming_builders": true 255 "can_use_on_swarming_builders": true
260 } 256 }
261 }, 257 },
262 "url_unittests", 258 "url_unittests",
263 "views_unittests", 259 "views_unittests",
264 "wm_unittests" 260 "wm_unittests"
265 ] 261 ]
266 }, 262 },
263 "Linux Tests (dbg)(2)": {
264 "gtest_tests": [
265 ]
266 },
267 "Linux Clang (dbg)": { 267 "Linux Clang (dbg)": {
268 "gtest_tests": [ 268 "gtest_tests": [
269 "accessibility_unittests", 269 "accessibility_unittests",
270 "base_unittests", 270 "base_unittests",
271 "components_unittests", 271 "components_unittests",
272 "content_unittests", 272 "content_unittests",
273 "crypto_unittests", 273 "crypto_unittests",
274 "device_unittests", 274 "device_unittests",
275 "display_unittests", 275 "display_unittests",
276 "extensions_unittests", 276 "extensions_unittests",
(...skipping 13 matching lines...) Expand all
290 "mojo_view_manager_unittests", 290 "mojo_view_manager_unittests",
291 "nacl_loader_unittests", 291 "nacl_loader_unittests",
292 "sandbox_linux_unittests", 292 "sandbox_linux_unittests",
293 "sql_unittests", 293 "sql_unittests",
294 "sync_unit_tests", 294 "sync_unit_tests",
295 "ui_unittests", 295 "ui_unittests",
296 "unit_tests" 296 "unit_tests"
297 ] 297 ]
298 } 298 }
299 } 299 }
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