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

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

Issue 869783004: Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add wow_helper for Vista x64 Created 5 years, 10 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 | « extensions/extensions_tests.gyp ('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 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_unittests", 89 "app_shell_unittests",
90 "chromevox_tests", 90 "chromevox_tests",
91 "extensions_browsertests", 91 {
92 "test": "extensions_browsertests",
93 "swarming": {
94 "can_use_on_swarming_builders": true
95 }
96 },
92 "skia_unittests" 97 "skia_unittests"
93 ] 98 ]
94 }, 99 },
95 "Linux ChromiumOS Ozone Tests (1)": { 100 "Linux ChromiumOS Ozone Tests (1)": {
96 "gtest_tests": [ 101 "gtest_tests": [
97 "accessibility_unittests", 102 "accessibility_unittests",
98 "app_list_unittests", 103 "app_list_unittests",
99 "app_shell_unittests", 104 "app_shell_unittests",
100 "ash_unittests", 105 "ash_unittests",
101 "aura_unittests", 106 "aura_unittests",
102 "base_unittests", 107 "base_unittests",
103 "cacheinvalidation_unittests", 108 "cacheinvalidation_unittests",
104 "chromeos_unittests", 109 "chromeos_unittests",
105 "chromevox_tests", 110 "chromevox_tests",
106 "components_unittests", 111 "components_unittests",
107 { 112 {
108 "test": "content_browsertests", 113 "test": "content_browsertests",
109 "swarming": { 114 "swarming": {
110 "can_use_on_swarming_builders": true, 115 "can_use_on_swarming_builders": true,
111 "shards": 2 116 "shards": 2
112 } 117 }
113 }, 118 },
114 "content_unittests", 119 "content_unittests",
115 "crypto_unittests", 120 "crypto_unittests",
116 "dbus_unittests", 121 "dbus_unittests",
117 "device_unittests", 122 "device_unittests",
118 "display_unittests", 123 "display_unittests",
119 "events_unittests", 124 "events_unittests",
120 "extensions_browsertests", 125 {
126 "test": "extensions_browsertests",
127 "swarming": {
128 "can_use_on_swarming_builders": true
129 }
130 },
121 "extensions_unittests", 131 "extensions_unittests",
122 "gcm_unit_tests", 132 "gcm_unit_tests",
123 "google_apis_unittests", 133 "google_apis_unittests",
124 "gpu_unittests", 134 "gpu_unittests",
125 { 135 {
126 "test": "interactive_ui_tests", 136 "test": "interactive_ui_tests",
127 "swarming": { 137 "swarming": {
128 "can_use_on_swarming_builders": true, 138 "can_use_on_swarming_builders": true,
129 "shards": 3 139 "shards": 3
130 } 140 }
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 } 250 }
241 }, 251 },
242 "app_shell_unittests", 252 "app_shell_unittests",
243 { 253 {
244 "test": "content_browsertests", 254 "test": "content_browsertests",
245 "swarming": { 255 "swarming": {
246 "can_use_on_swarming_builders": true, 256 "can_use_on_swarming_builders": true,
247 "shards": 2 257 "shards": 2
248 } 258 }
249 }, 259 },
250 "extensions_browsertests", 260 {
261 "test": "extensions_browsertests",
262 "swarming": {
263 "can_use_on_swarming_builders": true
264 }
265 },
251 "gcm_unit_tests", 266 "gcm_unit_tests",
252 "skia_unittests", 267 "skia_unittests",
253 { 268 {
254 "test": "interactive_ui_tests", 269 "test": "interactive_ui_tests",
255 "swarming": { 270 "swarming": {
256 "can_use_on_swarming_builders": true, 271 "can_use_on_swarming_builders": true,
257 "shards": 3 272 "shards": 3
258 } 273 }
259 } 274 }
260 ] 275 ]
261 } 276 }
262 } 277 }
OLDNEW
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698