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

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

Issue 2017853002: Add functionality to the install_static library to tokenize strings and compare versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add install_static_unittests to other windows bots Created 4 years, 6 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 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "test": "interactive_ui_tests" 199 "test": "interactive_ui_tests"
200 }, 200 },
201 { 201 {
202 "platforms": [ 202 "platforms": [
203 "win" 203 "win"
204 ], 204 ],
205 "test": "installer_util_unittests" 205 "test": "installer_util_unittests"
206 }, 206 },
207 { 207 {
208 "platforms": [ 208 "platforms": [
209 "win"
210 ],
211 "test": "install_static_unittests"
212 },
213 {
214 "platforms": [
Dirk Pranke 2016/05/31 22:11:54 this file isn't actually used for anything and thi
209 "linux" 215 "linux"
210 ], 216 ],
211 "test": "ipc_mojo_unittests" 217 "test": "ipc_mojo_unittests"
212 }, 218 },
213 "ipc_tests", 219 "ipc_tests",
214 "jingle_unittests", 220 "jingle_unittests",
215 { 221 {
216 "platforms": [ 222 "platforms": [
217 "linux", 223 "linux",
218 "win" 224 "win"
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ], 416 ],
411 "platforms": [ 417 "platforms": [
412 "linux" 418 "linux"
413 ], 419 ],
414 "test": "ozone_unittests" 420 "test": "ozone_unittests"
415 } 421 }
416 ], 422 ],
417 "non_filter_builders": [], 423 "non_filter_builders": [],
418 "non_filter_tests_builders": [] 424 "non_filter_tests_builders": []
419 } 425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698