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

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

Issue 1002353002: Add gn_unittests to linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp too Created 5 years, 9 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 | tools/gn/BUILD.gn » ('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 "gn_unittests",
4 { 5 {
5 "test": "accessibility_unittests", 6 "test": "accessibility_unittests",
6 "swarming": { 7 "swarming": {
7 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
8 } 9 }
9 }, 10 },
10 { 11 {
11 "test": "app_list_unittests", 12 "test": "app_list_unittests",
12 "swarming": { 13 "swarming": {
13 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "script": "telemetry_perf_unittests.py" 189 "script": "telemetry_perf_unittests.py"
189 }, 190 },
190 { 191 {
191 "name": "nacl_integration", 192 "name": "nacl_integration",
192 "script": "nacl_integration.py" 193 "script": "nacl_integration.py"
193 } 194 }
194 ] 195 ]
195 }, 196 },
196 "Linux Tests (dbg)(1)(32)": { 197 "Linux Tests (dbg)(1)(32)": {
197 "gtest_tests": [ 198 "gtest_tests": [
199 "gn_unittests",
198 { 200 {
199 "test": "accessibility_unittests", 201 "test": "accessibility_unittests",
200 "swarming": { 202 "swarming": {
201 "can_use_on_swarming_builders": true 203 "can_use_on_swarming_builders": true
202 } 204 }
203 }, 205 },
204 { 206 {
205 "test": "app_list_unittests", 207 "test": "app_list_unittests",
206 "swarming": { 208 "swarming": {
207 "can_use_on_swarming_builders": true 209 "can_use_on_swarming_builders": true
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 358 ],
357 "scripts": [ 359 "scripts": [
358 { 360 {
359 "name": "nacl_integration", 361 "name": "nacl_integration",
360 "script": "nacl_integration.py" 362 "script": "nacl_integration.py"
361 } 363 }
362 ] 364 ]
363 }, 365 },
364 "Linux Tests (dbg)(1)": { 366 "Linux Tests (dbg)(1)": {
365 "gtest_tests": [ 367 "gtest_tests": [
368 "gn_unittests",
366 { 369 {
367 "test": "accessibility_unittests", 370 "test": "accessibility_unittests",
368 "swarming": { 371 "swarming": {
369 "can_use_on_swarming_builders": true 372 "can_use_on_swarming_builders": true
370 } 373 }
371 }, 374 },
372 { 375 {
373 "test": "app_list_unittests", 376 "test": "app_list_unittests",
374 "swarming": { 377 "swarming": {
375 "can_use_on_swarming_builders": true 378 "can_use_on_swarming_builders": true
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "script": "telemetry_perf_unittests.py" 539 "script": "telemetry_perf_unittests.py"
537 }, 540 },
538 { 541 {
539 "name": "nacl_integration", 542 "name": "nacl_integration",
540 "script": "nacl_integration.py" 543 "script": "nacl_integration.py"
541 } 544 }
542 ] 545 ]
543 }, 546 },
544 "Linux Clang (dbg)": { 547 "Linux Clang (dbg)": {
545 "gtest_tests": [ 548 "gtest_tests": [
549 "gn_unittests",
546 "accessibility_unittests", 550 "accessibility_unittests",
547 "app_shell_unittests", 551 "app_shell_unittests",
548 "base_unittests", 552 "base_unittests",
549 "components_unittests", 553 "components_unittests",
550 "content_unittests", 554 "content_unittests",
551 "crypto_unittests", 555 "crypto_unittests",
552 "device_unittests", 556 "device_unittests",
553 "display_unittests", 557 "display_unittests",
554 "extensions_unittests", 558 "extensions_unittests",
555 "google_apis_unittests", 559 "google_apis_unittests",
(...skipping 24 matching lines...) Expand all
580 }, 584 },
581 "Android Tests": { 585 "Android Tests": {
582 "scripts": [ 586 "scripts": [
583 { 587 {
584 "name": "check_licenses", 588 "name": "check_licenses",
585 "script": "webview_licenses.py" 589 "script": "webview_licenses.py"
586 } 590 }
587 ] 591 ]
588 } 592 }
589 } 593 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698