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

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

Issue 816803003: Revert of skia: Add 'skia_unittests' test suite for this directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.mac.json ('k') | testing/buildbot/chromium.memory.fyi.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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "test": "net_unittests", 53 "test": "net_unittests",
54 "swarming": { 54 "swarming": {
55 "can_use_on_swarming_builders": true, 55 "can_use_on_swarming_builders": true,
56 "shards": 4 56 "shards": 4
57 } 57 }
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 "sandbox_linux_unittests", 62 "sandbox_linux_unittests",
63 "skia_unittests",
64 "sql_unittests", 63 "sql_unittests",
65 "sync_unit_tests", 64 "sync_unit_tests",
66 "ui_base_unittests", 65 "ui_base_unittests",
67 { 66 {
68 "test": "unit_tests", 67 "test": "unit_tests",
69 "swarming": { 68 "swarming": {
70 "can_use_on_swarming_builders": true, 69 "can_use_on_swarming_builders": true,
71 "shards": 2 70 "shards": 2
72 } 71 }
73 }, 72 },
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "media_unittests", 202 "media_unittests",
204 { 203 {
205 "test": "net_unittests", 204 "test": "net_unittests",
206 "swarming": { 205 "swarming": {
207 "can_use_on_swarming_builders": true 206 "can_use_on_swarming_builders": true
208 } 207 }
209 }, 208 },
210 "ppapi_unittests", 209 "ppapi_unittests",
211 "printing_unittests", 210 "printing_unittests",
212 "remoting_unittests", 211 "remoting_unittests",
213 "skia_unittests",
214 "sql_unittests", 212 "sql_unittests",
215 "sync_unit_tests", 213 "sync_unit_tests",
216 "ui_base_unittests", 214 "ui_base_unittests",
217 { 215 {
218 "test": "unit_tests", 216 "test": "unit_tests",
219 "swarming": { 217 "swarming": {
220 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
221 } 219 }
222 }, 220 },
223 "url_unittests" 221 "url_unittests"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "test": "net_unittests", 287 "test": "net_unittests",
290 "swarming": { 288 "swarming": {
291 "can_use_on_swarming_builders": true, 289 "can_use_on_swarming_builders": true,
292 "shards": 4 290 "shards": 4
293 } 291 }
294 }, 292 },
295 "ppapi_unittests", 293 "ppapi_unittests",
296 "printing_unittests", 294 "printing_unittests",
297 "remoting_unittests", 295 "remoting_unittests",
298 "sandbox_linux_unittests", 296 "sandbox_linux_unittests",
299 "skia_unittests",
300 "sql_unittests", 297 "sql_unittests",
301 "sync_unit_tests", 298 "sync_unit_tests",
302 { 299 {
303 "test": "unit_tests", 300 "test": "unit_tests",
304 "swarming": { 301 "swarming": {
305 "can_use_on_swarming_builders": true, 302 "can_use_on_swarming_builders": true,
306 "shards": 2 303 "shards": 2
307 } 304 }
308 }, 305 },
309 "ui_base_unittests", 306 "ui_base_unittests",
310 "ui_chromeos_unittests", 307 "ui_chromeos_unittests",
311 "ui_touch_selection_unittests", 308 "ui_touch_selection_unittests",
312 "url_unittests", 309 "url_unittests",
313 "views_unittests" 310 "views_unittests"
314 ] 311 ]
315 } 312 }
316 } 313 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698