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

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

Issue 656903002: Enabled wm_unittests on Windows builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | 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 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "ash_unittests", 9 "test": "ash_unittests",
10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"],
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 { 159 {
160 "test": "unit_tests", 160 "test": "unit_tests",
161 "swarming": { 161 "swarming": {
162 "can_use_on_swarming_builders": true, 162 "can_use_on_swarming_builders": true,
163 "shards": 2 163 "shards": 2
164 } 164 }
165 }, 165 },
166 "url_unittests", 166 "url_unittests",
167 { 167 {
168 "test": "wm_unittests", 168 "test": "wm_unittests",
169 "platforms": ["linux"] 169 "platforms": ["linux", "win"]
170 }, 170 },
171 { 171 {
172 "test": "app_shell_browsertests", 172 "test": "app_shell_browsertests",
173 "platforms": ["linux"] 173 "platforms": ["linux"]
174 }, 174 },
175 { 175 {
176 "test": "app_shell_unittests", 176 "test": "app_shell_unittests",
177 "platforms": ["linux", "win"] 177 "platforms": ["linux", "win"]
178 }, 178 },
179 { 179 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "non_filter_tests_builders": [ 224 "non_filter_tests_builders": [
225 ], 225 ],
226 226
227 "filter_compile_builders": [ 227 "filter_compile_builders": [
228 "win_chromium_compile_dbg", 228 "win_chromium_compile_dbg",
229 "win_chromium_rel_swarming", 229 "win_chromium_rel_swarming",
230 "win_chromium_x64_rel_swarming", 230 "win_chromium_x64_rel_swarming",
231 "win8_chromium_rel" 231 "win8_chromium_rel"
232 ] 232 ]
233 } 233 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698