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

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

Issue 2901623002: Move more tests suites to services_unittests. (Closed)
Patch Set: Oh, it was never run on android previously... Created 3 years, 7 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 | « services/ui/gpu/test_manifest.json ('k') | testing/buildbot/chromium.linux.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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "swarming": { 284 "swarming": {
285 "can_use_on_swarming_builders": true, 285 "can_use_on_swarming_builders": true,
286 "hard_timeout": 900 286 "hard_timeout": 900
287 }, 287 },
288 "test": "mus_browser_tests" 288 "test": "mus_browser_tests"
289 }, 289 },
290 { 290 {
291 "swarming": { 291 "swarming": {
292 "can_use_on_swarming_builders": true 292 "can_use_on_swarming_builders": true
293 }, 293 },
294 "test": "mus_gpu_unittests"
295 },
296 {
297 "swarming": {
298 "can_use_on_swarming_builders": true
299 },
300 "test": "nacl_helper_nonsfi_unittests" 294 "test": "nacl_helper_nonsfi_unittests"
301 }, 295 },
302 { 296 {
303 "swarming": { 297 "swarming": {
304 "can_use_on_swarming_builders": true 298 "can_use_on_swarming_builders": true
305 }, 299 },
306 "test": "nacl_loader_unittests" 300 "test": "nacl_loader_unittests"
307 }, 301 },
308 { 302 {
309 "swarming": { 303 "swarming": {
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 }, 1165 },
1172 { 1166 {
1173 "swarming": { 1167 "swarming": {
1174 "can_use_on_swarming_builders": true 1168 "can_use_on_swarming_builders": true
1175 }, 1169 },
1176 "test": "wm_unittests" 1170 "test": "wm_unittests"
1177 } 1171 }
1178 ] 1172 ]
1179 } 1173 }
1180 } 1174 }
OLDNEW
« no previous file with comments | « services/ui/gpu/test_manifest.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698