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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 794903004: Isolate ui_touch_selection_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "shards": 3 181 "shards": 3
182 } 182 }
183 }, 183 },
184 "sync_unit_tests", 184 "sync_unit_tests",
185 { 185 {
186 "test": "ui_base_unittests", 186 "test": "ui_base_unittests",
187 "swarming": { 187 "swarming": {
188 "can_use_on_swarming_builders": true 188 "can_use_on_swarming_builders": true
189 } 189 }
190 }, 190 },
191 "ui_touch_selection_unittests", 191 {
192 "test": "ui_touch_selection_unittests",
193 "swarming": {
194 "can_use_on_swarming_builders": true
195 }
196 },
192 { 197 {
193 "test": "unit_tests", 198 "test": "unit_tests",
194 "swarming": { 199 "swarming": {
195 "can_use_on_swarming_builders": true, 200 "can_use_on_swarming_builders": true,
196 "shards": 2 201 "shards": 2
197 } 202 }
198 }, 203 },
199 { 204 {
200 "test": "ui_chromeos_unittests", 205 "test": "ui_chromeos_unittests",
201 "platforms": ["linux"], 206 "platforms": ["linux"],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "non_filter_tests_builders": [ 275 "non_filter_tests_builders": [
271 ], 276 ],
272 277
273 "filter_compile_builders": [ 278 "filter_compile_builders": [
274 "win_chromium_compile_dbg", 279 "win_chromium_compile_dbg",
275 "win_chromium_rel_swarming", 280 "win_chromium_rel_swarming",
276 "win_chromium_x64_rel_swarming", 281 "win_chromium_x64_rel_swarming",
277 "win8_chromium_rel" 282 "win8_chromium_rel"
278 ] 283 ]
279 } 284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698