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

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

Issue 640293004: Remove test entries from json lists in the chromium tree. (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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.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 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "ui_unittests", 80 "ui_unittests",
81 { 81 {
82 "test": "unit_tests", 82 "test": "unit_tests",
83 "swarming": { 83 "swarming": {
84 "can_use_on_swarming_builders": true 84 "can_use_on_swarming_builders": true
85 } 85 }
86 }, 86 },
87 "url_unittests" 87 "url_unittests"
88 ] 88 ]
89 }, 89 },
90 "Mac10.6 Tests (2)": {
91 "gtest_tests": [
92 ]
93 },
94 "Mac10.7 Tests (1)": { 90 "Mac10.7 Tests (1)": {
95 "gtest_tests": [ 91 "gtest_tests": [
96 "accessibility_unittests", 92 "accessibility_unittests",
97 "app_list_unittests", 93 "app_list_unittests",
98 { 94 {
99 "test": "base_unittests", 95 "test": "base_unittests",
100 "swarming": { 96 "swarming": {
101 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
102 } 98 }
103 }, 99 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "ui_unittests", 168 "ui_unittests",
173 { 169 {
174 "test": "unit_tests", 170 "test": "unit_tests",
175 "swarming": { 171 "swarming": {
176 "can_use_on_swarming_builders": true 172 "can_use_on_swarming_builders": true
177 } 173 }
178 }, 174 },
179 "url_unittests" 175 "url_unittests"
180 ] 176 ]
181 }, 177 },
182 "Mac10.7 Tests (2)": {
183 "gtest_tests": [
184 ]
185 },
186 "Mac 10.6 Tests (dbg)(1)": { 178 "Mac 10.6 Tests (dbg)(1)": {
187 "gtest_tests": [ 179 "gtest_tests": [
188 "accessibility_unittests", 180 "accessibility_unittests",
189 "app_list_unittests", 181 "app_list_unittests",
190 { 182 {
191 "test": "base_unittests", 183 "test": "base_unittests",
192 "swarming": { 184 "swarming": {
193 "can_use_on_swarming_builders": true 185 "can_use_on_swarming_builders": true
194 } 186 }
195 }, 187 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "ui_unittests", 256 "ui_unittests",
265 { 257 {
266 "test": "unit_tests", 258 "test": "unit_tests",
267 "swarming": { 259 "swarming": {
268 "can_use_on_swarming_builders": true 260 "can_use_on_swarming_builders": true
269 } 261 }
270 }, 262 },
271 "url_unittests" 263 "url_unittests"
272 ] 264 ]
273 }, 265 },
274 "Mac 10.6 Tests (dbg)(2)": {
275 "gtest_tests": [
276 ]
277 },
278 "Mac 10.7 Tests (dbg)(1)": { 266 "Mac 10.7 Tests (dbg)(1)": {
279 "gtest_tests": [ 267 "gtest_tests": [
280 "accessibility_unittests", 268 "accessibility_unittests",
281 "app_list_unittests", 269 "app_list_unittests",
282 { 270 {
283 "test": "base_unittests", 271 "test": "base_unittests",
284 "swarming": { 272 "swarming": {
285 "can_use_on_swarming_builders": true 273 "can_use_on_swarming_builders": true
286 } 274 }
287 }, 275 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "sync_unit_tests", 344 "sync_unit_tests",
357 "ui_unittests", 345 "ui_unittests",
358 { 346 {
359 "test": "unit_tests", 347 "test": "unit_tests",
360 "swarming": { 348 "swarming": {
361 "can_use_on_swarming_builders": true 349 "can_use_on_swarming_builders": true
362 } 350 }
363 }, 351 },
364 "url_unittests" 352 "url_unittests"
365 ] 353 ]
366 },
367 "Mac 10.7 Tests (dbg)(2)": {
368 "gtest_tests": [
369 ]
370 } 354 }
371 } 355 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698