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

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

Issue 617963006: Add test spec for chromium.memory.mac. (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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_shell_browsertests", 5 "app_shell_browsertests",
6 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "can_use_on_swarming_builders": true 93 "can_use_on_swarming_builders": true
94 } 94 }
95 }, 95 },
96 { 96 {
97 "test": "interactive_ui_tests", 97 "test": "interactive_ui_tests",
98 "swarming": { 98 "swarming": {
99 "can_use_on_swarming_builders": true 99 "can_use_on_swarming_builders": true
100 } 100 }
101 } 101 }
102 ] 102 ]
103 },
104 "Mac ASan Tests (1)": {
105 "gtest_tests": [
106 "base_unittests",
107 "cacheinvalidation_unittests",
108 "cc_unittests",
109 "chromedriver_unittests",
110 "components_unittests",
111 "content_browsertests",
112 "content_unittests",
113 "crypto_unittests",
114 "gcm_unit_tests",
115 "gpu_unittests",
116 "ipc_tests",
117 "jingle_unittests",
118 "media_unittests",
119 "ppapi_unittests",
120 "printing_unittests",
121 "remoting_unittests",
122 "sql_unittests",
123 "url_unittests",
124 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
125 ]
126 },
127 "Mac ASan Tests (2)": {
128 "gtest_tests": [
129 "net_unittests",
130 "sync_unit_tests",
131 "ui_unittests",
132 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
133 ]
134 },
135 "Mac ASan Tests (3)": {
136 "gtest_tests": [
137 "interactive_ui_tests",
138 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
139 ]
140 },
141 "Mac ASan 64 Tests (1)": {
142 "gtest_tests": [
143 "base_unittests",
144 "cacheinvalidation_unittests",
145 "cc_unittests",
146 "chromedriver_unittests",
147 "components_unittests",
148 "content_browsertests",
149 "content_unittests",
150 "crypto_unittests",
151 "gcm_unit_tests",
152 "gpu_unittests",
153 "ipc_tests",
154 "jingle_unittests",
155 "media_unittests",
156 "ppapi_unittests",
157 "printing_unittests",
158 "remoting_unittests",
159 "sql_unittests",
160 "unit_tests",
161 "url_unittests",
162 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
163 ]
164 },
165 "Mac ASan 64 Tests (2)": {
166 "gtest_tests": [
167 "net_unittests",
168 "sync_unit_tests",
169 "ui_unittests",
170 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
171 ]
172 },
173 "Mac ASan 64 Tests (3)": {
174 "gtest_tests": [
175 "interactive_ui_tests",
176 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
177 ]
103 } 178 }
104 } 179 }
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