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

Side by Side Diff: testing/buildbot/chromium_trybot.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, 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') | no next file » | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ] 227 ]
228 }, 228 },
229 "url_unittests", 229 "url_unittests",
230 "skia_unittests", 230 "skia_unittests",
231 { 231 {
232 "test": "wm_unittests", 232 "test": "wm_unittests",
233 "platforms": ["linux", "win"] 233 "platforms": ["linux", "win"]
234 }, 234 },
235 { 235 {
236 "test": "extensions_browsertests", 236 "test": "extensions_browsertests",
237 "platforms": ["linux", "win"] 237 "platforms": ["linux", "win"],
238 "swarming": {
239 "can_use_on_swarming_builders": true
240 }
238 }, 241 },
239 { 242 {
240 "test": "app_shell_unittests", 243 "test": "app_shell_unittests",
241 "platforms": ["linux", "win"] 244 "platforms": ["linux", "win"]
242 }, 245 },
243 { 246 {
244 "test": "aura_unittests", 247 "test": "aura_unittests",
245 "platforms": ["linux", "win"] 248 "platforms": ["linux", "win"]
246 }, 249 },
247 { 250 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "non_filter_tests_builders": [ 286 "non_filter_tests_builders": [
284 ], 287 ],
285 288
286 "filter_compile_builders": [ 289 "filter_compile_builders": [
287 "win_chromium_compile_dbg", 290 "win_chromium_compile_dbg",
288 "win_chromium_rel_swarming", 291 "win_chromium_rel_swarming",
289 "win_chromium_x64_rel_swarming", 292 "win_chromium_x64_rel_swarming",
290 "win8_chromium_rel" 293 "win8_chromium_rel"
291 ] 294 ]
292 } 295 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698