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

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

Issue 1944943003: [Mac/GN] Start running components_unittests, components_browsertests, and unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « components/password_manager/core/browser/BUILD.gn ('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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
11 "test": "base_unittests" 11 "test": "base_unittests"
12 }, 12 },
13 { 13 {
14 "swarming": { 14 "swarming": {
15 "can_use_on_swarming_builders": true 15 "can_use_on_swarming_builders": true
16 }, 16 },
17 "test": "components_browsertests"
18 },
19 {
20 "swarming": {
21 "can_use_on_swarming_builders": true
22 },
23 "test": "components_unittests"
24 },
25 {
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 },
17 "test": "content_unittests" 29 "test": "content_unittests"
18 }, 30 },
19 { 31 {
20 "swarming": { 32 "swarming": {
21 "can_use_on_swarming_builders": true 33 "can_use_on_swarming_builders": true
22 }, 34 },
23 "test": "content_browsertests" 35 "test": "content_browsertests"
24 }, 36 },
25 { 37 {
26 "swarming": { 38 "swarming": {
27 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
28 }, 40 },
29 "test": "net_unittests" 41 "test": "net_unittests"
30 }, 42 },
31 { 43 {
32 "swarming": { 44 "swarming": {
33 "can_use_on_swarming_builders": true 45 "can_use_on_swarming_builders": true
34 }, 46 },
35 "test": "ui_base_unittests" 47 "test": "ui_base_unittests"
48 },
49 {
50 "swarming": {
51 "can_use_on_swarming_builders": true
52 },
53 "test": "unit_tests"
36 } 54 }
37 ] 55 ]
38 }, 56 },
39 "Mac GN (dbg)": { 57 "Mac GN (dbg)": {
40 "additional_compile_targets": [ 58 "additional_compile_targets": [
41 "accessibility_unittests", 59 "accessibility_unittests",
42 "battor_agent", 60 "battor_agent",
43 "cacheinvalidation_unittests", 61 "cacheinvalidation_unittests",
44 "cast_unittests", 62 "cast_unittests",
45 "cc_unittests", 63 "cc_unittests",
(...skipping 30 matching lines...) Expand all
76 { 94 {
77 "swarming": { 95 "swarming": {
78 "can_use_on_swarming_builders": true 96 "can_use_on_swarming_builders": true
79 }, 97 },
80 "test": "content_unittests" 98 "test": "content_unittests"
81 }, 99 },
82 { 100 {
83 "swarming": { 101 "swarming": {
84 "can_use_on_swarming_builders": true 102 "can_use_on_swarming_builders": true
85 }, 103 },
104 "test": "components_browsertests"
105 },
106 {
107 "swarming": {
108 "can_use_on_swarming_builders": true
109 },
110 "test": "components_unittests"
111 },
112 {
113 "swarming": {
114 "can_use_on_swarming_builders": true
115 },
86 "test": "content_browsertests" 116 "test": "content_browsertests"
87 }, 117 },
88 { 118 {
89 "swarming": { 119 "swarming": {
90 "can_use_on_swarming_builders": true 120 "can_use_on_swarming_builders": true
91 }, 121 },
92 "test": "net_unittests" 122 "test": "net_unittests"
93 }, 123 },
94 { 124 {
95 "swarming": { 125 "swarming": {
96 "can_use_on_swarming_builders": true 126 "can_use_on_swarming_builders": true
97 }, 127 },
98 "test": "ui_base_unittests" 128 "test": "ui_base_unittests"
129 },
130 {
131 "swarming": {
132 "can_use_on_swarming_builders": true
133 },
134 "test": "unit_tests"
99 } 135 }
100 ] 136 ]
101 }, 137 },
102 "Mac10.10 Tests": { 138 "Mac10.10 Tests": {
103 "gtest_tests": [ 139 "gtest_tests": [
104 { 140 {
105 "swarming": { 141 "swarming": {
106 "can_use_on_swarming_builders": true 142 "can_use_on_swarming_builders": true
107 }, 143 },
108 "test": "accessibility_unittests" 144 "test": "accessibility_unittests"
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 } 1454 }
1419 ], 1455 ],
1420 "scripts": [ 1456 "scripts": [
1421 { 1457 {
1422 "name": "nacl_integration", 1458 "name": "nacl_integration",
1423 "script": "nacl_integration.py" 1459 "script": "nacl_integration.py"
1424 } 1460 }
1425 ] 1461 ]
1426 } 1462 }
1427 } 1463 }
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698