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

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

Issue 796663002: Update from https://crrev.com/307758 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updates for SkCanvas::NewRaster deprecation Created 6 years 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/android/junit/junit_test.gyp ('k') | testing/buildbot/chromium.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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 }, 55 },
56 "ppapi_unittests", 56 "ppapi_unittests",
57 "printing_unittests", 57 "printing_unittests",
58 "remoting_unittests", 58 "remoting_unittests",
59 { 59 {
60 "test": "sandbox_linux_unittests", 60 "test": "sandbox_linux_unittests",
61 "args": ["--test-launcher-print-test-stdio=always"] 61 "args": ["--test-launcher-print-test-stdio=always"]
62 }, 62 },
63 "ui_base_unittests", 63 "ui_base_unittests",
64 "ui_chromeos_unittests", 64 "ui_chromeos_unittests",
65 "ui_touch_selection_unittests",
65 "views_unittests", 66 "views_unittests",
66 "wm_unittests", 67 "wm_unittests",
67 "aura_unittests", 68 "aura_unittests",
68 { 69 {
69 "test": "ash_unittests", 70 "test": "ash_unittests",
70 "swarming": { 71 "swarming": {
71 "can_use_on_swarming_builders": true 72 "can_use_on_swarming_builders": true
72 } 73 }
73 }, 74 },
74 "app_list_unittests", 75 "app_list_unittests",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "printing_unittests", 129 "printing_unittests",
129 "remoting_unittests", 130 "remoting_unittests",
130 { 131 {
131 "test": "sandbox_linux_unittests", 132 "test": "sandbox_linux_unittests",
132 "args": ["--test-launcher-print-test-stdio=always"] 133 "args": ["--test-launcher-print-test-stdio=always"]
133 }, 134 },
134 "sql_unittests", 135 "sql_unittests",
135 "sync_unit_tests", 136 "sync_unit_tests",
136 "ui_base_unittests", 137 "ui_base_unittests",
137 "ui_chromeos_unittests", 138 "ui_chromeos_unittests",
139 "ui_touch_selection_unittests",
138 "unit_tests", 140 "unit_tests",
139 "url_unittests", 141 "url_unittests",
140 "views_unittests", 142 "views_unittests",
141 "wm_unittests" 143 "wm_unittests"
142 ] 144 ]
143 }, 145 },
144 "Linux ChromiumOS Ozone Tests (2)": { 146 "Linux ChromiumOS Ozone Tests (2)": {
145 "gtest_tests": [ 147 "gtest_tests": [
146 "browser_tests" 148 "browser_tests"
147 ] 149 ]
(...skipping 28 matching lines...) Expand all
176 "media_unittests", 178 "media_unittests",
177 "ppapi_unittests", 179 "ppapi_unittests",
178 "printing_unittests", 180 "printing_unittests",
179 "remoting_unittests", 181 "remoting_unittests",
180 { 182 {
181 "test": "sandbox_linux_unittests", 183 "test": "sandbox_linux_unittests",
182 "args": ["--test-launcher-print-test-stdio=always"] 184 "args": ["--test-launcher-print-test-stdio=always"]
183 }, 185 },
184 "ui_base_unittests", 186 "ui_base_unittests",
185 "ui_chromeos_unittests", 187 "ui_chromeos_unittests",
188 "ui_touch_selection_unittests",
186 "views_unittests", 189 "views_unittests",
187 "wm_unittests", 190 "wm_unittests",
188 "aura_unittests", 191 "aura_unittests",
189 { 192 {
190 "test": "ash_unittests", 193 "test": "ash_unittests",
191 "swarming": { 194 "swarming": {
192 "can_use_on_swarming_builders": true 195 "can_use_on_swarming_builders": true
193 } 196 }
194 }, 197 },
195 "app_list_unittests", 198 "app_list_unittests",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 { 236 {
234 "test": "interactive_ui_tests", 237 "test": "interactive_ui_tests",
235 "swarming": { 238 "swarming": {
236 "can_use_on_swarming_builders": true, 239 "can_use_on_swarming_builders": true,
237 "shards": 3 240 "shards": 3
238 } 241 }
239 } 242 }
240 ] 243 ]
241 } 244 }
242 } 245 }
OLDNEW
« no previous file with comments | « testing/android/junit/junit_test.gyp ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698