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

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

Issue 837243002: Reland "skia: Add 'skia_unittests' test suite for this directory." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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.fyi.json ('k') | 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }, 115 },
116 "sync_unit_tests", 116 "sync_unit_tests",
117 { 117 {
118 "test": "unit_tests", 118 "test": "unit_tests",
119 "swarming": { 119 "swarming": {
120 "can_use_on_swarming_builders": true 120 "can_use_on_swarming_builders": true
121 } 121 }
122 }, 122 },
123 "url_unittests", 123 "url_unittests",
124 "views_unittests", 124 "views_unittests",
125 "wm_unittests" 125 "wm_unittests",
126 "skia_unittests"
126 ], 127 ],
127 "scripts": [ 128 "scripts": [
128 { 129 {
129 "name": "telemetry_unittests", 130 "name": "telemetry_unittests",
130 "script": "telemetry_unittests.py" 131 "script": "telemetry_unittests.py"
131 }, 132 },
132 { 133 {
133 "name": "telemetry_perf_unittests", 134 "name": "telemetry_perf_unittests",
134 "script": "telemetry_perf_unittests.py" 135 "script": "telemetry_perf_unittests.py"
135 }, 136 },
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 256 },
256 "sync_unit_tests", 257 "sync_unit_tests",
257 { 258 {
258 "test": "unit_tests", 259 "test": "unit_tests",
259 "swarming": { 260 "swarming": {
260 "can_use_on_swarming_builders": true 261 "can_use_on_swarming_builders": true
261 } 262 }
262 }, 263 },
263 "url_unittests", 264 "url_unittests",
264 "views_unittests", 265 "views_unittests",
265 "wm_unittests" 266 "wm_unittests",
267 "skia_unittests"
266 ], 268 ],
267 "scripts": [ 269 "scripts": [
268 { 270 {
269 "name": "nacl_integration", 271 "name": "nacl_integration",
270 "script": "nacl_integration.py" 272 "script": "nacl_integration.py"
271 } 273 }
272 ] 274 ]
273 }, 275 },
274 "Linux Tests (dbg)(1)": { 276 "Linux Tests (dbg)(1)": {
275 "gtest_tests": [ 277 "gtest_tests": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 }, 393 },
392 "sync_unit_tests", 394 "sync_unit_tests",
393 { 395 {
394 "test": "unit_tests", 396 "test": "unit_tests",
395 "swarming": { 397 "swarming": {
396 "can_use_on_swarming_builders": true 398 "can_use_on_swarming_builders": true
397 } 399 }
398 }, 400 },
399 "url_unittests", 401 "url_unittests",
400 "views_unittests", 402 "views_unittests",
401 "wm_unittests" 403 "wm_unittests",
404 "skia_unittests"
402 ], 405 ],
403 "scripts": [ 406 "scripts": [
404 { 407 {
405 "name": "telemetry_unittests", 408 "name": "telemetry_unittests",
406 "script": "telemetry_unittests.py" 409 "script": "telemetry_unittests.py"
407 }, 410 },
408 { 411 {
409 "name": "telemetry_perf_unittests", 412 "name": "telemetry_perf_unittests",
410 "script": "telemetry_perf_unittests.py" 413 "script": "telemetry_perf_unittests.py"
411 }, 414 },
(...skipping 21 matching lines...) Expand all
433 "mojo_public_bindings_unittests", 436 "mojo_public_bindings_unittests",
434 "mojo_public_environment_unittests", 437 "mojo_public_environment_unittests",
435 "mojo_public_system_unittests", 438 "mojo_public_system_unittests",
436 "mojo_public_utility_unittests", 439 "mojo_public_utility_unittests",
437 "mojo_system_unittests", 440 "mojo_system_unittests",
438 "nacl_loader_unittests", 441 "nacl_loader_unittests",
439 "sandbox_linux_unittests", 442 "sandbox_linux_unittests",
440 "sql_unittests", 443 "sql_unittests",
441 "sync_unit_tests", 444 "sync_unit_tests",
442 "ui_base_unittests", 445 "ui_base_unittests",
443 "unit_tests" 446 "unit_tests",
447 "skia_unittests"
444 ] 448 ]
445 } 449 }
446 } 450 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698