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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 837243002: Reland "skia: Add 'skia_unittests' test suite for this directory." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE 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.win.json ('k') | testing/buildbot/chromium_trybot.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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "test": "base_unittests", 5 "test": "base_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "can_use_on_swarming_builders": true 56 "can_use_on_swarming_builders": true
57 } 57 }
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 { 62 {
63 "test": "sandbox_linux_unittests", 63 "test": "sandbox_linux_unittests",
64 "platforms": ["linux"] 64 "platforms": ["linux"]
65 }, 65 },
66 "skia_unittests",
66 "sql_unittests", 67 "sql_unittests",
67 "sync_unit_tests", 68 "sync_unit_tests",
68 "ui_base_unittests", 69 "ui_base_unittests",
69 { 70 {
70 "test": "unit_tests", 71 "test": "unit_tests",
71 "swarming": { 72 "swarming": {
72 "can_use_on_swarming_builders": true, 73 "can_use_on_swarming_builders": true,
73 "shards": 2 74 "shards": 2
74 } 75 }
75 }, 76 },
76 "url_unittests" 77 "url_unittests"
77 ] 78 ]
78 } 79 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698