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

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

Issue 797023006: s/app_shell_browsertests/extensions_browsertests/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, actually add extensions_tests.gyp 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "ipc_tests", 79 "ipc_tests",
80 "sync_unit_tests", 80 "sync_unit_tests",
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 "sql_unittests", 87 "sql_unittests",
88 "nacl_loader_unittests", 88 "nacl_loader_unittests",
89 "app_shell_browsertests",
90 "app_shell_unittests", 89 "app_shell_unittests",
91 "chromevox_tests", 90 "chromevox_tests",
91 "extensions_browsertests",
92 "skia_unittests" 92 "skia_unittests"
93 ] 93 ]
94 }, 94 },
95 "Linux ChromiumOS Ozone Tests (1)": { 95 "Linux ChromiumOS Ozone Tests (1)": {
96 "gtest_tests": [ 96 "gtest_tests": [
97 "accessibility_unittests", 97 "accessibility_unittests",
98 "app_list_unittests", 98 "app_list_unittests",
99 "app_shell_browsertests",
100 "app_shell_unittests", 99 "app_shell_unittests",
101 "ash_unittests", 100 "ash_unittests",
102 "aura_unittests", 101 "aura_unittests",
103 "base_unittests", 102 "base_unittests",
104 "cacheinvalidation_unittests", 103 "cacheinvalidation_unittests",
105 "chromeos_unittests", 104 "chromeos_unittests",
106 "chromevox_tests", 105 "chromevox_tests",
107 "components_unittests", 106 "components_unittests",
108 { 107 {
109 "test": "content_browsertests", 108 "test": "content_browsertests",
110 "swarming": { 109 "swarming": {
111 "can_use_on_swarming_builders": true, 110 "can_use_on_swarming_builders": true,
112 "shards": 2 111 "shards": 2
113 } 112 }
114 }, 113 },
115 "content_unittests", 114 "content_unittests",
116 "crypto_unittests", 115 "crypto_unittests",
117 "dbus_unittests", 116 "dbus_unittests",
118 "device_unittests", 117 "device_unittests",
119 "display_unittests", 118 "display_unittests",
120 "events_unittests", 119 "events_unittests",
120 "extensions_browsertests",
121 "extensions_unittests", 121 "extensions_unittests",
122 "gcm_unit_tests", 122 "gcm_unit_tests",
123 "google_apis_unittests", 123 "google_apis_unittests",
124 "gpu_unittests", 124 "gpu_unittests",
125 { 125 {
126 "test": "interactive_ui_tests", 126 "test": "interactive_ui_tests",
127 "swarming": { 127 "swarming": {
128 "can_use_on_swarming_builders": true, 128 "can_use_on_swarming_builders": true,
129 "shards": 3 129 "shards": 3
130 } 130 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "can_use_on_swarming_builders": true 232 "can_use_on_swarming_builders": true
233 } 233 }
234 }, 234 },
235 { 235 {
236 "test": "browser_tests", 236 "test": "browser_tests",
237 "swarming": { 237 "swarming": {
238 "can_use_on_swarming_builders": true, 238 "can_use_on_swarming_builders": true,
239 "shards": 10 239 "shards": 10
240 } 240 }
241 }, 241 },
242 "app_shell_browsertests",
243 "app_shell_unittests", 242 "app_shell_unittests",
244 { 243 {
245 "test": "content_browsertests", 244 "test": "content_browsertests",
246 "swarming": { 245 "swarming": {
247 "can_use_on_swarming_builders": true, 246 "can_use_on_swarming_builders": true,
248 "shards": 2 247 "shards": 2
249 } 248 }
250 }, 249 },
250 "extensions_browsertests",
251 "gcm_unit_tests", 251 "gcm_unit_tests",
252 "skia_unittests", 252 "skia_unittests",
253 { 253 {
254 "test": "interactive_ui_tests", 254 "test": "interactive_ui_tests",
255 "swarming": { 255 "swarming": {
256 "can_use_on_swarming_builders": true, 256 "can_use_on_swarming_builders": true,
257 "shards": 3 257 "shards": 3
258 } 258 }
259 } 259 }
260 ] 260 ]
261 } 261 }
262 } 262 }
OLDNEW
« no previous file with comments | « extensions/test/data/system/storage_attachment/test_storage_api.js ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698