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

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: linux libosmesa 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 "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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 ] 232 ]
233 }, 233 },
234 "url_unittests", 234 "url_unittests",
235 "skia_unittests", 235 "skia_unittests",
236 { 236 {
237 "test": "wm_unittests", 237 "test": "wm_unittests",
238 "platforms": ["linux", "win"] 238 "platforms": ["linux", "win"]
239 }, 239 },
240 { 240 {
241 "test": "extensions_browsertests", 241 "test": "extensions_browsertests",
242 "platforms": ["linux", "win"] 242 "platforms": ["linux", "win"],
243 "swarming": {
244 "can_use_on_swarming_builders": true
245 }
243 }, 246 },
244 { 247 {
245 "test": "app_shell_unittests", 248 "test": "app_shell_unittests",
246 "platforms": ["linux", "win"] 249 "platforms": ["linux", "win"]
247 }, 250 },
248 { 251 {
249 "test": "aura_unittests", 252 "test": "aura_unittests",
250 "platforms": ["linux", "win"] 253 "platforms": ["linux", "win"]
251 }, 254 },
252 { 255 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "non_filter_tests_builders": [ 291 "non_filter_tests_builders": [
289 ], 292 ],
290 293
291 "filter_compile_builders": [ 294 "filter_compile_builders": [
292 "win_chromium_compile_dbg", 295 "win_chromium_compile_dbg",
293 "win_chromium_rel_swarming", 296 "win_chromium_rel_swarming",
294 "win_chromium_x64_rel_swarming", 297 "win_chromium_x64_rel_swarming",
295 "win8_chromium_rel" 298 "win8_chromium_rel"
296 ] 299 ]
297 } 300 }
OLDNEW
« extensions/extensions_browsertests.isolate ('K') | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698